剩余模块:生产退料

This commit is contained in:
2025-06-03 04:01:22 +08:00
parent a59dd54c27
commit 63a44af1d8
3 changed files with 72 additions and 69 deletions

View File

@@ -198,7 +198,7 @@
const str = JSON.stringify(obj);
console.log(item);
temporaryScanDraftSave({
FVHUBFormId: "SAL_DELIVERYNOTICE", //数据类型
FVHUBFormId: "SAL_OUTSTOCK", //数据类型
FVHUBFBillNo: state.FBillNo, //单据编号
FVHUBScanNumber: state.queryString, //条码
FVHUBMaterialNumber: item.articlesStr, //物料编码
@@ -234,7 +234,7 @@
}
const scanRecordFun = () => {
toPages('/pages/records/index', {
FormId: 'SAL_DELIVERYNOTICE',
FormId: 'SAL_OUTSTOCK',
FbillNo: state.FBillNo
})
}
@@ -250,7 +250,7 @@
let ids : any = []
let ScanEntry : any = []
let param = {
FormId: 'SAL_DELIVERYNOTICE',
FormId: 'SAL_OUTSTOCK',
UserId: uni.getStorageSync('userInfo').Context.UserId,
FbillNo: state.FBillNo
};
@@ -273,7 +273,7 @@
})
//推送数据
SAL_OUTSTOCKCheck({
Ids: ids,
Ids: state.materialId,
EntryIds: EntryIds.toString(),
}).then((res : any) => {
if (res.code === 200) {