diff --git a/src/pages/mes/ProductionQtyInsp/index.vue b/src/pages/mes/ProductionQtyInsp/index.vue index cae2a6d..c1888f4 100644 --- a/src/pages/mes/ProductionQtyInsp/index.vue +++ b/src/pages/mes/ProductionQtyInsp/index.vue @@ -354,9 +354,6 @@ export default class productCheckReceipt extends BasePage { padding: 20rpx; } - .button-bar { - } - .photoList { display: flex; padding-top: 12rpx; diff --git a/src/pages/wms/product/OfflineStorage/index.vue b/src/pages/wms/product/OfflineStorage/index.vue index aa41890..32f495e 100644 --- a/src/pages/wms/product/OfflineStorage/index.vue +++ b/src/pages/wms/product/OfflineStorage/index.vue @@ -30,33 +30,33 @@ 生产订单: - {{ orderNodetail.aa }} + {{ model.orderNoItemList.productOrder }} 产品编码: - {{ orderNodetail.aa }} + {{ model.orderNoItemList.productCode }} 产品名称: - {{ orderNodetail.aa }} + {{ model.orderNoItemList.productName }} 订单数量: - {{ orderNodetail.aa }} + {{ model.orderNoItemList.planQuantity }} 单位: - {{ orderNodetail.aa }} + {{ model.orderNoItemList.unitOfMeasure }} 入库数量: - {{ orderNodetail.aa }} + {{ model.orderNoItemList.putQuantity }} - + 入库 @@ -115,15 +115,15 @@ 托盘号: - + 入库库位: - + 箱数: - + @@ -141,6 +141,7 @@ +