wangchao преди 3 години
родител
ревизия
390c5e75ea
променени са 2 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 2
      pages/user/depotAcquisition/grainDeliveryRecord.vue
  2. 0 2
      pages/user/depotAcquisition/grainDeliveryRegistration.vue

+ 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