剩余模块:生产退料

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

@@ -55,8 +55,8 @@
type: '1',
tabsList: [
{ name: computed(() => t('home.kssc')), type: '1' },
{ name: computed(() => t('home.kscs')), type: '3' },
{ name: computed(() => t('home.kshb')), type: '2' },
{ name: computed(() => t('home.kscs')), type: '2' },
{ name: computed(() => t('home.kshb')), type: '3' },
]
})
onShow(() => {
@@ -73,7 +73,7 @@
state.queryString = e
state.page.pageIndex = 1
state.dataList = []
fnDataList()
fnDataList(true)
architectureRef.value.closeFun()
}
const setScrollableTabStateFun = (item : any) => {
@@ -103,6 +103,7 @@
PRD_MOViewIntoPro({
Number: state.queryString
}).then((res : any) => {
console.log('断点2');
if (res.code === 200) {
if (typeVertical === 'details') {
pageDataInfoCom.putInProdPageData({ ...res.data, ...item, time: new Date().getTime(), type: state.type })