| | |
| | | Xvalue:4, |
| | | XbarInfo: [], |
| | | DAA001: "", |
| | | DAA021: "", |
| | | DAANum: "", |
| | | xcslItemList: [], //材料列表 |
| | | xcslWjsBarList: [],//未接收列表 |
| | |
| | | } |
| | | |
| | | that.isLoading = true; |
| | | that.AxiosHttp("post", 'Womdaa/GetItemsXcsl', { |
| | | that.AxiosHttp("post", 'Womdaa/GetItemsXctl', { |
| | | daa001: that.DAA001 |
| | | }, false) |
| | | .then(function (res) { |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | that.DAANum = json.data.tbBillList.gD_Num; |
| | | that.DAA021 = json.data.tbBillList.workNo; |
| | | that.xcslItemList = json.data.tbBillList.xcslItemList; |
| | | that.xcslWjsBarList = json.data.tbBillList.xcslWjsBarList; |
| | | that.xcslYjsBarList = json.data.tbBillList.xcslYjsBarList; |
| | |
| | | } |
| | | |
| | | that.isLoading = true; |
| | | that.AxiosHttp("post", 'Womdaa/ScanXcsl', { |
| | | that.AxiosHttp("post", 'Womdaa/ScanXctl', { |
| | | DAA001: that.DAA001, |
| | | Bar: that.Bar, |
| | | userAccount: that.userInfo.loginAccount, |