|
@@ -70,35 +70,28 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "事业部",
|
|
|
prop: "departmentName",
|
|
|
- width: 120,
|
|
|
+ width: 140,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "订单号",
|
|
|
slot: "code",
|
|
|
- width: 200,
|
|
|
+ width: 220,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "万里牛单号",
|
|
|
prop: "wlnCode",
|
|
|
- width: 160,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "快递单号",
|
|
|
- prop: "expressDeliveryCode",
|
|
|
- width: 140,
|
|
|
+ width: 180,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "订单状态",
|
|
|
prop: "status",
|
|
|
- width: 120,
|
|
|
+ width: 140,
|
|
|
},
|
|
|
render(val) {
|
|
|
return proxy.dictKeyValue(val, proxy.useUserStore().allDict["order_status"]);
|
|
@@ -106,133 +99,9 @@ const config = computed(() => {
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "结算状态",
|
|
|
- prop: "settlementStatus",
|
|
|
- width: 120,
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.dictKeyValue(val, proxy.useUserStore().allDict["settlement_status"]);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "税率",
|
|
|
- prop: "taxRate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return val + "%";
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "订单总金额 ¥",
|
|
|
- slot: "totalAmount",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "产品总金额 ¥",
|
|
|
- prop: "productTotalAmount",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.moneyFormat(val);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "定制加工费 ¥",
|
|
|
- prop: "customProcessingFee",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.moneyFormat(val);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "代发费 ¥",
|
|
|
- prop: "lssueFee",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.moneyFormat(val);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "快递包材费 ¥",
|
|
|
- prop: "deliveryMaterialsFee",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.moneyFormat(val);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "包装人工费 ¥",
|
|
|
- prop: "packingLabor",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.moneyFormat(val);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "包材费 ¥",
|
|
|
- prop: "packagingMaterialCost",
|
|
|
- width: 120,
|
|
|
- align: "right",
|
|
|
- },
|
|
|
- render(val) {
|
|
|
- return proxy.moneyFormat(val);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "交期",
|
|
|
- prop: "deliveryTime",
|
|
|
- width: 160,
|
|
|
- align: "center",
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "发货时间",
|
|
|
- prop: "shippingTime",
|
|
|
- width: 160,
|
|
|
- align: "center",
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "收货人",
|
|
|
- prop: "consignee",
|
|
|
- width: 140,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "收货人电话",
|
|
|
- prop: "consigneeNumber",
|
|
|
- width: 140,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
- label: "收货人地址",
|
|
|
- slot: "address",
|
|
|
- width: 220,
|
|
|
+ label: "异常明细",
|
|
|
+ slot: "exceptionTypeDetail",
|
|
|
+ "min-width": 240,
|
|
|
},
|
|
|
},
|
|
|
];
|