|
@@ -592,7 +592,7 @@ export default {
|
|
|
columns: [
|
|
columns: [
|
|
|
{field: "",key: "ju",type: "checkbox",title: "",width: 50, align: "center",fixed: "left",ellipsis: {showTitle: true,},},
|
|
{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: "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) => {
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
|
const text = row[column.field];
|
|
const text = row[column.field];
|
|
|
if (text && text.length>28){
|
|
if (text && text.length>28){
|
|
@@ -600,11 +600,10 @@ export default {
|
|
|
}
|
|
}
|
|
|
return text;
|
|
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: "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: "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: "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},
|
|
{ field: "inventoryName", key: "g", title: "存货名称", align: "center", width: 350,sortBy: "", ellipsis: {showTitle: true},
|
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
|
const text = row[column.field];
|
|
const text = row[column.field];
|
|
@@ -621,7 +620,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
return text;
|
|
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];
|
|
const text = row[column.field];
|
|
|
if(text=='0'){
|
|
if(text=='0'){
|
|
|
return (
|
|
return (
|
|
@@ -645,6 +644,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
} },
|
|
} },
|
|
|
{ field: "shipmentQuantity", key: "k", title: "数量", align: "center", width: 80,sortBy: "", ellipsis: {showTitle: true,},},
|
|
{ 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: "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: "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,}, },
|
|
{ field: "hsCode", key: "n", title: "HScode", align: "center", width: 120,sortBy: "",ellipsis: {showTitle: true,}, },
|