|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="deleteCode" :loading="submitLoading"
|
|
|
|
|
v-if="splitType=='out' && labelName == 1" style="margin-right: 8px;border-radius: 5%;"
|
|
|
|
|
v-show="isLinkDisabled" :disabled="scanDeleteType"
|
|
|
|
|
v-show="isLinkDisabled" :disabled="orderFormData.billNo == null"
|
|
|
|
|
>扫码剔除
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="overdeleteCode" :loading="submitLoading"
|
|
|
|
@ -623,7 +623,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
scanStatus: null, // 1:扫码剔除
|
|
|
|
|
codeArray: [],
|
|
|
|
|
curQueueName: "当前货位:",
|
|
|
|
|
curQueueName: "",
|
|
|
|
|
curQueue: null,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -1153,12 +1153,14 @@ export default {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (this.curAction.corpType == 3) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromInvCode)) {
|
|
|
|
|
this.$message.warning('请选择往来仓库!')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//todo 没有找到this.orderFormData在哪赋值
|
|
|
|
|
// if (this.curAction.corpType == 3) {
|
|
|
|
|
// if (this.$isBlank(this.orderFormData.fromInvCode)) {
|
|
|
|
|
// this.$message.warning('请选择往来仓库!')
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
if (this.curAction.corpType === 1 && this.curAction.genUnit) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp) && this.$isBlank(this.orderFormData.sickerAdNum)) {
|
|
|
|
|
this.$message.warning('请输入患者信息!')
|
|
|
|
@ -1487,12 +1489,14 @@ export default {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (this.curAction.corpType == 3) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromInvCode)) {
|
|
|
|
|
this.$message.warning('请选择往来单位!')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//todo 没有找到 orderFormData 在哪里赋值
|
|
|
|
|
// if (this.curAction.corpType == 3) {
|
|
|
|
|
// if (this.$isBlank(this.orderFormData.fromInvCode)) {
|
|
|
|
|
// this.$message.warning('请选择往来单位!')
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
if (this.curAction.corpType === 1 && this.curAction.genUnit) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp) && this.$isBlank(this.orderFormData.sickerAdNum)) {
|
|
|
|
|
this.$message.warning('请选择往来单位!')
|
|
|
|
@ -1514,6 +1518,7 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.submitLoading = true
|
|
|
|
|
}
|
|
|
|
|
this.overdeleteCode()
|
|
|
|
|
if (this.viewType == 2) { //扫码单据立即提交
|
|
|
|
|
submitCodes(tQuery).then((response) => {
|
|
|
|
|
if (val == 1) {
|
|
|
|
@ -1638,6 +1643,7 @@ export default {
|
|
|
|
|
if (this.$route.query.busType != null) {
|
|
|
|
|
this.orderFormData.busType = this.$route.query.busType
|
|
|
|
|
}
|
|
|
|
|
this.overdeleteCode()
|
|
|
|
|
this.selectPrescriptionVisible = true
|
|
|
|
|
},
|
|
|
|
|
deleteCode() {
|
|
|
|
@ -1663,6 +1669,7 @@ export default {
|
|
|
|
|
this.$message.warning('请选择工位!')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
this.overdeleteCode()
|
|
|
|
|
this.rowData.workPlaceCode = this.orderFormData.workPlaceCode
|
|
|
|
|
this.rowData.fifoSplit = this.orderFormData.fifoSplit
|
|
|
|
|
this.$router.push({query: {...this.$route.query, splitType: this.splitType}, path: this.$route.path})
|
|
|
|
@ -1720,6 +1727,7 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
tQuery.inoutType = 1
|
|
|
|
|
}
|
|
|
|
|
this.overdeleteCode()
|
|
|
|
|
saveOrderWeb(tQuery).then((response) => {
|
|
|
|
|
this.saveLoading = false
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
@ -1943,12 +1951,20 @@ export default {
|
|
|
|
|
console.log('字符串不是有效的 JSON 格式')
|
|
|
|
|
}
|
|
|
|
|
} else if (str.includes("DMQ")) {
|
|
|
|
|
|
|
|
|
|
if (!isBlank(this.curQueueName)){
|
|
|
|
|
this.scanCode = ''
|
|
|
|
|
return this.$message.warning("上货未完成")
|
|
|
|
|
}
|
|
|
|
|
if (!isBlank(this.orderFormData.billNo)){
|
|
|
|
|
this.scanCode = ''
|
|
|
|
|
return this.$message.warning("上货未完成")
|
|
|
|
|
}
|
|
|
|
|
let query = {
|
|
|
|
|
code: this.scanCode
|
|
|
|
|
}
|
|
|
|
|
if (str != null) {
|
|
|
|
|
query.code = str
|
|
|
|
|
query.workPlaceIdFk = this.workplaceId
|
|
|
|
|
}
|
|
|
|
|
getByCode(query).then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -1957,6 +1973,9 @@ export default {
|
|
|
|
|
this.curQueueName = "当前货位:" + this.curQueue.name + "(" + this.curQueue.code + ")"
|
|
|
|
|
this.orderFormData.workPlaceQueueCode = this.curQueue.code
|
|
|
|
|
this.scanCode = '';
|
|
|
|
|
}else {
|
|
|
|
|
this.scanCode = ''
|
|
|
|
|
this.$message.error(response.message)
|
|
|
|
|
}
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
})
|
|
|
|
|