剩余模块:生产退料

This commit is contained in:
2025-05-26 16:57:56 +08:00
parent b1d8dec263
commit eb2c8d2d7a
161 changed files with 18754 additions and 6607 deletions

View File

@@ -18,7 +18,7 @@
<view class="list-box-list" v-if="state.dataList.length > 0">
<view class="data-item" @click.stop="fnToUrl(item)"
v-for="(item, index) in state.dataList" :key="index">
<view class="tit">{{ t('index.scdd') }}{{item.FBillNo}}</view>
<view class="tit">{{ t('index.scdd') }}{{item.FMOBillNO}}</view>
<view class="line-p"></view>
<view class="b-font">{{ t('receive.rq') }}{{item.FDateFormat}}</view>
</view>
@@ -74,7 +74,7 @@
}
}
const fnToUrl = (item : any) => {
toPages('/pages/material/material',{id:item.FID,fBillNo:item.FBillNo})
toPages('/pages/material/material',{id:item.FID,fBillNo:item.FMOBillNO})
}
const debounceTimer = ref()
const changeFun = (e : any) => {
@@ -91,6 +91,7 @@
queryString: state.queryString,
pageIndex: state.page.pageIndex,
pageSize: state.page.pageSize,
FType:'Pick'
};
if (state.page.pageIndex == 1) {
uni.showLoading({ mask: true });