Explorar o código

补货单 update

chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
f8b43a6467

+ 1 - 1
pages/common/commonModal.vue

@@ -74,7 +74,7 @@
 		top: 0;
 		.modal-con{
 			width: 70%;
-			margin: 70% auto 0;
+			margin: 50% auto 0;
 			background-color: #fff;
 			border-radius: 24upx;
 			.modal-title{

+ 2 - 2
pages/replenishmentManage/confirm.vue

@@ -148,9 +148,9 @@
 	}
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss">
 	page {
-		height: 100%;
+		height: 100vh;
 	}
 	.replenishment-confirm-wrap{
 		background-color: #fff;

+ 3 - 0
pages/replenishmentManage/outWarehousing.vue

@@ -126,6 +126,9 @@
 </script>
 
 <style lang="less">
+	page {
+		height: 100vh;
+	}
 .replenishment-outWarehousing-wrap{
 	position: relative;
 	width: 100%;

+ 4 - 1
pages/replenishmentManage/scanCodePrint.vue

@@ -28,7 +28,7 @@
 		},
 		onReady() {
 			// 初始化摄像头
-			this.init()
+			// this.init()
 		},
 		onLoad(options) {
 			this.replenishBillSn = options.replenishBillSn
@@ -40,6 +40,9 @@
 				const _this = this
 				shelfReplenishDetailList({ replenishBillSn: this.replenishBillSn }).then(res => {
 					if(res.status == 200 && res.data){
+						res.data.map(item =>{
+							item.confirmQty = item.confirmQty ? Number(item.confirmQty) : 0
+						})
 						this.partList = res.data || []
 					}else{
 						this.partList = []