|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-form :model="orderData" class="demo-form-inline" style="margin-top: 30px">
|
|
|
|
|
<el-form :model="orderData" class="demo-form-inline" style="margin-top: 30px" @submit.native.prevent>
|
|
|
|
|
|
|
|
|
|
<!--<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">-->
|
|
|
|
|
<el-row :gutter="0" style="margin-top: 5px">
|
|
|
|
@ -79,14 +79,13 @@
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column label="追溯码" prop="code"></el-table-column>
|
|
|
|
|
<el-table-column label="药品编码" prop="nameCode"></el-table-column>
|
|
|
|
|
<el-table-column label="药品通用名称" prop="productName" width="110"></el-table-column>
|
|
|
|
|
<el-table-column label="药品通用名称" prop="cpmctymc" width="110"></el-table-column>
|
|
|
|
|
<el-table-column label="包装规格" prop="ggxh" width="110"></el-table-column>
|
|
|
|
|
<el-table-column label="批次号" prop="batchNo"></el-table-column>
|
|
|
|
|
<el-table-column label="生产日期" prop="produceDate"></el-table-column>
|
|
|
|
|
<el-table-column label="生产日期" prop="productDate"></el-table-column>
|
|
|
|
|
<el-table-column label="失效日期" prop="expireDate"></el-table-column>
|
|
|
|
|
<el-table-column label="序列号" prop="serialNo"></el-table-column>
|
|
|
|
|
<el-table-column label="扫码数量" prop="count"></el-table-column>
|
|
|
|
|
<el-table-column label="实际数量" prop="reCount"></el-table-column>
|
|
|
|
|
<el-table-column label="供应商" prop="supName"></el-table-column>
|
|
|
|
|
<el-table-column label="扫码数量" prop="scanActCount"></el-table-column>
|
|
|
|
|
<el-table-column label="批准文号" prop="zczbhhzbapzbh"></el-table-column>
|
|
|
|
|
|
|
|
|
|
</el-table>
|
|
|
|
@ -103,10 +102,8 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { getCodeList } from '@/api/inout/code'
|
|
|
|
|
import { isBlank } from '@/utils/strUtil'
|
|
|
|
|
import { checkCode, batchVailCode } from '@/api/inout/order'
|
|
|
|
|
import { orderbatchAddCode } from '@/api/inout/splitCode'
|
|
|
|
|
import { getCodeEndList,checkCode } from '@/api/collect/IoCollectCodeSelect'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: 'DialogCheckCode',
|
|
|
|
@ -131,7 +128,7 @@ export default {
|
|
|
|
|
errResult: '',
|
|
|
|
|
scanCode: '',
|
|
|
|
|
codeQuery: {
|
|
|
|
|
orderId: null,
|
|
|
|
|
billNo:null,
|
|
|
|
|
code: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
@ -140,7 +137,6 @@ export default {
|
|
|
|
|
code: '',
|
|
|
|
|
billNo: null,
|
|
|
|
|
codeList: [],
|
|
|
|
|
orderId: null
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -152,7 +148,7 @@ export default {
|
|
|
|
|
const codeArray = this.filterQuery.code.split(';')
|
|
|
|
|
this.filterQuery.codeList = codeArray
|
|
|
|
|
this.filterQuery.code = ''
|
|
|
|
|
this.filterQuery.orderId = this.orderData.billNo
|
|
|
|
|
this.filterQuery.billNo = this.orderData.billNo
|
|
|
|
|
// 处理多码的情况
|
|
|
|
|
this.batchVailCode(this.filterQuery)
|
|
|
|
|
return
|
|
|
|
@ -161,12 +157,12 @@ export default {
|
|
|
|
|
if (!this.parseString(this.filterQuery.code)) {
|
|
|
|
|
this.$refs.inputRef.focus()
|
|
|
|
|
this.$refs.inputRef.select()
|
|
|
|
|
this.$message.error('非法产品编码')
|
|
|
|
|
this.$message.error('无效追溯码')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//单码校验
|
|
|
|
|
this.filterQuery.orderId = this.orderData.billNo
|
|
|
|
|
this.filterQuery.billNo = this.orderData.billNo
|
|
|
|
|
this.verifyCode(this.filterQuery)
|
|
|
|
|
// this.getInputFocus()
|
|
|
|
|
},
|
|
|
|
@ -214,17 +210,38 @@ export default {
|
|
|
|
|
if (data.udi) {
|
|
|
|
|
resultParts.push('层级标识: ' + data.udi)
|
|
|
|
|
}
|
|
|
|
|
if (data.cpmctymc) {
|
|
|
|
|
resultParts.push( data.productType == 2 ? "药品通用名称" : "产品通用名称: " + data.cpmctymc);
|
|
|
|
|
}
|
|
|
|
|
if (data.batchNo) {
|
|
|
|
|
resultParts.push('批次号: ' + data.batchNo)
|
|
|
|
|
resultParts.push("批次号: " + data.batchNo);
|
|
|
|
|
}
|
|
|
|
|
if (data.produceDate) {
|
|
|
|
|
resultParts.push('生产日期: ' + data.produceDate)
|
|
|
|
|
resultParts.push("生产日期: " + data.produceDate);
|
|
|
|
|
}
|
|
|
|
|
if (data.expireDate) {
|
|
|
|
|
resultParts.push('失效日期: ' + data.expireDate)
|
|
|
|
|
resultParts.push("失效日期: " + data.expireDate);
|
|
|
|
|
}
|
|
|
|
|
if (data.serialNo) {
|
|
|
|
|
resultParts.push('序列号: ' + data.serialNo)
|
|
|
|
|
resultParts.push("序列号: " + data.serialNo);
|
|
|
|
|
}
|
|
|
|
|
if (data.productType == 2){
|
|
|
|
|
if (data.bzgg) {
|
|
|
|
|
resultParts.push("包装规格: " + data.bzgg);
|
|
|
|
|
}
|
|
|
|
|
}else {
|
|
|
|
|
if (data.ggxh) {
|
|
|
|
|
resultParts.push("规格型号: " + data.ggxh);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (data.prepnSpec) {
|
|
|
|
|
resultParts.push("制剂规格: " + data.prepnSpec);
|
|
|
|
|
}
|
|
|
|
|
if (data.prepnUnit) {
|
|
|
|
|
resultParts.push("剂型: " + data.prepnUnit);
|
|
|
|
|
}
|
|
|
|
|
if (data.packUnit) {
|
|
|
|
|
resultParts.push("计量单位: " + data.packUnit);
|
|
|
|
|
}
|
|
|
|
|
this.scanTitle = '扫码结果:' + data.code
|
|
|
|
|
this.result = resultParts.join(' , ')
|
|
|
|
@ -283,8 +300,8 @@ export default {
|
|
|
|
|
return false
|
|
|
|
|
},
|
|
|
|
|
getResultDetailList() {
|
|
|
|
|
this.codeQuery.orderId = this.orderData.billNo
|
|
|
|
|
getCodeList(this.codeQuery).then((res) => {
|
|
|
|
|
this.codeQuery.billNo = this.orderData.billNo
|
|
|
|
|
getCodeEndList(this.codeQuery).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.detailList = res.data.list || []
|
|
|
|
|
this.resultTotal = res.data.total || 0;
|
|
|
|
@ -312,7 +329,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
init() {
|
|
|
|
|
this.codeQuery = {
|
|
|
|
|
orderId: null,
|
|
|
|
|
billNo: null,
|
|
|
|
|
code: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|