Browse Source

上架后退货记录原因更改

dev_web_online
安虹睿 2 years ago
parent
commit
66f5d1f37b
  1. 2
      fe/PC/src/utils/detailsTableColumns/index.js

2
fe/PC/src/utils/detailsTableColumns/index.js

@ -907,7 +907,7 @@ export const PurchaseReturnNote = [
{ label: "库区", prop: 'locationArea' },
{ label: "ERP库位", prop: "locationErpCode" },
{ label: "退货原因代码", prop: 'reason' },
{ label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" },
{ label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"PurReturnReason" },
// -----------------------------------------------------------------------
{ label: "推荐箱码", prop: "recommendPackingCode" },
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' },

Loading…
Cancel
Save