QuKatie 3 年之前
父节点
当前提交
2e19e3e355

+ 12 - 5
src/views/basicData/commodityType/detailsPageEdit.vue

@@ -124,11 +124,7 @@
         </basic-container>
         <containerTitle title="商品规格"></containerTitle>
         <basic-container>
-          <avue-crud
-            :data="sftData"
-            :option="sftOption"
-            @row-del="rowSftDel"
-          >
+          <avue-crud :data="sftData" :option="sftOption" @row-del="rowSftDel">
             <template slot="menuLeft" slot-scope="{ row, index }">
               <el-button
                 type="primary"
@@ -453,6 +449,17 @@ export default {
             ]
           },
           {
+            label: "单价",
+            prop: "price",
+            rules: [
+              {
+                required: false,
+                message: " ",
+                trigger: "blur"
+              }
+            ]
+          },
+          {
             label: "中文描述",
             prop: "nameDescription",
             span: 24,

+ 1 - 1
src/views/exportTrade/customerInquiry/detailsPage.vue

@@ -671,7 +671,7 @@ export default {
       reData: null,
       loading:false,
       subLoading: false,
-      pageLoading:true,
+      pageLoading:false,
       showBut: true
     };
   },

+ 1 - 1
src/views/exportTrade/invoice/detailsPage.vue

@@ -449,7 +449,7 @@ export default {
       reData: null,
       loading: false,
       subLoading: false,
-      pageLoading: true,
+      pageLoading: false,
       showBut: true
     };
   },

+ 1 - 1
src/views/exportTrade/purchaseContract/detailsPage.vue

@@ -549,7 +549,7 @@ export default {
       oldorderFeesList: [],
       oldorderFilesList: [],
       subLoading: false,
-      pageLoading: true,
+       pageLoading: false,
       showBut: true
     };
   },

+ 1 - 1
src/views/exportTrade/purchaseInquiry/detailsPage.vue

@@ -411,7 +411,7 @@ export default {
       },
       olddata: [],
       subLoading: false,
-      pageLoading: true,
+       pageLoading: false,
       showBut: true
     };
   },

+ 1 - 1
src/views/exportTrade/receipt/detailsPage.vue

@@ -460,7 +460,7 @@ export default {
       oldorderFeesList: [],
       oldorderFilesList: [],
       subLoading: false,
-      pageLoading: true,
+       pageLoading: false,
       showBut: true
     };
   },

+ 1 - 1
src/views/exportTrade/salesContract/detailsPage.vue

@@ -746,7 +746,7 @@ export default {
       oldorderFeesList: [],
       oldorderFilesList: [],
       subLoading: false,
-      pageLoading: true,
+       pageLoading: false,
       showBut: true
     };
   },

+ 1 - 1
src/views/exportTrade/shippingInquiry/detailsPage.vue

@@ -331,7 +331,7 @@ export default {
       olddata: [],
       oldfreightData: [],
       subLoading: false,
-      pageLoading: true,
+       pageLoading: false,
       showBut: true
     };
   },