chenrui 3 tahun lalu
induk
melakukan
a5d7cb9063
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 0
      pages/common/printTag/printTag.vue
  2. 0 1
      pages/stock/index.vue

+ 1 - 0
pages/common/printTag/printTag.vue

@@ -9,6 +9,7 @@
 		<view class="shelf-info">
 			<view class="shelf-info-title">
 				<view>{{infoData&&infoData.shelfName || '--'}}</view>
+				<view class="pno">{{infoData&&infoData.shelfPlaceCode}}</view>
 			</view>
 			<view>产品编码:{{fromPage == 'smdy'?infoData.productCode : infoData.productEntity&&infoData.productEntity.code}}</view>
 			<view>产品名称:{{fromPage == 'smdy'?infoData.productName : infoData.productEntity&&infoData.productEntity.productName}}</view>

+ 0 - 1
pages/stock/index.vue

@@ -104,7 +104,6 @@
 				this.form.productTypeSn2 = undefined
 				this.form.productTypeSn3 = undefined
 				this.form.zeroQtyFlag = false
-				console.log(this.form)
 			},
 			// 查询
 			handleSearch(){