diff --git a/src/views/wms/location/index.vue b/src/views/wms/location/index.vue index 6e6075f..49caf48 100644 --- a/src/views/wms/location/index.vue +++ b/src/views/wms/location/index.vue @@ -88,9 +88,7 @@ label="序号"> - - @@ -128,38 +126,24 @@ /> - + - - - + - - - - - - - + + - - - - - - - - - - - - - - + + + + - - + + + + + @@ -385,6 +369,13 @@ export default { factoryCode: null, syntozk: null }, + options: [{ + activeFlag: "1", + label: '是' + }, { + activeFlag: "0", + label: '否' + }], // 表单参数 form: {}, // 表单校验