|
|
|
@ -0,0 +1,337 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-form :model="orderData" class="demo-form-inline" style="margin-top: 30px">
|
|
|
|
|
|
|
|
|
|
<!--<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">-->
|
|
|
|
|
<el-row :gutter="0" style="margin-top: 5px">
|
|
|
|
|
<el-col :span="20">
|
|
|
|
|
<el-form-item prop="code" label="扫码校验" label-width="80px">
|
|
|
|
|
<el-input
|
|
|
|
|
id="inputer"
|
|
|
|
|
@keypress.enter.native="enterKey($event)"
|
|
|
|
|
ref="inputRef"
|
|
|
|
|
@focus="getInputFocus($event)"
|
|
|
|
|
style="ime-mode: disabled"
|
|
|
|
|
type="tel"
|
|
|
|
|
:placeholder="this.placeholder"
|
|
|
|
|
v-model="scanCode"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4">
|
|
|
|
|
<el-button-group style="display: flex;">
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
size="mini"
|
|
|
|
|
icon="el-icon-plus"
|
|
|
|
|
style="margin-left: 15px"
|
|
|
|
|
>添加
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-alert
|
|
|
|
|
v-if="successVisible"
|
|
|
|
|
:title="scanTitle"
|
|
|
|
|
:type="scanResultType"
|
|
|
|
|
:closable="false"
|
|
|
|
|
:dangerouslyUseHTMLString="true"
|
|
|
|
|
:description="result"
|
|
|
|
|
>
|
|
|
|
|
</el-alert>
|
|
|
|
|
<!--<el-alert-->
|
|
|
|
|
<!-- v-if="warnVisible"-->
|
|
|
|
|
<!-- title="警告信息:"-->
|
|
|
|
|
<!-- type="warning"-->
|
|
|
|
|
<!-- :closable="true"-->
|
|
|
|
|
<!-- :dangerouslyUseHTMLString="true"-->
|
|
|
|
|
<!-- :description="warnResult">-->
|
|
|
|
|
<!--</el-alert>-->
|
|
|
|
|
<el-alert
|
|
|
|
|
v-if="errVisible"
|
|
|
|
|
title="错误信息:"
|
|
|
|
|
type="error"
|
|
|
|
|
:closable="false"
|
|
|
|
|
:dangerouslyUseHTMLString="true"
|
|
|
|
|
:description="errResult"
|
|
|
|
|
>
|
|
|
|
|
</el-alert>
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<el-descriptions title="单据信息" :column="4" border style="margin-top: 15px">
|
|
|
|
|
<el-descriptions-item label="单据编号">{{ orderData.billNo }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="发货方">{{ orderData.fromCorp }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="收货方">{{ orderData.fromCorpName }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="单据时间">{{ orderData.billTime }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="来源系统">{{ orderData.fromType }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="创建时间">{{ orderData.createTime }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="完成时间">{{ orderData.updateTime }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="单据备注">{{ orderData.remark }}</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
|
|
|
|
|
</el-form>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-tabs type="border-card" style="margin: 15px">
|
|
|
|
|
<!--单据业务详情-->
|
|
|
|
|
<el-tab-pane>
|
|
|
|
|
<span slot="label">单据 {{ orderData.billNo }}-追溯码详情</span>
|
|
|
|
|
<el-table :data="detailList" style="width: 100%;" highlight-current-row="true" border ref="multipleTable">
|
|
|
|
|
<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="batchNo"></el-table-column>
|
|
|
|
|
<el-table-column label="生产日期" prop="produceDate"></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="zczbhhzbapzbh"></el-table-column>
|
|
|
|
|
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="resultTotal>0"
|
|
|
|
|
:total="resultTotal"
|
|
|
|
|
:limit.sync="codeQuery.limit"
|
|
|
|
|
:page.sync="codeQuery.page"
|
|
|
|
|
@pagination="getResultDetailList"
|
|
|
|
|
></pagination>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
</el-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</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'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: 'DialogCheckCode',
|
|
|
|
|
props: {
|
|
|
|
|
orderData: {
|
|
|
|
|
type: Object,
|
|
|
|
|
default: null,
|
|
|
|
|
required: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
detailList: [],
|
|
|
|
|
resultTotal:0,
|
|
|
|
|
scanTip: '扫码校验:',
|
|
|
|
|
placeholder: '请点击输入框进行扫码校验',
|
|
|
|
|
scanTitle: '扫码结果:',
|
|
|
|
|
scanResultType: 'success',
|
|
|
|
|
result: '\n',
|
|
|
|
|
errVisible: false,
|
|
|
|
|
successVisible: true,
|
|
|
|
|
errResult: '',
|
|
|
|
|
scanCode: '',
|
|
|
|
|
codeQuery: {
|
|
|
|
|
orderId: null,
|
|
|
|
|
code: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|
},
|
|
|
|
|
filterQuery: {
|
|
|
|
|
code: '',
|
|
|
|
|
billNo: null,
|
|
|
|
|
codeList: [],
|
|
|
|
|
orderId: null
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
enterKey() {
|
|
|
|
|
this.errResult = ''
|
|
|
|
|
this.filterQuery.code = this.scanCode.trim()
|
|
|
|
|
if (this.filterQuery.code.includes(';')) {
|
|
|
|
|
const codeArray = this.filterQuery.code.split(';')
|
|
|
|
|
this.filterQuery.codeList = codeArray
|
|
|
|
|
this.filterQuery.code = ''
|
|
|
|
|
this.filterQuery.orderId = this.orderData.billNo
|
|
|
|
|
// 处理多码的情况
|
|
|
|
|
this.batchVailCode(this.filterQuery)
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (this.filterQuery.code) {
|
|
|
|
|
if (!this.parseString(this.filterQuery.code)) {
|
|
|
|
|
this.$refs.inputRef.focus()
|
|
|
|
|
this.$refs.inputRef.select()
|
|
|
|
|
this.$message.error('非法产品编码')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//单码校验
|
|
|
|
|
this.filterQuery.orderId = this.orderData.billNo
|
|
|
|
|
this.verifyCode(this.filterQuery)
|
|
|
|
|
// this.getInputFocus()
|
|
|
|
|
},
|
|
|
|
|
verifyCode(query) {
|
|
|
|
|
checkCode(query).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
if (Array.isArray(res.data)) {
|
|
|
|
|
this.printCodeResultList(res.data)
|
|
|
|
|
} else {
|
|
|
|
|
this.verifyFinish(1, res.data, res.message)
|
|
|
|
|
this.$message.success('校验成功')
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (Array.isArray(res.data)) {
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.verifyFinish(2, res.data, res.message)
|
|
|
|
|
this.$message.error(res.message)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
verifyFinish(val, data, message) {
|
|
|
|
|
if (val == 1) {
|
|
|
|
|
this.errVisible = false
|
|
|
|
|
this.successVisible = true
|
|
|
|
|
this.printCodeResult(data, message)
|
|
|
|
|
} else {
|
|
|
|
|
this.errVisible = true
|
|
|
|
|
this.successVisible = false
|
|
|
|
|
this.errResult = data + '追溯码不存在'
|
|
|
|
|
}
|
|
|
|
|
this.scanCode = ''
|
|
|
|
|
this.getInputFocus()
|
|
|
|
|
},
|
|
|
|
|
getInputFocus(event) {
|
|
|
|
|
// event.currentTarget.select();
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.$refs.inputRef.focus()
|
|
|
|
|
this.$refs.inputRef.select()
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
printCodeResult(data, message) {
|
|
|
|
|
const resultParts = []
|
|
|
|
|
if (data.udi) {
|
|
|
|
|
resultParts.push('层级标识: ' + data.udi)
|
|
|
|
|
}
|
|
|
|
|
if (data.batchNo) {
|
|
|
|
|
resultParts.push('批次号: ' + data.batchNo)
|
|
|
|
|
}
|
|
|
|
|
if (data.produceDate) {
|
|
|
|
|
resultParts.push('生产日期: ' + data.produceDate)
|
|
|
|
|
}
|
|
|
|
|
if (data.expireDate) {
|
|
|
|
|
resultParts.push('失效日期: ' + data.expireDate)
|
|
|
|
|
}
|
|
|
|
|
if (data.serialNo) {
|
|
|
|
|
resultParts.push('序列号: ' + data.serialNo)
|
|
|
|
|
}
|
|
|
|
|
this.scanTitle = '扫码结果:' + data.code
|
|
|
|
|
this.result = resultParts.join(' , ')
|
|
|
|
|
if (message == 'success') {
|
|
|
|
|
this.scanResultType = 'success'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
async printCodeResultList(vailCodeResultResponses) {
|
|
|
|
|
this.errResult = ''
|
|
|
|
|
this.result = ''
|
|
|
|
|
this.successVisible = false
|
|
|
|
|
this.errVisible = false
|
|
|
|
|
this.scanTitle = '扫码结果:'
|
|
|
|
|
for (let i = 0; i < vailCodeResultResponses.length; i++) {
|
|
|
|
|
let data = vailCodeResultResponses[i]
|
|
|
|
|
if (data.status == 1) {
|
|
|
|
|
this.result = this.result + (isBlank(this.result) ? '' : ';') + vailCodeResultResponses[i].code + ':' + vailCodeResultResponses[i].sucMsg
|
|
|
|
|
} else if (data.status == 2) {
|
|
|
|
|
this.errResult = this.errResult + '\n' + vailCodeResultResponses[i].code + ':' + vailCodeResultResponses[i].errMsg
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (!isBlank(this.result)) {
|
|
|
|
|
this.successVisible = true
|
|
|
|
|
}
|
|
|
|
|
if (!isBlank(this.errResult)) {
|
|
|
|
|
this.errVisible = true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
parseString(str) {
|
|
|
|
|
// 1. 判断是否以 "MA" 开头
|
|
|
|
|
if (str.startsWith('MA')) {
|
|
|
|
|
return true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 2. 判断是否以 "01" 开头且长度大于等于 18
|
|
|
|
|
if (str.startsWith('01') && str.length >= 18) {
|
|
|
|
|
return true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 3. 判断是否以 "#" 开头且 "#" 的个数大于等于 4
|
|
|
|
|
if (str.startsWith('#') && (str.match(/#/g) || []).length >= 4) {
|
|
|
|
|
return true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 4. 判断是否以 "8" 开头且长度为 20 位
|
|
|
|
|
if (str.startsWith('8') && str.length === 20) {
|
|
|
|
|
return true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 5. 判断是否以 "11", "17", "21", 或 "10" 开头
|
|
|
|
|
const prefixes = ['11', '17', '21', '10']
|
|
|
|
|
if (prefixes.some(prefix => str.startsWith(prefix))) {
|
|
|
|
|
return true
|
|
|
|
|
}
|
|
|
|
|
// 如果没有任何条件满足,返回 false
|
|
|
|
|
return false
|
|
|
|
|
},
|
|
|
|
|
getResultDetailList() {
|
|
|
|
|
this.codeQuery.orderId = this.orderData.billNo
|
|
|
|
|
getCodeList(this.codeQuery).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.detailList = res.data.list || []
|
|
|
|
|
this.resultTotal = res.data.total || 0;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message)
|
|
|
|
|
this.detailList = []
|
|
|
|
|
this.resultTotal = 0;
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
this.$message.error(error.message)
|
|
|
|
|
this.detailList = []
|
|
|
|
|
// this.resultTotal = 0;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
batchVailCode(params) {
|
|
|
|
|
// batchVailCode(params).then((res) => {
|
|
|
|
|
// if (res.code === 20000) {
|
|
|
|
|
this.$refs.inputRef.focus()
|
|
|
|
|
this.$refs.inputRef.select()
|
|
|
|
|
this.verifyCode(params)
|
|
|
|
|
// } else {
|
|
|
|
|
// this.$message.error(res.message)
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
init() {
|
|
|
|
|
this.codeQuery = {
|
|
|
|
|
orderId: null,
|
|
|
|
|
code: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|
}
|
|
|
|
|
this.errVisible = false
|
|
|
|
|
this.successVisible = true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.getResultDetailList()
|
|
|
|
|
this.init()
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
this.getInputFocus()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|