|
|
|
@ -263,7 +263,7 @@
|
|
|
|
|
:total="subTotal"
|
|
|
|
|
:page.sync="thirdSubQuery.page"
|
|
|
|
|
:limit.sync="thirdSubQuery.limit"
|
|
|
|
|
@pagination="getList"
|
|
|
|
|
@pagination="intentSubSelect"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
@ -327,7 +327,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import {
|
|
|
|
|
filterSubAll, saveSubWarehouse, deleteSubWarehouse,
|
|
|
|
|
getSubThrsysDetail, bindThrSubWarehouse, unbindSubThrWarehouse
|
|
|
|
|
getSubThrsysDetail, bindThrSubWarehouse, unbindSubThrWarehouse,
|
|
|
|
|
} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import {getHospitalUserList, selectNotSelectUser} from "@/api/auth/authUser";
|
|
|
|
|
import {getJoinBussinessType} from "@/api/basic/bussinessType";
|
|
|
|
@ -417,13 +417,13 @@ export default {
|
|
|
|
|
name: "",
|
|
|
|
|
status: "",
|
|
|
|
|
};
|
|
|
|
|
this.busQuery.page = 1;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
onSubmit() { //提交查询
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getList() { //获取仓库信息
|
|
|
|
|
this.loading = true;
|
|
|
|
|
filterSubAll(this.query)
|
|
|
|
|