|
@@ -963,23 +963,23 @@
|
|
number = number.substring(number.length - 4, number.length)
|
|
number = number.substring(number.length - 4, number.length)
|
|
this.gridList.qualityNo = 'SGRK' + this.getdate() + this.commonWarehouseNo + number
|
|
this.gridList.qualityNo = 'SGRK' + this.getdate() + this.commonWarehouseNo + number
|
|
}
|
|
}
|
|
- uni.showLoading({
|
|
|
|
- title: '加载中',
|
|
|
|
- mask: true
|
|
|
|
- });
|
|
|
|
- this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
|
- flag: this.contractFlag,
|
|
|
|
- }).then(res => {
|
|
|
|
|
|
+ // uni.showLoading({
|
|
|
|
+ // title: '加载中',
|
|
|
|
+ // mask: true
|
|
|
|
+ // });
|
|
|
|
+ // this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
|
+ // flag: this.contractFlag,
|
|
|
|
+ // }).then(res => {
|
|
|
|
|
|
- if (res.data.data) {
|
|
|
|
- this.contractNolist = res.data.data
|
|
|
|
- uni.hideLoading()
|
|
|
|
- }
|
|
|
|
|
|
+ // if (res.data.data) {
|
|
|
|
+ // this.contractNolist = res.data.data
|
|
|
|
+ // uni.hideLoading()
|
|
|
|
+ // }
|
|
|
|
|
|
- }).catch(error => {
|
|
|
|
- uni.hideLoading()
|
|
|
|
- // this.$emit('on-error', error);
|
|
|
|
- });
|
|
|
|
|
|
+ // }).catch(error => {
|
|
|
|
+ // uni.hideLoading()
|
|
|
|
+ // // this.$emit('on-error', error);
|
|
|
|
+ // });
|
|
this.$api.doRequest('get', '/inOutWarehouseTask/selectInOutWarehouseNo', {
|
|
this.$api.doRequest('get', '/inOutWarehouseTask/selectInOutWarehouseNo', {
|
|
flag: this.flag,
|
|
flag: this.flag,
|
|
warehouseName: this.gridList.warehouseName
|
|
warehouseName: this.gridList.warehouseName
|