Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/system/dept/invWarehouse.vue
ywj_dev
wangwei 2 years ago
commit 09dc97207f

@ -499,7 +499,7 @@ export default {
subAddDeptDialog(row) {
this.formName = "add";
this.formVisible = true;
this.isShow = false;
this.isShow = true;
this.formData = {
pid: row.id,
pcode: row.code,

@ -125,6 +125,7 @@
<el-col :span="12" class="el-col">
<el-form-item label="上级仓库" prop="parentCode">
<treeselect v-model="subData.parentCode" :options="invOptions" :normalizer="normalizer"
:disabled="isShow"
style="width: 80%"
placeholder="选择上级仓库"/>

Loading…
Cancel
Save