@@ -263,10 +263,27 @@ export default {
{
dictValue: "确认调拨",
dictKey: "确认调拨"
+ }
+ ],
+ props: {
+ label: "dictValue",
+ value: "dictKey"
+ },
+ {
+ label: "是否出仓",
+ prop: "status",
+ search: true,
+ overHidden: true,
+ type: "select",
+ dicData: [
+ dictValue: "否",
+ dictKey: "否"
},
- dictValue: "已出仓",
- dictKey: "已出仓"
+ dictValue: "是",
+ dictKey: "是"
}
],
props: {