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