Browse Source

修改字段名

ZL 4 days ago
parent
commit
86533195e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/direct-transfer/index.vue

+ 2 - 1
pages/direct-transfer/index.vue

@@ -79,7 +79,7 @@
 							<button type="default" size="mini" @click="edit(item,item.index)">编辑</button>
 						</view>
 						<view class="table-cell2">{{ item["FCMKBarCode"] }}</view>
-						<view class="table-cell2">{{ item["FStockName"] }}</view>
+						<view class="table-cell2">{{ item["FStockLocId.FF102029.FName"] }}</view>
 						<view class="table-cell2">{{ item["FDestStockLocId.FF102029.FNumber"] }}</view>
 
 					</view>
@@ -863,6 +863,7 @@
 						return
 					}
 					Object.assign(info, lot)
+					console.log("找到编码--------------------", lot)
 					//根据编码批号找即时库存
 					const stockLoc = await this.getStockLoc(lot["FLot.FNumber"], lot["FMaterialId.FNumber"])
 					if (!stockLoc || stockLoc.length == 0) {