Jelajahi Sumber

前端小程序 修改bug 更新sdy

zhongtianhaoyuan 3 tahun lalu
induk
melakukan
22d025ceb3

+ 2 - 2
pages/erp/exWarehousing/exWarehousing.vue

@@ -382,8 +382,8 @@
 				) {
 					this.$api.msg('皮重输入错误!')
 					return
-				}
-				if (this.detailData.tare > this.detailData.grossWeight) {
+				}debugger
+				if (Number(this.detailData.tare ) > Number(this.detailData.grossWeight)) {
 					this.$api.msg('皮重不能大于毛重')
 					return
 				}

+ 0 - 2
pages/erp/exWarehousing/selectContractNo.vue

@@ -51,7 +51,6 @@
 		},
 		watch: {
 			inputKeyword(val) {
-				console.log(this.newList)
 				this.filterNewList = this.newList.filter(function(item) {
 					if (item.contractNo.indexOf(val) > -1) {
 						return item
@@ -90,7 +89,6 @@
 						}
 					})
 			},
-		
 		}
 	}
 </script>

+ 0 - 2
pages/erp/warehousing/warehousing.vue

@@ -265,8 +265,6 @@
 			if (_data.inOutType == '采购入库') {
 				this.detailData.freight = 0
 			}
-			// console.log(uni.getStorageSync('ContractNoCar'),"成本等信息")
-				// uni.setStorageSync('CarFreight',item.tranPrice);
 				this.detailData.freight = uni.getStorageSync('CarFreight')
 			if (!_data.tranCarInfoList){
 				this.isPC = false