| | |
| | | "loginAccount": '', |
| | | }, |
| | | sms: "", |
| | | num:"", |
| | | billNo:"", |
| | | num: "", |
| | | type: "", |
| | | billNo: "", |
| | | selectType: "", |
| | | daa001: "", |
| | | barcode:"", |
| | | barcode: "", |
| | | ItemBlDetail:[], |
| | | modeInfo: [], |
| | | active: 0, |
| | |
| | | loginGuid: this.GetLoginInfor().loginGuid, |
| | | loginAccount: this.GetLoginInfor().loginAccount, |
| | | }; |
| | | this.type = this.Request("type"); |
| | | selectType = this.type == "bl" ? selectType = "生产补料" : selectType = "生产超领"; |
| | | }, |
| | | methods: { |
| | | getInfo() { |
| | |
| | | |
| | | var that = this; |
| | | that.isLoading = true; |
| | | |
| | | |
| | | |
| | | that.AxiosHttp("post", 'MesItemBl/GetSCBLBillNo', { |
| | | type: "生产补料", |
| | | type: selectType, |
| | | }, false) |
| | | .then(function (res) { |
| | | var json = res; |
| | |
| | | that.isLoading = true; |
| | | that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailByBillNo', { |
| | | billNo: that.billNo, |
| | | type: "生产补料" |
| | | type: selectType |
| | | }, false) |
| | | .then(function (res) { |
| | | var json = res; |
| | |
| | | userName: that.userInfo.loginAccount, |
| | | barcode: that.barcode, |
| | | blNo: that.billNo, |
| | | billNo: that.daa001 |
| | | billNo: that.daa001, |
| | | type: selectType |
| | | }, false) |
| | | .then(function (res) { |
| | | var json = res; |
| | |
| | | barcode: that.barcode, |
| | | blNo: that.billNo, |
| | | billNo: that.daa001, |
| | | num: that.sms |
| | | num: that.sms, |
| | | type: selectType |
| | | }, false) |
| | | .then(function (res) { |
| | | var json = res; |