|
|
@ -166,7 +166,7 @@
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
<el-form-item label="所属仓库" prop="locInv">
|
|
|
|
<el-form-item label="所属仓库" prop="locInvCode">
|
|
|
|
<el-select
|
|
|
|
<el-select
|
|
|
|
v-model="formData.locInvCode"
|
|
|
|
v-model="formData.locInvCode"
|
|
|
|
filterable
|
|
|
|
filterable
|
|
|
@ -393,6 +393,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
this.query.key='key';
|
|
|
|
authAdminList(this.query)
|
|
|
|
authAdminList(this.query)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|