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

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

@@ -1,7 +1,7 @@
<template>
<view class="app status-bar-gap">
<view class="page">
<l-header title="采购入库" sticky></l-header>
<l-header :title="t('home.cgrk')" sticky></l-header>
<view class="input-box">
<view class="input-item">
<up-input :placeholder="t('verify.grn')" border="none" clearable inputAlign="left"

View File

@@ -60,12 +60,12 @@
<view>{{ item.CheckQty }}</view>
</view>
<view class="itemBox">
<view>让步</view>
<view>{{ t('index.rb') }}</view>
<view class="zongjian"></view>
<view>{{ item.CsnReceiveQty }}</view>
</view>
<view class="itemBox">
<view>合格</view>
<view>{{ t('index.hg') }}</view>
<view class="zongjian"></view>
<view>{{ item.ReceiveQty }}</view>
</view>
@@ -181,7 +181,7 @@
scanFrameRef.value.stateShow(true)
}
} else {
uni.$u.toast('并没有该条数据')
uni.$u.toast(t('index.bmygtsj'))
state.queryString = ''
}
})
@@ -228,7 +228,7 @@
state.queryString = ''
if (res.data.IsSuccess) {
fnDataList(state.materialId);
uni.$u.toast('成功')
uni.$u.toast(t('public.cg'))
scanFrameRef.value.stateShow(false)
}
})
@@ -255,7 +255,7 @@
const dataPushNotification = () => {
uni.showModal({
title: '提示', content: '确定要推送此次数据吗', cancelText: '取消', confirmText: '确定',
title: t('public.ts'), content: t('public.tjMessage'), cancelText: t('public.cancel'), confirmText: t('public.confirm'),
success(res) {
if (res.confirm) {
let EntryIds : any = []
@@ -297,14 +297,14 @@
fStockFlexDetailDelete({Ids:ids.toString()}).then((res:any) => {
if(res.code === 200) {
fnDataList(state.materialId);
uni.$u.toast('操作成功')
uni.$u.toast(t('public.cg'))
}
})
}
})
} else {
uni.$u.toast('暂无扫描数据')
uni.$u.toast(t('verify.noDataMessage'))
}
}