剩余模块:生产退料

This commit is contained in:
2025-06-09 22:07:10 +08:00
parent 63a44af1d8
commit 03e22dd9f6
77 changed files with 2832 additions and 817 deletions

View File

@@ -103,12 +103,14 @@
navIndex: 0,
FormId: '',
FbillNo: '',
userId: ''
userId: '',
apiData:{}
})
onLoad((pageData : any) => {
state.FormId = pageData.FormId
state.FbillNo = pageData.FbillNo
state.userId = uni.getStorageSync('userInfo').Context.UserId
state.apiData = pageData.apiData
fnDataList()
})
onMounted(() => {
@@ -130,9 +132,10 @@
const navClick = (index : any) => { state.navIndex = index }
const onClick = (e : any) => { }
const swipeChange = (e : any, index : any) => { }
const swipeChange = (e : any, index : any) => {}
const fStockFlexDetailDeleteFun = (item : any) => {
uni.showModal({
title: t('index.ts'), content: t('index.qdysc'), cancelText: t('public.cancel'), confirmText: t('public.confirm'),
success(res) {
@@ -188,7 +191,8 @@
pageIndex: state.page.pageIndex,
FormId: state.FormId,
UserId: state.userId,
FbillNo: state.FbillNo
FbillNo: state.FbillNo,
...state.apiData
};
uni.showLoading({ mask: true });
temporaryScanList(param).then(res => {