剩余模块:生产退料
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user