wangchao %!s(int64=3) %!d(string=hai) anos
pai
achega
390c5e75ea

+ 0 - 2
pages/user/depotAcquisition/grainDeliveryRecord.vue

@@ -108,13 +108,11 @@
 				this.$api.doRequest('get', '/grainDeliveryRegistration/selectGrainDeliveryRegistration', _obj)
 					.then(res => {
 						if (res.data.code == 200) {
-							debugger
 							let curPageData = []
 							for (let i = 0; i < res.data.data.records.length; i++) {
 								let _data = res.data.data.records[i];
 								//判断是记录是否失效
 								let _isUserd = function() {
-									debugger
 									let _startTime = new Date((_data.validityDate + ' 00:00:00')).getTime();
 									let _endTime = Date.parse(new Date());
 									if (_endTime - _startTime > 0) {

+ 0 - 2
pages/user/depotAcquisition/grainDeliveryRegistration.vue

@@ -139,7 +139,6 @@
 		},
 		methods: {
 			showCustomerName(value, index) {
-				debugger
 				this.selectObj = value
 				this.selectObj.index = index
 				value.showCustomerName = true
@@ -151,7 +150,6 @@
 				this.$api.doRequest('get', '/identityAuthenticationInfo/identityAuthenticationInfoUser', _data).then(
 					res => {
 						if (res.data.code == 200) {
-							debugger
 							this.nameList = res.data.data
 							this.dataList.shippingInformationList[0].identityId = res.data.data[0].id
 							this.dataList.shippingInformationList[0].shipperName = res.data.data[0].customerName