|
|
@ -1,4 +1,4 @@ |
|
|
|
import { billType, codeType, subBillType } from "./inventory.js"; |
|
|
|
import { codeType, deliverBillType, deliverSubBillType } from "../_options.js"; |
|
|
|
|
|
|
|
export default function () { |
|
|
|
return { |
|
|
@ -14,16 +14,16 @@ export default function () { |
|
|
|
// title: "LU零件号",
|
|
|
|
// type: "string",
|
|
|
|
// },
|
|
|
|
partCode: { |
|
|
|
realPartCode: { |
|
|
|
title: "LU零件号", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
customerPartCode: { |
|
|
|
custPartCode: { |
|
|
|
title: "客户零件号", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
codeType, |
|
|
|
billType, |
|
|
|
deliverBillType, |
|
|
|
qty: { |
|
|
|
title: "数量", |
|
|
|
type: "string", |
|
|
@ -33,7 +33,7 @@ export default function () { |
|
|
|
type: "string", |
|
|
|
input: "datetime", |
|
|
|
}, |
|
|
|
deliverTime: { |
|
|
|
assembleData: { |
|
|
|
title: "订单日期", |
|
|
|
type: "string", |
|
|
|
input: "datetime", |
|
|
@ -62,29 +62,25 @@ export default function () { |
|
|
|
title: "PJIS生产顺序号", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
reMark: { |
|
|
|
title: "备注", |
|
|
|
realCode: { |
|
|
|
title: "实际生产码", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
configcode: { |
|
|
|
title: "配置码", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
factory: { |
|
|
|
title: "工厂", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
subBillType, |
|
|
|
realCode: { |
|
|
|
title: "WMS实发生产码", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
// factory: {
|
|
|
|
// title: "工厂",
|
|
|
|
// type: "string",
|
|
|
|
// },
|
|
|
|
// deliverSubBillType,
|
|
|
|
vinCode: { |
|
|
|
title: "EDI订单生产码", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
settlementVinCode: { |
|
|
|
title: "结算生产码", |
|
|
|
reMark: { |
|
|
|
title: "备注", |
|
|
|
type: "string", |
|
|
|
}, |
|
|
|
}, |
|
|
|