清运单状态无法带入

master
mhsnet 3 months ago
parent 8631b6d9b9
commit db96c09931

@ -585,18 +585,18 @@ export default {
productSubCodeOptions: [], productSubCodeOptions: [],
productSubCodeProps: { label: "name", value: "id" }, productSubCodeProps: { label: "name", value: "id" },
entryStatusOptions: [ entryStatusOptions: [
{ fullName: "未入库", id: "0" }, { fullName: "未入库", id: 0 },
{ fullName: "已入库", id: "1" } { fullName: "已入库", id: 1 }
], ],
entryStatusProps: { label: "fullName", value: "id" }, entryStatusProps: { label: "fullName", value: "id" },
adjustStatusOptions: [ adjustStatusOptions: [
{ fullName: "未审核", id: "0" }, { fullName: "未审核", id: 0 },
{ fullName: "已审核", id: "1" } { fullName: "已审核", id: 1 }
], ],
adjustStatusProps: { label: "fullName", value: "id" }, adjustStatusProps: { label: "fullName", value: "id" },
adjustSetOptions: [ adjustSetOptions: [
{ fullName: "手动审核", id: "0" }, { fullName: "手动审核", id: 0 },
{ fullName: "自动审核", id: "1" } { fullName: "自动审核", id: 1 }
], ],
adjustSetProps: { label: "fullName", value: "id" }, adjustSetProps: { label: "fullName", value: "id" },
childIndex: -1, childIndex: -1,

Loading…
Cancel
Save