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