Преглед на файлове

发运明细-参照订单 完结

liangy преди 2 години
родител
ревизия
3f03201c96

+ 10 - 3
src/views/reportForms/dye-loss-table.vue

@@ -120,7 +120,7 @@ export default {
       dyeLossRateColumns: [
         {
           title: '序号',
-          width: 90,
+          width: 50,
           dataIndex: 'index',
           key: 'index',
           customRender: (text, record, index) => `${index + 1}`,
@@ -135,12 +135,19 @@ export default {
 
         {
           title: '物料名称',
-          width: 320,
+          width: 360,
           align: 'left',
           dataIndex: 'cinvName',
           className: 'replacecolor'
         },
-        { title: '颜色', width: 160, dataIndex: 'color', customRender: t => ellipsis(t), className: 'replacecolor' },
+        {
+          title: '颜色',
+          width: 180,
+          dataIndex: 'color',
+          align: 'left',
+          customRender: t => ellipsis(t),
+          className: 'replacecolor'
+        },
         { title: '供应商', width: 180, dataIndex: 'cvenName', align: 'left', className: 'replacecolor' },
         {
           title: '订单号',

+ 1 - 25
src/views/shipment-details/detailsShipDetDrawer.vue

@@ -43,30 +43,6 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
-                <a-form-model-item label="HScode" prop="hsCode">
-                  {{ detailsShipDet.hsCode }}
-                </a-form-model-item>
-              </a-col>
-
-              <a-col :md="6" :sm="8">
-                <a-form-model-item label="中文品名" prop="chineseName">
-                  {{ detailsShipDet.chineseName }}
-                </a-form-model-item>
-              </a-col>
-
-              <a-col :md="6" :sm="8">
-                <a-form-model-item label="英文品名" prop="englishProductName">
-                  {{ detailsShipDet.englishProductName }}
-                </a-form-model-item>
-              </a-col>
-
-              <a-col :md="6" :sm="8">
-                <a-form-model-item label="报关品名" prop="declarationName">
-                  {{ detailsShipDet.declarationName }}
-                </a-form-model-item>
-              </a-col>
-
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="成衣工厂" prop="garmentFactory">
                   {{ detailsShipDet.garmentFactory }}
@@ -176,7 +152,7 @@ export default {
         {
           title: '订单主表ID',
           dataIndex: 'syOrderDataId',
-          width: 80,
+          width: 160,
           className: 'replacecolor'
         },
         {

+ 1 - 1
src/views/shipment-details/editShipDetDrawer.vue

@@ -567,7 +567,7 @@ export default {
         {
           title: '是否手册纱',
           dataIndex: 'manualYarnFlag',
-          width: 100,
+          width: 140,
           scopedSlots: { customRender: 'manualYarnFlag' },
           className: 'replacecolor'
         },

+ 2 - 1
src/views/shipment-details/shipmentList.vue

@@ -285,7 +285,8 @@ export default {
         {
           title: '客户简称',
           dataIndex: 'customerAbbreviation',
-          width: 140,
+          width: 220,
+          align: 'left',
           className: 'replacecolor'
         },
         {