소스 검색

出运明细格式调整

yuansh 1 주 전
부모
커밋
6d77eda28d
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/shipment-details/shipmentList.vue

+ 4 - 4
src/views/shipment-details/shipmentList.vue

@@ -592,7 +592,7 @@ export default {
       columns: [
           {field: "",key: "ju",type: "checkbox",title: "",width: 50, align: "center",fixed: "left",ellipsis: {showTitle: true,},},
           { field: "account", key: "a", title: "账套", align: "center", width: 85,sortBy: "",ellipsis: {showTitle: true,},},
-          { field: "orderNumber", key: "b", title: "销售订单号", align: "center",width: 240,sortBy: "",ellipsis: {showTitle: true,},
+          { field: "orderNumber", key: "b", title: "销售订单号", align: "center",width: 235,sortBy: "",ellipsis: {showTitle: true,},
             renderBodyCell: ({ row, column, rowIndex }, h) => {
               const text = row[column.field];
               if (text && text.length>28){
@@ -600,11 +600,10 @@ export default {
               }
               return text;
             },},
-          { field: "itemNumber", key: "c", title: "款号", align: "center",width: 130,sortBy: "",ellipsis: {showTitle: true,}, },
+          { field: "itemNumber", key: "c", title: "款号", align: "center",width: 100,sortBy: "",ellipsis: {showTitle: true,}, },
           { field: "salesman", key: "d", title: "业务员", align: "center", width: 100,sortBy: "", ellipsis: {showTitle: true,},},
           { field: "distributionPoint", key: "e", title: "分销点", align: "center", width: 110,sortBy: "", ellipsis: {showTitle: true,},},
           { field: "smallPo", key: "f", title: "小po", align: "center", width: 200,sortBy: "", ellipsis: {showTitle: true,},},
-          { field: "colour", key: "cc", title: "颜色", align: "center", width: 200,sortBy: "", ellipsis: {showTitle: true,},},
           { field: "inventoryName", key: "g", title: "存货名称", align: "center", width: 350,sortBy: "", ellipsis: {showTitle: true},
             renderBodyCell: ({ row, column, rowIndex }, h) => {
               const text = row[column.field];
@@ -621,7 +620,7 @@ export default {
               }
               return text;
             }},
-          { field: "isTc", key: "i", title: "是否TC", align: "center", width: 110,sortBy: "", ellipsis: {showTitle: true,}, renderBodyCell: ({ row, column, rowIndex }, h) => {
+          { field: "isTc", key: "i", title: "是否TC", align: "center", width: 90,sortBy: "", ellipsis: {showTitle: true,}, renderBodyCell: ({ row, column, rowIndex }, h) => {
                             const text = row[column.field];
                             if(text=='0'){
                               return (
@@ -645,6 +644,7 @@ export default {
                             }
                         } },
           { field: "shipmentQuantity", key: "k", title: "数量", align: "center", width: 80,sortBy: "", ellipsis: {showTitle: true,},},
+          { field: "colour", key: "cc", title: "颜色", align: "center", width: 100,sortBy: "", ellipsis: {showTitle: true,},},
           { field: "customsDeclarationUnitPrice", key: "m", title: "报关单价", align: "center", width: 100,sortBy: "",ellipsis: {showTitle: true,}, },
           { field: "garmentFactory", key: "l", title: "成衣工厂", align: "center", width: 100,sortBy: "" ,ellipsis: {showTitle: true,},},
           { field: "hsCode", key: "n", title: "HScode", align: "center", width: 120,sortBy: "",ellipsis: {showTitle: true,}, },