|
|
@ -205,11 +205,7 @@ export const PurchaseReceiptJob = [ |
|
|
|
{ label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改者ID", prop: "lastModifierId" }, |
|
|
|
{ label: "任务编号", prop: 'number' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "推荐箱码", prop: 'recommendPackingCode' }, |
|
|
|
{ label: "实际箱码", prop: 'handledPackingCode' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
@ -239,7 +235,10 @@ export const PurchaseReceiptJob = [ |
|
|
|
{ label: "到货时间", prop: 'arriveDate',type: "dateTime" }, |
|
|
|
{ label: "供应商包装计量单位", prop: 'supplierPackUom' }, |
|
|
|
{ label: "供应商包装数量", prop: 'supplierPackQty' }, |
|
|
|
{ label: "创建者ID", prop: "creatorId" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "任务编号", prop: 'number' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
// { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" },
|
|
|
|
// ************** 确定隐藏 ************************
|
|
|
|