切换分支备份

fencang
anthonywj 3 years ago
parent fe2e1872ac
commit 1e01f5a578

@ -1,6 +1,6 @@
{ {
"BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER", "BASE_URL": "http://127.0.0.1:9906",
"SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER", "SERVER_IP": "http://127.0.0.1:9906",
"hosp_name": "诏安县总医院(测试)" "hosp_name": "诏安县总医院(测试)"
} }

@ -731,22 +731,23 @@
<el-row :gutter="20" class="el-row" type="flex"> <el-row :gutter="20" class="el-row" type="flex">
<el-col :span="24" class="el-col"> <el-col :span="24" class="el-col">
<div style="margin-top: 18px;margin-bottom: 18px"> <div style="margin-top: 18px;margin-bottom: 18px">
<el-checkbox v-model="checked" :disabled="!isUseDyCheck" <el-checkbox v-model="checked" :disabled="!isUseDyCheck" disabled
>以使用单元数量入库 >以使用单元数量入库
</el-checkbox> </el-checkbox>
<el-checkbox v-model="editQuery.isDisable" <el-checkbox v-model="editQuery.isDisable" disabled
>是否禁用 >是否禁用
</el-checkbox> </el-checkbox>
<el-checkbox v-model="editQuery.isAdavence" <el-checkbox v-model="editQuery.isAdavence" disabled
>是否寄售 >是否寄售
</el-checkbox> </el-checkbox>
<el-checkbox v-model="editQuery.allowNoBatch" class="" <el-checkbox v-model="editQuery.allowNoBatch" class=""
disabled
>允许无批次号 >允许无批次号
</el-checkbox> </el-checkbox>
<el-checkbox v-model="editQuery.allowNoExpire" class="" <el-checkbox v-model="editQuery.allowNoExpire" class="" disabled
>允许无失效日期 >允许无失效日期
</el-checkbox> </el-checkbox>
<el-checkbox v-model="editQuery.allowNoProduct" class="" <el-checkbox v-model="editQuery.allowNoProduct" class="" disabled
>允许无生产日期 >允许无生产日期
</el-checkbox> </el-checkbox>
</div> </div>
@ -1340,7 +1341,9 @@
></selectErp> ></selectErp>
</el-dialog> </el-dialog>
<el-dialog <el-dialog
title="选入DI器械信息"
:title="selectformMap[selectValue]"
:visible.sync="selectLocalVisible" :visible.sync="selectLocalVisible"
width="85%" width="85%"
:close-on-click-modal="false" :close-on-click-modal="false"
@ -1508,6 +1511,12 @@ export default {
lockStatusMap: {1: "未提交", 2: "已提交", 3: "已锁定"}, lockStatusMap: {1: "未提交", 2: "已提交", 3: "已锁定"},
isUseDyCheck: false, isUseDyCheck: false,
loading: false, loading: false,
selectValue: 0,
selectformMap: {
0: "选入DI器械信息",
1: "拆分产品",
},
}; };
}, },
@ -1738,6 +1747,7 @@ export default {
this.thisData = val; this.thisData = val;
this.idSpliUdi = false; this.idSpliUdi = false;
this.thirdId = val.thirdId; this.thirdId = val.thirdId;
this.selectValue = 0;
this.selectLocalVisible = true; this.selectLocalVisible = true;
}, },
@ -1746,11 +1756,13 @@ export default {
this.isImportUdi = true; this.isImportUdi = true;
this.thisData = val; this.thisData = val;
this.idSpliUdi = true; this.idSpliUdi = true;
this.selectValue = 1;
this.selectLocalVisible = true; this.selectLocalVisible = true;
}, },
intentImportUdi() { intentImportUdi() {
this.relId = null; this.relId = null;
this.selectValue = 0;
this.selectLocalVisible = true; this.selectLocalVisible = true;
}, },
deleteCompanyProductRelevance(row) { deleteCompanyProductRelevance(row) {

Loading…
Cancel
Save