|
|
@@ -71,6 +71,7 @@
|
|
|
@change="accountChange"
|
|
|
></avue-input>
|
|
|
</template>
|
|
|
+ {{form.userType}}
|
|
|
<template slot-scope="{ type, disabled }" slot="storageNameForm">
|
|
|
<div v-if="form.userType == 4">
|
|
|
<dic-select
|
|
|
@@ -553,7 +554,7 @@ export default {
|
|
|
label: "仓库名称",
|
|
|
prop: "storageName",
|
|
|
hide: true,
|
|
|
- display: this.branchManagement?true:false,
|
|
|
+ display: this.branchManagement,
|
|
|
},
|
|
|
{
|
|
|
label: "账号状态",
|
|
|
@@ -854,6 +855,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
isProcurement({ param: "whether.branch.management" }).then(res => {
|
|
|
+ console.info('1111-------', res);
|
|
|
if (res.data.data == 1) {
|
|
|
this.branchManagement = true;
|
|
|
}
|