内部码打印代码提交

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

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

Loading…
Cancel
Save