LiuCheng пре 2 месеци
родитељ
комит
633893b9df
1 измењених фајлова са 6 додато и 3 уклоњено
  1. 6
    3
      src/view/ware/storechange.vue

+ 6
- 3
src/view/ware/storechange.vue Прегледај датотеку

438
 					materialName: this.query.materialName,
438
 					materialName: this.query.materialName,
439
 					standard: this.query.standard,
439
 					standard: this.query.standard,
440
 					customerName: this.query.customerName,
440
 					customerName: this.query.customerName,
441
+					fkcustmerName: this.query.fkcustmerName,
441
 					plateNo: this.query.plateNo.length == 0 ? '' : this.query.plateNo.join(','),
442
 					plateNo: this.query.plateNo.length == 0 ? '' : this.query.plateNo.join(','),
442
 					ordNo: this.query.ordNo == 0 ? '' : this.query.ordNo.join(','),
443
 					ordNo: this.query.ordNo == 0 ? '' : this.query.ordNo.join(','),
443
 					remark1: this.query.remark1
444
 					remark1: this.query.remark1
724
 				var imptData = [];
725
 				var imptData = [];
725
 				var url = 'WareStore/queryStore.do'
726
 				var url = 'WareStore/queryStore.do'
726
 				var param = {
727
 				var param = {
727
-					page: this.currentPage,
728
-					rows: this.pageSize,
728
+					page: -1,
729
+					rows: -1,
729
 					wareName: this.query.wareName,
730
 					wareName: this.query.wareName,
730
 					stackName: this.query.stackName,
731
 					stackName: this.query.stackName,
731
 					model: this.query.model,
732
 					model: this.query.model,
732
 					materialName: this.query.materialName,
733
 					materialName: this.query.materialName,
733
 					standard: this.query.standard,
734
 					standard: this.query.standard,
734
 					customerName: this.query.customerName,
735
 					customerName: this.query.customerName,
736
+					fkcustmerName: this.query.fkcustmerName,
735
 					plateNo: this.query.plateNo.length == 0 ? '' : this.query.plateNo.join(','),
737
 					plateNo: this.query.plateNo.length == 0 ? '' : this.query.plateNo.join(','),
736
 					ordNo: this.query.ordNo == 0 ? '' : this.query.ordNo.join(','),
738
 					ordNo: this.query.ordNo == 0 ? '' : this.query.ordNo.join(','),
737
 					remark1: this.query.remark1
739
 					remark1: this.query.remark1
741
 				axios.get(url, param).then(response => {
743
 				axios.get(url, param).then(response => {
742
 
744
 
743
 					if (response.data.code == 0) {
745
 					if (response.data.code == 0) {
744
-						var imptData = response.data.data.list;
746
+						console.log(response);
747
+						var imptData = response.data.data;
745
 						if (imptData.length == 0) {
748
 						if (imptData.length == 0) {
746
 							this.$alert('无法导出,没有库存', '提示', {
749
 							this.$alert('无法导出,没有库存', '提示', {
747
 								confirmButtonText: '确定',
750
 								confirmButtonText: '确定',

Loading…
Откажи
Сачувај