|
|
|
@ -29,21 +29,21 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="产品编码:">
|
|
|
|
|
<el-input v-model="filterQuery.unionCode" placeholder="DI/医保编码/商品条码"
|
|
|
|
|
<el-form-item class="query-form-item" label="最小销售标识:">
|
|
|
|
|
<el-input v-model="filterQuery.unionCode" placeholder="请输入最小销售标识"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="物资名称:">
|
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" placeholder="物资名称" clearable="true"
|
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" placeholder="请输入物资名称" clearable="true"
|
|
|
|
|
style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="规格型号:">
|
|
|
|
|
<el-input v-model="filterQuery.ggxh" placeholder="规格型号" clearable="true"
|
|
|
|
|
<el-input v-model="filterQuery.ggxh" placeholder="请输入规格型号" clearable="true"
|
|
|
|
|
style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -63,24 +63,23 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="注册备案人:">
|
|
|
|
|
<el-input v-model="filterQuery.ylqxzcrbarmc" placeholder="生产企业/注册备案人"
|
|
|
|
|
<el-input v-model="filterQuery.ylqxzcrbarmc" placeholder="请输入注册备案人"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="外部产品编码:">
|
|
|
|
|
<el-input v-model="filterQuery.thrPiId" placeholder="第三方产品编码"
|
|
|
|
|
<el-form-item class="query-form-item" label="第三方编码:">
|
|
|
|
|
<el-input v-model="filterQuery.thrPiId" placeholder="请输入第三方主系统编码"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="集采状态">
|
|
|
|
|
<el-select v-model="filterQuery.groupBuy" placeholder="集采状态" clearable>
|
|
|
|
|
<el-form-item class="query-form-item" label="集采状态:">
|
|
|
|
|
<el-select v-model="filterQuery.groupBuy" placeholder="请选择集采状态" clearable style="width: 90%">
|
|
|
|
|
<el-option label="全部" value=""></el-option>
|
|
|
|
|
<el-option label="集采" value="true"></el-option>
|
|
|
|
|
<el-option label="非集采" value="false"></el-option>
|
|
|
|
@ -88,8 +87,8 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="可配送状态">
|
|
|
|
|
<el-select v-model="filterQuery.dispatch" placeholder="可配送状态" clearable>
|
|
|
|
|
<el-form-item class="query-form-item" label="可配送状态:">
|
|
|
|
|
<el-select v-model="filterQuery.dispatch" placeholder="请选择可配送状态" clearable style="width: 90%">
|
|
|
|
|
<el-option label="全部" value=""></el-option>
|
|
|
|
|
<el-option label="可配送" value="true"></el-option>
|
|
|
|
|
<el-option label="不可配送" value="false"></el-option>
|
|
|
|
@ -97,13 +96,30 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="注册/备案号:">
|
|
|
|
|
<el-input v-model="filterQuery.zczbhhzbapzbh" placeholder="请输入注册/备案号"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="生产企业:">
|
|
|
|
|
<el-input v-model="filterQuery.manufactory" placeholder="请输入生产企业"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
<div class="top-right-btn">
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="submit">查询</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="editUdiType">物资分类管理</el-button>
|
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-plus" @click="editUdiType">物资分类管理</el-button>-->
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="intentImportUdi">选入DI信息</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="intentImportErp">添加院内字典</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="intentDetail">关联添加</el-button>
|
|
|
|
@ -119,43 +135,27 @@
|
|
|
|
|
@selection-change="handleSelectionChange"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="最小销售产品标识"
|
|
|
|
|
prop="nameCode"
|
|
|
|
|
width="140"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="主系统产品编码"
|
|
|
|
|
prop="mainId"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="生产企业"
|
|
|
|
|
prop="ylqxzcrbarmc"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="物资名称"
|
|
|
|
|
prop="cpmctymc"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="规格型号"
|
|
|
|
|
prop="ggxh"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="注册/备案凭证"
|
|
|
|
|
prop="zczbhhzbapzbh"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="器械类别"
|
|
|
|
|
prop="qxlb"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column width="200" label="操作">
|
|
|
|
|
<el-table-column label="最小销售产品标识" prop="nameCode" width="140" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="主系统编码" prop="mainId" width="120" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="物资名称" prop="cpmctymc" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="注册/备案人" prop="ylqxzcrbarmc" width="180" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="集采状态" prop="groupBuy" width="120" show-overflow-tooltip>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="(scope.row.groupBuy) | statusFilterType">
|
|
|
|
|
{{ groupBuyMap[scope.row.groupBuy] }}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="可配送状态" prop="dispatch" width="120" show-overflow-tooltip>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="(scope.row.dispatch) | statusFilterType">
|
|
|
|
|
{{ dispatchMap[scope.row.dispatch] }}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column width="180" label="操作" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
@ -185,7 +185,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="耗材字典-详情"
|
|
|
|
|
title="物资字典-详情"
|
|
|
|
|
:visible.sync="editDialogVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
@ -195,10 +195,11 @@
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-table :data="sysList" style="width: 100%; margin-bottom: 8px" key="2" border>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column label="系统名称" prop="sysName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="产品编码" prop="thirdId" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="产品名称" prop="thirdName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="第三方系统名称" prop="sysName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="第三方系统物资编码" prop="thirdId" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="第三方系统物资名称" prop="thirdName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="第三方系统规格型号" prop="spec" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column label="注册/备案号" prop="registerNo" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="生产企业" prop="manufactory" show-overflow-tooltip></el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
@ -213,7 +214,7 @@
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="detailList" style="width: 100%; " border key="3"
|
|
|
|
|
highlight-current-row @current-change="handleDetail">
|
|
|
|
|
<el-table-column label="产品标识" prop="nameCode" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="产品最小销售标识" prop="nameCode" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="物资名称" prop="cpmctymc" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="包装级别" prop="packLevel" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="包装单位" prop="packUnit" show-overflow-tooltip></el-table-column>
|
|
|
|
@ -303,9 +304,9 @@
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>启用使用单元: </span>
|
|
|
|
|
<span>允许无序列号: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-select v-model="editQuery.isUseDy" disabled style="width: 65%" size="small">
|
|
|
|
|
<el-select v-model="editQuery.allowNoSerial" disabled style="width: 65%" size="small">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-option label="否" :value="null"></el-option>
|
|
|
|
@ -314,6 +315,18 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>启用使用单元: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-select v-model="editQuery.isUseDy" disabled style="width: 65%" size="small">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-option label="否" :value="null"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
@ -984,6 +997,7 @@
|
|
|
|
|
:visible.sync="editDiDialogVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
:before-close="this.cancelDialog"
|
|
|
|
|
width="70%"
|
|
|
|
|
v-if="editDiDialogVisible"
|
|
|
|
|
>
|
|
|
|
@ -1192,7 +1206,7 @@ export default {
|
|
|
|
|
filterType: null,
|
|
|
|
|
dispatch: null,
|
|
|
|
|
groupBuy: null,
|
|
|
|
|
|
|
|
|
|
zczbhhzbapzbh: null,
|
|
|
|
|
},
|
|
|
|
|
rId: null,
|
|
|
|
|
selectUdiTypeVisible: false,
|
|
|
|
@ -1211,6 +1225,14 @@ export default {
|
|
|
|
|
measname: null,
|
|
|
|
|
nameCode: null
|
|
|
|
|
},
|
|
|
|
|
groupBuyMap: {
|
|
|
|
|
true: "集采",
|
|
|
|
|
false: "非集采"
|
|
|
|
|
},
|
|
|
|
|
dispatchMap: {
|
|
|
|
|
true: "可配送",
|
|
|
|
|
false: "不可配送"
|
|
|
|
|
},
|
|
|
|
|
pId: 0,
|
|
|
|
|
productRemarkSet: {},
|
|
|
|
|
relevanceEdit: {
|
|
|
|
@ -1223,6 +1245,7 @@ export default {
|
|
|
|
|
allowNoBatch: null,
|
|
|
|
|
allowNoExpire: null,
|
|
|
|
|
allowNoProduct: null,
|
|
|
|
|
allowNoSerial: null,
|
|
|
|
|
pId: null,
|
|
|
|
|
},
|
|
|
|
|
defaultSys: null,
|
|
|
|
@ -1263,6 +1286,16 @@ export default {
|
|
|
|
|
useNumEnable: true,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
filters: {
|
|
|
|
|
|
|
|
|
|
statusFilterType(status) {
|
|
|
|
|
const statusMap = {
|
|
|
|
|
false: "warning",
|
|
|
|
|
true: "success",
|
|
|
|
|
};
|
|
|
|
|
return statusMap[status];
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
|
onReset() {
|
|
|
|
@ -1367,6 +1400,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
deletetUdiInfos(tquery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.$message({
|
|
|
|
@ -1662,6 +1696,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
onAddSubmit(relSubmit) {
|
|
|
|
|
this.editFormat.relSubmit = relSubmit;
|
|
|
|
|
console.log(this.editFormat)
|
|
|
|
|
updatetUdiInfos(this.editFormat)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
@ -1705,48 +1740,48 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
selectSysParam() {
|
|
|
|
|
let query = {
|
|
|
|
|
paramKey: "smp_isUploadProuct",
|
|
|
|
|
};
|
|
|
|
|
spcombie().then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
if (response.data.paramValue == "1") {
|
|
|
|
|
this.isSpCombine = true;
|
|
|
|
|
} else {
|
|
|
|
|
this.isSpCombine = false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
selectSysParamByKey(query).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
if (response.data.paramValue == "1") {
|
|
|
|
|
this.isUploadSmp = true;
|
|
|
|
|
} else {
|
|
|
|
|
this.isUploadSmp = false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
let query1 = {
|
|
|
|
|
paramKey: "upload_pi_file_enabled",
|
|
|
|
|
};
|
|
|
|
|
selectSysParamByKey(query1).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
if (response.data.paramValue == "1") {
|
|
|
|
|
this.isImportFile = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
let query2 = {
|
|
|
|
|
paramKey: "upload_pi_file_url",
|
|
|
|
|
};
|
|
|
|
|
selectSysParamByKey(query2).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.uploadFileUrl = response.data.paramValue;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
// selectSysParam() {
|
|
|
|
|
// let query = {
|
|
|
|
|
// paramKey: "smp_isUploadProuct",
|
|
|
|
|
// };
|
|
|
|
|
// spcombie().then((response) => {
|
|
|
|
|
// if (response.code == 20000) {
|
|
|
|
|
// if (response.data.paramValue == "1") {
|
|
|
|
|
// this.isSpCombine = true;
|
|
|
|
|
// } else {
|
|
|
|
|
// this.isSpCombine = false;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// });
|
|
|
|
|
//
|
|
|
|
|
// selectSysParamByKey(query).then((response) => {
|
|
|
|
|
// if (response.code == 20000) {
|
|
|
|
|
// if (response.data.paramValue == "1") {
|
|
|
|
|
// this.isUploadSmp = true;
|
|
|
|
|
// } else {
|
|
|
|
|
// this.isUploadSmp = false;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// });
|
|
|
|
|
// let query1 = {
|
|
|
|
|
// paramKey: "upload_pi_file_enabled",
|
|
|
|
|
// };
|
|
|
|
|
// selectSysParamByKey(query1).then((response) => {
|
|
|
|
|
// if (response.code == 20000) {
|
|
|
|
|
// if (response.data.paramValue == "1") {
|
|
|
|
|
// this.isImportFile = true;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// });
|
|
|
|
|
// let query2 = {
|
|
|
|
|
// paramKey: "upload_pi_file_url",
|
|
|
|
|
// };
|
|
|
|
|
// selectSysParamByKey(query2).then((response) => {
|
|
|
|
|
// if (response.code == 20000) {
|
|
|
|
|
// this.uploadFileUrl = response.data.paramValue;
|
|
|
|
|
// }
|
|
|
|
|
// });
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
editUdiType() {
|
|
|
|
|
this.selectUdiTypeVisible = true;
|
|
|
|
@ -1807,7 +1842,7 @@ export default {
|
|
|
|
|
this.findBasicProductSet();
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getTerrList();
|
|
|
|
|
this.selectSysParam();
|
|
|
|
|
// this.selectSysParam();
|
|
|
|
|
this.getSysFilter();
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|