清运单状态无法带入

master
mhsnet 3 months ago
parent 8631b6d9b9
commit db96c09931

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

Loading…
Cancel
Save