预警迁移到供应商维护

ywj_dev
anthonywj 2 years ago
parent c78a9fffac
commit d1c90f4605

@ -337,7 +337,25 @@
</el-col> </el-col>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>
<el-row>
<el-col span="5">
<span class="sptext">启用使用单元</span>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="5">
<el-select v-model="editQuery.isUseDy" style="width: 65%"
:disabled="editQuery.useMuti==true "
placeholder="状态" clearable>
<el-option label="是" :value="true"></el-option>
<el-option label="否" :value="false"></el-option>
</el-select>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="13">
<span class="sptext">启用使用单元</span>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
<span class="sptext">多次/重复使用耗材</span> <span class="sptext">多次/重复使用耗材</span>

@ -85,7 +85,7 @@
{{ lockStatusMap[scope.row.lockStatus] }} {{ lockStatusMap[scope.row.lockStatus] }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="180" label="操作"> <el-table-column width="180" label="操作" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if="isSpCombine" type="text" size="small" <el-button v-if="isSpCombine" type="text" size="small"
:disabled="scope.row.originUuid!=null || scope.row.lockStatus===3" :disabled="scope.row.originUuid!=null || scope.row.lockStatus===3"
@ -705,6 +705,7 @@ export default {
}); });
}, },
handleModifyClick(row) { handleModifyClick(row) {
debugger
this.editQuery = row; this.editQuery = row;
this.editDialogVisible = true; this.editDialogVisible = true;
}, },

@ -12,8 +12,11 @@
<el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip></el-table-column> <el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip></el-table-column>
<el-table-column label="操作"> <el-table-column label="操作">
<template slot-scope="scope"> <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="addSelectErp(scope.row)" :disabled="scope.row.thirdId==editQuery.nameCode">
<el-button type="text" @click.native.stop="removeErp(scope.row)" :disabled="editQuery.flbm==null || scope.row.thirdId==null || scope.row.thirdId==''">解绑 关联
</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> </el-button>
</template> </template>
</el-table-column> </el-table-column>
@ -29,10 +32,11 @@
<div style=" float: right; <div style=" float: right;
text-align: right; text-align: right;
margin-bottom: 8px;"> margin-bottom: 8px;">
<el-button type="primary" size="mini" icon="search" @click="removeDi" v-if="productType!=1" style="text-align:right">DI <el-button type="primary" size="mini" icon="search" @click="removeDi" v-if="productType!=1"
style="text-align:right">解绑DI器械信息
</el-button> </el-button>
</div> </div>
<el-table v-loading="loading" :data="detailList" style="width: 100%; " border key="3" highlight-current-row > <el-table v-loading="loading" :data="detailList" style="width: 100%; " border key="3" highlight-current-row>
<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="cpmctymc" show-overflow-tooltip></el-table-column>
<el-table-column label="包装级别" prop="packLevel" show-overflow-tooltip></el-table-column> <el-table-column label="包装级别" prop="packLevel" show-overflow-tooltip></el-table-column>
@ -41,58 +45,102 @@
</el-card> </el-card>
<el-card> <el-card>
<el-form :model="editQuery" :rules="rules" ref="editQuery" border label-width="120px" style="margin-top: 20px; "> <el-form :model="editQuery" :rules="rules" ref="editQuery" border label-width="120px" style="margin-top: 20px; ">
<el-row type="flex" class="edit-row"> <el-row type="flex" class="edit-row">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="商品条码:"> <el-form-item label="商品条码:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.sptm"></el-input> <el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.sptm"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="商品名称:"> <el-form-item label="商品名称:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.spmc"></el-input> <el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.spmc"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row type="flex" class="edit-row"> <el-row type="flex" class="edit-row">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="计量单位:"> <el-form-item label="计量单位:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.measname"></el-input> <el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.measname"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="生产企业:"> <el-form-item label="生产企业:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.manufactory" <el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.manufactory"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row type="flex" class="edit-row"> <el-row type="flex" class="edit-row">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="产品价格:"> <el-form-item label="产品价格:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.price"></el-input> <el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.price"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="产品描述:"> <el-form-item label="医保编码:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.cpms"></el-input> <el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row type="flex" class="edit-row">
<el-col :span="12">
<el-form-item label="医保编码:"> <el-row type="flex" class="edit-row">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm"></el-input> <el-col :span="12">
</el-form-item> <el-form-item label="库存积压预警数量:">
</el-col> <el-input
</el-row> style="width: 80%"
<el-button-group style="display: flex"> size="small"
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px" splaceholder="请输入内容"
:loading="loading" v-model="editQuery.overStockNum"
>提交 ></el-input>
</el-button> </el-form-item>
</el-button-group> </el-col>
</el-form> <el-col :span="12">
<el-form-item label="低库存预警数量:">
<el-input
style="width: 80%"
size="small"
splaceholder="请输入内容"
v-model="editQuery.lowStockNum"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex" class="edit-row">
<el-col :span="12">
<el-form-item label="近效期预警时间:">
<el-input
style="width: 80%"
size="small"
splaceholder="请输入内容"
v-model="editQuery.recentDateTime"
></el-input>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="预警时间格式:">
<el-select v-model="editQuery.isDateBy" style="width: 65%" placeholder="状态" clearable>
<el-option label="天" :value="1"></el-option>
<el-option label="小时" :value="2"></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex" class="edit-row">
<el-col :span="12">
<el-form-item label="产品描述:">
<el-input style="width: 80%" size="small" splaceholder="请输入内容" v-model="editQuery.cpms"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-button-group style="display: flex">
<el-button type="primary" @click.native="submitUpload()" style="margin: 0 60px 10px auto; height: 35px"
:loading="loading"
>提交
</el-button>
</el-button-group>
</el-form>
</el-card> </el-card>
<el-dialog <el-dialog
@ -120,9 +168,9 @@
</template> </template>
<script> <script>
import { disableUdi, removeDiRl, removeRl, thirdSysDetail } from '@/api/basic/product/udiRelevance' import {disableUdi, removeDiRl, removeRl, thirdSysDetail} from '@/api/basic/product/udiRelevance'
import { updateById } from '@/api/basic/udiRelevance' import {updateById} from '@/api/basic/udiRelevance'
import { filterByUuid } from '@/api/basic/udiInfo' import {filterByUuid} from '@/api/basic/udiInfo'
import selectErp from "./udiInfoselectErpUdi"; import selectErp from "./udiInfoselectErpUdi";
import selectUdiVersion from '@/views/basic/product/UdiinfoSelectVersion' import selectUdiVersion from '@/views/basic/product/UdiinfoSelectVersion'
@ -147,27 +195,27 @@ export default {
return { return {
isUseDyCheck: false, isUseDyCheck: false,
useNumEnable: true, useNumEnable: true,
editDialogVisible:false, editDialogVisible: false,
sysList:{}, sysList: {},
relId:null, relId: null,
defaultSys:null, defaultSys: null,
detailList:{}, detailList: {},
isImport:null, isImport: null,
thisData: { thisData: {
nameCode: null, nameCode: null,
cpmctymc: null, cpmctymc: null,
ggxh: null ggxh: null
}, },
selectVersionVisible:false, selectVersionVisible: false,
originUuid: null, originUuid: null,
uuid:null, uuid: null,
editSingleFormat: { editSingleFormat: {
uuid: null, uuid: null,
relId: null, relId: null,
sptm: null, sptm: null,
packUnit: null, packUnit: null,
measname: null, measname: null,
nameCode:null nameCode: null
}, },
editSingleDiDialogVisible: false, editSingleDiDialogVisible: false,
selectErpDialogVisible: false, //ERP selectErpDialogVisible: false, //ERP
@ -176,7 +224,7 @@ export default {
methods: { methods: {
submitUpload() { submitUpload() {
debugger
var data = { var data = {
id: this.editQuery.prid, id: this.editQuery.prid,
sptm: this.editQuery.sptm, sptm: this.editQuery.sptm,
@ -185,13 +233,17 @@ export default {
manufactory: this.editQuery.manufactory, manufactory: this.editQuery.manufactory,
price: this.editQuery.price, price: this.editQuery.price,
cpms: this.editQuery.cpms, cpms: this.editQuery.cpms,
ybbm: this.editQuery.ybbm ybbm: this.editQuery.ybbm,
overStockNum: this.editQuery.overStockNum,
lowStockNum: this.editQuery.lowStockNum,
recentDateTime: this.editQuery.recentDateTime,
isDateBy: this.editQuery.isDateBy,
} }
updateById(data).then(res=>{ updateById(data).then(res => {
if(res.code==20000){ if (res.code == 20000) {
this.closeDialog(); this.closeDialog();
}else{ } else {
this.$message.error(response.message); this.$message.error(response.message);
} }
}) })
@ -214,7 +266,7 @@ export default {
addSelectErp(row) { addSelectErp(row) {
this.defaultSys = row.sysId; this.defaultSys = row.sysId;
this.isImport = false; this.isImport = false;
this.relId=this.editQuery.rlId; this.relId = this.editQuery.rlId;
this.thisData = this.editQuery; this.thisData = this.editQuery;
this.selectErpDialogVisible = true; this.selectErpDialogVisible = true;
}, },
@ -264,7 +316,7 @@ export default {
type: "success", type: "success",
message: "删除成功!", message: "删除成功!",
}); });
this.editDialogVisible=false; this.editDialogVisible = false;
this.closeDialog(); this.closeDialog();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);

Loading…
Cancel
Save