|
|
@ -285,7 +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 => {
|
|
|
@ -308,7 +308,6 @@ 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 => {
|
|
|
|