剩余模块:生产入库,销售出库
This commit is contained in:
@@ -28,17 +28,17 @@
|
||||
<view>{{ item.Lot }}</view>
|
||||
</view>
|
||||
<view class="itemBox">
|
||||
<view>仓库</view>
|
||||
<view>{{ t('index.ck') }}</view>
|
||||
<view class="zongjian"></view>
|
||||
<view>{{ item.MultiLanguageText }}</view>
|
||||
</view>
|
||||
<view class="itemBox">
|
||||
<view>合格品入库数量</view>
|
||||
<view>{{ t('index.hgrksl') }}</view>
|
||||
<view class="zongjian"></view>
|
||||
<view>{{ item.StockInQuaAuxQty }}</view>
|
||||
</view>
|
||||
<view class="itemBox">
|
||||
<view>数量</view>
|
||||
<view>{{ t('pubilc.qty') }}</view>
|
||||
<view class="zongjian"></view>
|
||||
<view>{{ item.CheckQty }}</view>
|
||||
</view>
|
||||
@@ -128,7 +128,7 @@
|
||||
MaterialName: formatLangTextValue(p.MaterialName), //物料名称
|
||||
Lot: p.FLot_Text, //批号
|
||||
CheckQty: p.Qty, //应扫数量
|
||||
MultiLanguageText:Object.keys(p.StockId).length ? formatLangTextValue(p.StockId.Name) : '暂无仓库',
|
||||
MultiLanguageText:Object.keys(p.StockId).length ? formatLangTextValue(p.StockId.Name) : t('index.zwck'),
|
||||
StockInQuaAuxQty:p.StockInQuaAuxQty
|
||||
};
|
||||
state.dataList.push(item);
|
||||
|
||||
Reference in New Issue
Block a user