11/11 取货操增加药品名称 业务单增加单据类型1器械2药品

20240912_adapter
wangwei 5 months ago
parent 3a997fd45f
commit fc04c2547d

@ -2040,7 +2040,13 @@ export default {
this.loading = false; this.loading = false;
if (response.code == 20000) { if (response.code == 20000) {
this.curQueue = response.data; this.curQueue = response.data;
this.curQueueName = "当前取货槽:" + this.curQueue.code this.productName = this.curQueue.cpmctymc
if (isBlank(this.productName)){
this.curQueueName = "当前取货槽:" + this.curQueue.code
}else {
this.curQueueName = "当前取货槽:" + this.productName + "(" + this.curQueue.code + ")"
}
this.redMesg = false this.redMesg = false
this.orderFormData.workPlaceQueueCode = this.curQueue.code this.orderFormData.workPlaceQueueCode = this.curQueue.code
this.scanCode = ''; this.scanCode = '';

@ -321,6 +321,7 @@ export default {
supId: this.currentRow.customerId, supId: this.currentRow.customerId,
zczbhhzbapzbh: this.currentRow.zczbhhzbapzbh, zczbhhzbapzbh: this.currentRow.zczbhhzbapzbh,
orderEntity: this.data, orderEntity: this.data,
productType:2
} }
this.loading = true; this.loading = true;
addBizProduct(data) addBizProduct(data)

Loading…
Cancel
Save