内部码打印代码提交

ywj_dev
郑明梁 2 years ago
parent b8bb37f6ed
commit 8a9909bef0

@ -285,6 +285,7 @@ export default {
this.selectedIndex = "";
},
stockOrderList(){
debugger
if(this.query.id==null) {
inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1})
.then(response => {
@ -293,6 +294,7 @@ export default {
this.pId=response.data.id;
this.billNo=response.data.recordKey;
this.formData.billNo=response.data.recordKey;
this.formData.recordKey=response.data.recordKey;
this.formData.id=this.pId
} else {
@ -306,6 +308,7 @@ export default {
this.haveDistributionVisible = true;
},
selectProductFunction() {
debugger
if(this.query.id==null) {
inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1})
.then(response => {
@ -314,6 +317,7 @@ export default {
this.pId=response.data.id;
this.billNo=response.data.recordKey;
this.formData.billNo=response.data.recordKey;
this.formData.recordKey=response.data.recordKey;
this.formData.id=this.pId
} else {

Loading…
Cancel
Save