diff --git a/components.d.ts b/components.d.ts
index b7a763b..9368a18 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -33,8 +33,6 @@ declare module '@vue/runtime-core' {
LayLogo: typeof import('@layui/layui-vue')['LayLogo']
LayMenu: typeof import('@layui/layui-vue')['LayMenu']
LayMenuItem: typeof import('@layui/layui-vue')['LayMenuItem']
- LayProgress: typeof import('@layui/layui-vue')['LayProgress']
- LayQuote: typeof import('@layui/layui-vue')['LayQuote']
LayRadio: typeof import('@layui/layui-vue')['LayRadio']
LayRow: typeof import('@layui/layui-vue')['LayRow']
LayScroll: typeof import('@layui/layui-vue')['LayScroll']
@@ -46,7 +44,6 @@ declare module '@vue/runtime-core' {
LayTab: typeof import('@layui/layui-vue')['LayTab']
LayTabItem: typeof import('@layui/layui-vue')['LayTabItem']
LayTable: typeof import('@layui/layui-vue')['LayTable']
- LayTooltip: typeof import('@layui/layui-vue')['LayTooltip']
LightIcon: typeof import('./src/components/LightIcon.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
diff --git a/src/styles/admin.css b/src/styles/admin.css
index 0a55669..197763e 100644
--- a/src/styles/admin.css
+++ b/src/styles/admin.css
@@ -121,3 +121,16 @@
.layui-table-main td{
white-space: pre-line!important;
}
+
+.one{
+ background: #00B0F0 !important;;
+}
+.twe{
+ background: #00FF00!important;
+}
+.three{
+ background:#FF6464!important;
+}
+.four{
+ background: #FF64FF!important;
+}
diff --git a/src/views/Need/components/EditFSuccedaneum.vue b/src/views/Need/components/EditFSuccedaneum.vue
index cbce28a..f0ba9ff 100644
--- a/src/views/Need/components/EditFSuccedaneum.vue
+++ b/src/views/Need/components/EditFSuccedaneum.vue
@@ -12,14 +12,14 @@
- 选择
+ 选择
- 询问框
-
+ 询问框
+
diff --git a/src/views/Order/components/ShowMaterial.vue b/src/views/Order/components/ShowMaterial.vue
index e0ea852..e157e2c 100644
--- a/src/views/Order/components/ShowMaterial.vue
+++ b/src/views/Order/components/ShowMaterial.vue
@@ -139,11 +139,12 @@ export default {
});
}
});
+ debugger
this.dataColumn = dataColumn;
let result2 = await getPageList({
FPageSize: 99,
FDataId: this.objInfoObj.FID
- }, "View2") || {};
+ }, "View") || {};
@@ -154,6 +155,7 @@ export default {
this.dataList = result2.Data.List.map(function(item){
item["FTypeName1"]=materialType.Data.List.find(m=>m.FID==item.FTypeID1)?materialType.Data.List.find(m=>m.FID==item.FTypeID1).FName:"";
item["FTypeName2"]=materialType.Data.List.find(m=>m.FID==item.FTypeID2)?materialType.Data.List.find(m=>m.FID==item.FTypeID2).FName:"";
+ debugger
item.FType=materialType.Data.List.find(m=>m.FID==item.FType)?materialType.Data.List.find(m=>m.FID==item.FType).FName:"";
item["FSAPCode"]=item.FCode;
item["FSAPDescription"]=item.FName;
@@ -165,7 +167,8 @@ export default {
item["FBaseWeightUnit"]=item.FBaseUnit;
item["FCraftExplain"]=item.FCraftDesc;
return item;
- }) || [];
+
+ }) || [];
},
cancelClick() {
this.$emit('cancelClick', false);
diff --git a/yarn.lock b/yarn.lock
index 593f55e..eb9b99f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1293,10 +1293,10 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"
-esbuild-windows-64@0.14.39:
+esbuild-windows-32@0.14.39:
version "0.14.39"
- resolved "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.39.tgz"
- integrity sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==
+ resolved "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.39.tgz"
+ integrity sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==
esbuild@^0.14.27, esbuild@>=0.13:
version "0.14.39"