|
|
|
@ -792,7 +792,6 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
};
|
|
|
|
|
debugger
|
|
|
|
|
if (this.curAction.corpType == 3) {
|
|
|
|
|
//内部科室
|
|
|
|
|
cQuery.corpType = 3;
|
|
|
|
@ -1071,7 +1070,6 @@ export default {
|
|
|
|
|
//添加条码后提交
|
|
|
|
|
addCodeSubmit(tQuery) {
|
|
|
|
|
addOrderWeb(tQuery).then((response) => {
|
|
|
|
|
debugger
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.orderFormData.billNo = response.data.orderId;
|
|
|
|
|
if (response.data.errMsg != null) {
|
|
|
|
@ -1103,7 +1101,6 @@ export default {
|
|
|
|
|
this.selectRlVisible = true;
|
|
|
|
|
} else if (response.code == 503) {
|
|
|
|
|
//该产品绑定多个供应商处理
|
|
|
|
|
debugger
|
|
|
|
|
this.curRow = response.data;
|
|
|
|
|
this.orderFormData.billNo = this.curRow.orderId;
|
|
|
|
|
this.codeFormData.relId = this.curRow.relId;
|
|
|
|
|