新购入库bug修复
This commit is contained in:
		
							parent
							
								
									9e9c12ed10
								
							
						
					
					
						commit
						508fe78007
					
				| 
						 | 
					@ -3,13 +3,13 @@
 | 
				
			||||||
		<view class="table-list-item"> 
 | 
							<view class="table-list-item"> 
 | 
				
			||||||
			<uni-forms :model="codeData" label-width="90" :border="true">
 | 
								<uni-forms :model="codeData" label-width="90" :border="true">
 | 
				
			||||||
		         <uni-forms-item label="物资名称:" name="typeName">
 | 
							         <uni-forms-item label="物资名称:" name="typeName">
 | 
				
			||||||
		            <text class="form-view">{{ queryParams.maTypeName }}</text>
 | 
							            <text style="line-height: 75rpx;">{{ queryParams.maTypeName }}</text>
 | 
				
			||||||
		         </uni-forms-item>
 | 
							         </uni-forms-item>
 | 
				
			||||||
		        <uni-forms-item label="物资规格:" name="typeModelName">
 | 
							        <uni-forms-item label="物资规格:" name="typeModelName">
 | 
				
			||||||
		            <text class="form-view">{{ queryParams.typeName }}</text>
 | 
							            <text style="line-height: 75rpx;">{{ queryParams.typeName }}</text>
 | 
				
			||||||
		         </uni-forms-item>
 | 
							         </uni-forms-item>
 | 
				
			||||||
		         <uni-forms-item label="待入库数量:">
 | 
							         <uni-forms-item label="待入库数量:">
 | 
				
			||||||
					<text class="form-view">{{ codeDeviceList.length }}</text>
 | 
										<text style="line-height: 75rpx;">{{ codeDeviceList.length }}</text>
 | 
				
			||||||
		         </uni-forms-item>
 | 
							         </uni-forms-item>
 | 
				
			||||||
		     </uni-forms> 
 | 
							     </uni-forms> 
 | 
				
			||||||
		</view>
 | 
							</view>
 | 
				
			||||||
| 
						 | 
					@ -48,10 +48,10 @@
 | 
				
			||||||
						<uni-easyinput v-model="codeData.maCode"  placeholder="识别编码" @input="onInputChange"/>
 | 
											<uni-easyinput v-model="codeData.maCode"  placeholder="识别编码" @input="onInputChange"/>
 | 
				
			||||||
					 </uni-forms-item>
 | 
										 </uni-forms-item>
 | 
				
			||||||
					<uni-forms-item label="物资类型:" name="maTypeName">
 | 
										<uni-forms-item label="物资类型:" name="maTypeName">
 | 
				
			||||||
						<text class="form-view">{{ codeData.maTypeName }}</text>
 | 
											<text style="line-height: 75rpx;">{{ codeData.maTypeName }}</text>
 | 
				
			||||||
					 </uni-forms-item>
 | 
										 </uni-forms-item>
 | 
				
			||||||
					 <uni-forms-item label="规格型号:">
 | 
										 <uni-forms-item label="规格型号:">
 | 
				
			||||||
						<text class="form-view">{{ codeData.typeName }}</text>
 | 
											<text style="line-height: 75rpx;">{{ codeData.typeName }}</text>
 | 
				
			||||||
					 </uni-forms-item>
 | 
										 </uni-forms-item>
 | 
				
			||||||
				 </uni-forms>
 | 
									 </uni-forms>
 | 
				
			||||||
		     </scroll-view>
 | 
							     </scroll-view>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue