Browse Source

全局取消集装箱代号字段

jbb 2 years ago
parent
commit
8cbcb798e2

+ 7 - 7
src/views/advance-packingList/adPaList-clothes.vue

@@ -465,13 +465,13 @@ export default {
         //   width: 100,
         //   className: 'replacecolor'
         // },
-        {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          width: 120,
-          ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '集装箱代号',
+        //   dataIndex: 'containerCode',
+        //   width: 120,
+        //   ellipsis: true,
+        //   className: 'replacecolor'
+        // },
         {
           title: '集装箱号',
           dataIndex: 'containerNumber',

+ 2 - 3
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -27,12 +27,11 @@
                   <!-- <a-input placeholder="自动生成" v-model="addAdpacking.orderNumber" readOnly></a-input> -->
                 </a-form-model-item>
               </a-col>
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱代号" prop="containerCode">
                   {{addAdpacking.containerCode | ellipsis}}
-                  <!-- <a-input placeholder="请输入集装箱代号" v-model="addAdpacking.containerCode" readOnly></a-input> -->
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱号" prop="containerNumber">

+ 2 - 2
src/views/advance-packingList/detailsAdpackingDrawer.vue

@@ -25,11 +25,11 @@
                   {{addAdpacking.orderNumber | ellipsis}}
                 </a-form-model-item>
               </a-col>
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱代号" prop="containerCode">
                   {{addAdpacking.containerCode | ellipsis}}
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱号" prop="containerNumber">

+ 2 - 2
src/views/book/addBookDrawer.vue

@@ -260,11 +260,11 @@
              集装箱号
             </span>
               <!-- 集装箱代号 输入框 -->
-              <template slot="containerCode" slot-scope="text, record, index">
+              <!-- <template slot="containerCode" slot-scope="text, record, index">
                 <a-form-model-item prop="containerCode" :rules="rules.containerCode" >
                   <a-input style="width:100%" type="text" v-model="record.containerCode" />
                 </a-form-model-item>
-              </template>
+              </template> -->
 
               <!-- 集装箱号 输入框-->
               <template slot="containerNumber" slot-scope="text, record, index">

+ 0 - 2
src/views/book/book-list.vue

@@ -368,8 +368,6 @@ export default {
     }else{
       var exinvoiceArr = ["报关信息-装箱单-国外"]
     }
-       
-
        exinvoiceArr.map(item =>{
       downFile('/syShippingOrder/syShippingOrder/syShippingOrderPrint',{id:record.id,testName:item,isAhaa:record.isAhaa}).then(data => {
         if (!data) {

+ 9 - 9
src/views/book/editBookDrawer.vue

@@ -178,11 +178,11 @@
               :footer="editBookFooterShow"
             >
               <!-- 集装箱代号 输入框 -->
-              <template slot="containerCode" slot-scope="text, record, index">
+              <!-- <template slot="containerCode" slot-scope="text, record, index">
                 <a-form-model-item prop="containerCode" :rules="rules.containerCode" required>
                   <a-input style="width:100%" type="text" v-model="record.containerCode" />
                 </a-form-model-item>
-              </template>
+              </template> -->
 
               <!-- 集装箱号 输入框-->
               <template slot="containerNo" slot-scope="text, record, index">
@@ -349,13 +349,13 @@ export default {
           width: 120,
           className: 'replacecolor'
         },
-        {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          width: 120,
-          scopedSlots: { customRender: 'containerCode' },
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '集装箱代号',
+        //   dataIndex: 'containerCode',
+        //   width: 120,
+        //   scopedSlots: { customRender: 'containerCode' },
+        //   className: 'replacecolor'
+        // },
 
         {
           title: '集装箱号',

+ 7 - 7
src/views/book/packingListModal.vue

@@ -149,13 +149,13 @@ export default {
           // fixed: 'left',
           className: 'replacecolor'
         }, 
-       {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          ellipsis: true,
-          width: 120,
-          className: 'replacecolor'
-        },
+      //  {
+      //     title: '集装箱代号',
+      //     dataIndex: 'containerCode',
+      //     ellipsis: true,
+      //     width: 120,
+      //     className: 'replacecolor'
+      //   },
 
         {
           title: '集装箱号',

+ 7 - 7
src/views/packing-list/clothes-list.vue

@@ -307,13 +307,13 @@ export default {
           fixed:'left',
           className: 'replacecolor'
         }, 
-        {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          width: 120,
-          ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '集装箱代号',
+        //   dataIndex: 'containerCode',
+        //   width: 120,
+        //   ellipsis: true,
+        //   className: 'replacecolor'
+        // },
         {
           title: '集装箱号',
           dataIndex: 'containerNumber',

+ 2 - 3
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -61,12 +61,11 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱代号" prop="containerCode">
                   {{clothesAdd.containerCode}}
-                  <!-- <a-input placeholder="请输入集装箱代号" v-model="clothesAdd.containerCode" readOnly></a-input> -->
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱号" prop="containerNo">

+ 2 - 2
src/views/packing-list/packinglist-clothes/detailsClothesDrawer.vue

@@ -51,11 +51,11 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱代号" prop="containerCode">
                   {{clothesAdd.containerCode}}
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱号" prop="containerNo">

+ 2 - 2
src/views/packing-list/packinglist-clothes/editClothesDrawer.vue

@@ -43,11 +43,11 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱代号" prop="containerCode">
                   <a-input placeholder="请输入集装箱代号" v-model="clothesAdd.containerCode"></a-input>
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="集装箱号" prop="containerNo">

+ 7 - 7
src/views/packing-list/packinglist-clothes/referencePrePacklist.vue

@@ -259,13 +259,13 @@ export default {
         //   width: 120,
         //   className: 'replacecolor'
         // },
-        {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          width: 120,
-          ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '集装箱代号',
+        //   dataIndex: 'containerCode',
+        //   width: 120,
+        //   ellipsis: true,
+        //   className: 'replacecolor'
+        // },
 
         {
           title: '集装箱号',

+ 7 - 7
src/views/pre-book/addPreBookDrawer.vue

@@ -333,13 +333,13 @@ export default {
 
           className: 'replacecolor'
         },
-        {
-          title: '集装箱代号',
-          key: 'containerCode',
-          width: 120,
-          type:JVXETypes.inputNumber,
-          className: 'replacecolor',
-        },
+        // {
+        //   title: '集装箱代号',
+        //   key: 'containerCode',
+        //   width: 120,
+        //   type:JVXETypes.inputNumber,
+        //   className: 'replacecolor',
+        // },
 
         {
           title: '集装箱号',

+ 7 - 7
src/views/pre-book/detailsPreBookDrawer.vue

@@ -222,13 +222,13 @@ export default {
 
           className: 'replacecolor'
         },
-        {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          width: 120,
-          scopedSlots: { customRender: 'containerCode' },
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '集装箱代号',
+        //   dataIndex: 'containerCode',
+        //   width: 120,
+        //   scopedSlots: { customRender: 'containerCode' },
+        //   className: 'replacecolor'
+        // },
 
         {
           title: '集装箱号',