|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<div class="table-cell count">{{ scope.row.count }}</div>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="应扫整取码数量" prop="scanActCount" :min-width="120">
|
|
|
|
|
<el-table-column label="应扫码数量" prop="scanActCount" :min-width="120">
|
|
|
|
|
<template v-slot="scope">
|
|
|
|
|
<!--<div v-if="scope.row.autoTagStatus === 2" class="table-cell warning">-->
|
|
|
|
|
<!-- 无需扫码-->
|
|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
label="序号"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column property="udiCode" label="追溯码" width="180" />
|
|
|
|
|
<el-table-column property="code" label="追溯码" width="180" />
|
|
|
|
|
<el-table-column property="cpmctymc" label="产品通用名称" width="100" />
|
|
|
|
|
<el-table-column property="nameCode" label="产品标识" width="100" />
|
|
|
|
|
<el-table-column property="ggxh" label="规格" width="80" />
|
|
|
|
@ -173,6 +173,7 @@ import {
|
|
|
|
|
manualCodeDetail,
|
|
|
|
|
autoCodeResult, codeReturnRemove
|
|
|
|
|
} from '@/api/collect/collectOrder'
|
|
|
|
|
import { codeOrders, ioCollectCodePageList } from '@/api/collect/IoCollectCodeSelect'
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 处方退药码明细
|
|
|
|
@ -310,7 +311,7 @@ export default {
|
|
|
|
|
returnOrderDetail(_this.preQuery).then(res => {
|
|
|
|
|
_this.preLoading = false
|
|
|
|
|
if (res.code != 20000) {
|
|
|
|
|
_this.$message.error(res.message)
|
|
|
|
|
// _this.$message.error(res.message)
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
_this.preDetailList = res.data.list
|
|
|
|
@ -368,10 +369,10 @@ export default {
|
|
|
|
|
if (this.prescribeData == null)
|
|
|
|
|
return
|
|
|
|
|
if (this.prescribeData != null) {
|
|
|
|
|
this.codeQuery.orderIdFk = this.prescribeData.remark
|
|
|
|
|
this.codeQuery.billNo = this.prescribeData.remark
|
|
|
|
|
this.codeQuery.relId = row.relId
|
|
|
|
|
}
|
|
|
|
|
manualCodeDetail(this.codeQuery).then(res => {
|
|
|
|
|
codeOrders(this.codeQuery).then(res => {
|
|
|
|
|
this.codeLoading = false
|
|
|
|
|
if (res.code != 20000) {
|
|
|
|
|
this.$message.error(res.message)
|
|
|
|
|