Browse Source

补料记录提交

wms3.0_pda
lijuncheng 1 year ago
parent
commit
763e001172
  1. 1
      pages/issue/job/issueDetail.vue
  2. 14
      pages/repleinsh/record/repleinshRecord.vue

1
pages/issue/job/issueDetail.vue

@ -47,7 +47,6 @@
updateTitle,
navigateBack,
getRemoveOption,
getISODateTime,
getCurrDateTime,
getDirectoryItemArray,
getPackingNumberAndBatch,

14
pages/repleinsh/record/repleinshRecord.vue

@ -26,7 +26,7 @@
<view class="">
</view>
<view class=" uni-flex uni-row">
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button>
<button class="btn_single_commit" hover-class="btn_commit_after" @click="submit">提交</button>
</view>
</view>
</view>
@ -51,7 +51,8 @@
import {
goHome,
updateTitle,
getCurrDateTime
getCurrDateTime,
getPackingNumberAndBatch
} from '@/common/basic.js';
import {
@ -322,7 +323,9 @@
},
closeScanPopup() {
if(this.$refs.scanPopup!=undefined){
this.$refs.scanPopup.closeScanPopup();
}
},
scanPopupGetFocus() {
@ -331,11 +334,6 @@
}
},
scanLocationCode(location, code) {
this.toLocationCode = code
this.toLocationCode = location;
},
submit() {
uni.showLoading({
title: "提交中....",
@ -390,6 +388,7 @@
fromLocation.Batchs.forEach(batch => {
let subItem = batch.detail;
subItem.recordList = [];
if (batch.Records.length > 0) {
batch.Records.forEach(r => {
let record = {};
@ -410,6 +409,7 @@
record.fromLocationCode = fromLocation.fromLocationCode
record.supplierCode = r.supplierCode;
//使
var info = getPackingNumberAndBatch(
this.managementList, r
.itemCode,

Loading…
Cancel
Save