|
|
|
@ -7,48 +7,54 @@
|
|
|
|
|
border
|
|
|
|
|
label-width="120px"
|
|
|
|
|
>
|
|
|
|
|
<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="registerNo" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" @click="addSelectErp(scope.row)" :disabled="scope.row.thirdId==editQuery.nameCode">关联</el-button>
|
|
|
|
|
<el-button type="text" @click.native.stop="removeErp(scope.row)" :disabled="editQuery.flbm==null || scope.row.thirdId==null || scope.row.thirdId==''">解绑
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-card>
|
|
|
|
|
<div style=" float: left;
|
|
|
|
|
<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="registerNo" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" @click="addSelectErp(scope.row)" :disabled="scope.row.thirdId==editQuery.nameCode">
|
|
|
|
|
关联
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="text" @click.native.stop="removeErp(scope.row)"
|
|
|
|
|
:disabled="editQuery.flbm==null || scope.row.thirdId==null || scope.row.thirdId==''">解绑
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-card>
|
|
|
|
|
<div style=" float: left;
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 8px">
|
|
|
|
|
<span>产品标识:</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div style=" float: right;
|
|
|
|
|
<span>产品标识:</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div style=" float: right;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-bottom: 8px;">
|
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="removeDi" v-if="productType!=1" style="text-align:right">解绑DI器械信息</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
<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="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>
|
|
|
|
|
<el-table-column label="操作" width="180px">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" @click.native.stop="singleDiEdit">编辑</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="removeDi" v-if="productType!=1"
|
|
|
|
|
style="text-align:right">解绑DI器械信息
|
|
|
|
|
</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
<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="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>
|
|
|
|
|
<el-table-column label="操作" width="180px">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" @click.native.stop="singleDiEdit">编辑</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex" class="edit-row" style="margin-top: 20px">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
@ -184,27 +190,42 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex" class="edit-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="最小包装可使用次数:">
|
|
|
|
|
<el-form-item label="医保编码:">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
:disabled="this.useNumEnable"
|
|
|
|
|
v-model="editQuery.ybbm"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="使用周期(天):">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
type="number"
|
|
|
|
|
v-model="editQuery.useNum"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.useExpireTime"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="医保编码:">
|
|
|
|
|
<el-form-item label="最小包装可使用次数:">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="editQuery.ybbm"
|
|
|
|
|
:disabled="this.useNumEnable"
|
|
|
|
|
type="number"
|
|
|
|
|
v-model="editQuery.useNum"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
@ -254,7 +275,29 @@
|
|
|
|
|
@change="useMutiChange"
|
|
|
|
|
style="width: 180px"
|
|
|
|
|
border
|
|
|
|
|
>允许科室多次使用出库
|
|
|
|
|
>多次/重复使用耗材
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-checkbox v-model="editQuery.dispatch"
|
|
|
|
|
style="width: 180px"
|
|
|
|
|
border
|
|
|
|
|
>是否可配送
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="24" class="el-col">
|
|
|
|
|
<div style="margin-bottom: 18px;margin-left: 25px">
|
|
|
|
|
<el-checkbox v-model="editQuery.groupBuy"
|
|
|
|
|
style="width: 180px"
|
|
|
|
|
@change="groupBuyChange"
|
|
|
|
|
border
|
|
|
|
|
>是否集采产品
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
@ -359,7 +402,7 @@ export default {
|
|
|
|
|
sysList: [],
|
|
|
|
|
detailList: [],
|
|
|
|
|
defaultSys: null,
|
|
|
|
|
isImport:false,
|
|
|
|
|
isImport: false,
|
|
|
|
|
selectErpDialogVisible: false, //选入ERP产品
|
|
|
|
|
editSingleDiDialogVisible: false,
|
|
|
|
|
editSingleFormat: {
|
|
|
|
@ -379,8 +422,8 @@ export default {
|
|
|
|
|
created() {
|
|
|
|
|
this.useMutiChange(true)
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
|
let ttquery={
|
|
|
|
|
id:this.relevanceEdit.id
|
|
|
|
|
let ttquery = {
|
|
|
|
|
id: this.relevanceEdit.id
|
|
|
|
|
}
|
|
|
|
|
this.getDetailList(ttquery);
|
|
|
|
|
},
|
|
|
|
@ -532,7 +575,7 @@ export default {
|
|
|
|
|
useMutiChange(val) {
|
|
|
|
|
if (val) {
|
|
|
|
|
this.useNumEnable = false;
|
|
|
|
|
// this.editQuery.useNum = this.editQuery.zxxsbzbhsydysl;
|
|
|
|
|
// this.editQuery.useNum = this.editQuery.zxxsbzbhsydysl;
|
|
|
|
|
if (!isBlank(this.editQuery.zxxsbzbhsydysl)) {
|
|
|
|
|
if (this.editQuery.zxxsbzbhsydysl > 0) {
|
|
|
|
|
this.isUseDyCheck = true;
|
|
|
|
@ -547,10 +590,16 @@ export default {
|
|
|
|
|
this.selectErpDialogVisible = false;
|
|
|
|
|
},
|
|
|
|
|
closeUdi(val) {
|
|
|
|
|
this.selectErpDialogVisible=false;
|
|
|
|
|
this.selectErpDialogVisible = false;
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
groupBuyChange() {
|
|
|
|
|
if (this.editQuery.groupBuy == true) {
|
|
|
|
|
this.editQuery.dispatch = true;
|
|
|
|
|
} else {
|
|
|
|
|
this.editQuery.dispatch = false;
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|