剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-20 14:40:44 +08:00
parent 14a5fa371b
commit 933ddab8f3
68 changed files with 8868 additions and 13081 deletions

View File

@@ -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);