5 changed files with 581 additions and 540 deletions
@ -1,171 +1,157 @@ |
|||||
<template> |
<template> |
||||
<view class="" style="background-color: #fff;"> |
<view class="" style="background-color: #fff"> |
||||
<record-com-detail-card :dataContent="dataContent" @removeItem="removeItem(index,dataContent)" |
<record-com-detail-card :dataContent="dataContent" @removeItem="removeItem(index, dataContent)" :isShowItemQty="false"> </record-com-detail-card> |
||||
:isShowItemQty='false'> |
|
||||
</record-com-detail-card> |
|
||||
|
|
||||
<view class="" v-for="(detail,index) in dataContent.subList"> |
<view class="" v-for="(detail, index) in dataContent.subList"> |
||||
<view v-if="detail.Records!=undefined" style='margin-left: 20px;' v-for="(record,index) in detail.Records"> |
<view v-if="detail.Records != undefined" style="margin-left: 20px" v-for="(record, index) in detail.Records"> |
||||
<uni-swipe-action ref=""> |
<uni-swipe-action ref=""> |
||||
<uni-swipe-action-item @click="swipeClick($event,detail,record,index)" |
<uni-swipe-action-item @click="swipeClick($event, detail, record, index)" :right-options="record.scaned ? scanOptions : detailOptions"> |
||||
:right-options="record.scaned?scanOptions:detailOptions"> |
<view class="uni-flex uni-row scan_view margin-top: 5px;"> |
||||
<view class="uni-flex uni-row scan_view margin-top: 5px;"> |
<view style="width: 20px; display: flex; justify-content: center; align-items: center; color: #32c1e8"> {{ index + 1 }}. </view> |
||||
<view |
<view style="width: 300px"> |
||||
style=" width: 20px;display: flex;justify-content: center;align-items: center; color: #32C1E8;"> |
<!-- <recommend :dataContent="record" :packageContent="record.package" :isShowStatus="false" |
||||
{{index+1}}. |
|
||||
</view> |
|
||||
<view style="width: 300px;"> |
|
||||
<!-- <recommend :dataContent="record" :packageContent="record.package" :isShowStatus="false" |
|
||||
:isShowLocation="false"></recommend> --> |
:isShowLocation="false"></recommend> --> |
||||
<balance :dataContent="record" :packageContent="record.package" :isShowStatus="false" |
<balance :dataContent="record" :packageContent="record.package" :isShowStatus="false" :isShowFromLocation="false" :isShowToLocation="false"></balance> |
||||
:isShowFromLocation="false"></balance> |
</view> |
||||
</view> |
</view> |
||||
</view> |
</uni-swipe-action-item> |
||||
</uni-swipe-action-item> |
</uni-swipe-action> |
||||
</uni-swipe-action> |
</view> |
||||
</view> |
</view> |
||||
</view> |
<recommend-qty-edit ref="recommendQtyEdit" :dataContent="editItem" :handleQty="editItem.qty" @confirm="confirm"> </recommend-qty-edit> |
||||
<recommend-qty-edit ref="recommendQtyEdit" :dataContent="editItem" :handleQty='editItem.qty' @confirm="confirm"> |
<package-detail-popup ref="packageDetailPopup"></package-detail-popup> |
||||
</recommend-qty-edit> |
<comMessage ref="comMessage"></comMessage> |
||||
<package-detail-popup ref='packageDetailPopup'></package-detail-popup> |
</view> |
||||
<comMessage ref="comMessage"></comMessage> |
|
||||
</view> |
|
||||
</template> |
</template> |
||||
|
|
||||
<script> |
<script> |
||||
import itemQty from '@/mycomponents/item/itemQty.vue' |
import itemQty from '@/mycomponents/item/itemQty.vue' |
||||
import recommend from '@/mycomponents/recommend/recommend.vue' |
import recommend from '@/mycomponents/recommend/recommend.vue' |
||||
import purchaseLabel from '@/mycomponents/balance/purchaseLabel.vue' |
import purchaseLabel from '@/mycomponents/balance/purchaseLabel.vue' |
||||
import record from '@/mycomponents/record/record.vue' |
import record from '@/mycomponents/record/record.vue' |
||||
import balance from '@/mycomponents/balance/balance.vue' |
import balance from '@/mycomponents/balance/balance.vue' |
||||
import recommendQtyEdit from '@/mycomponents/qty/recommendQtyEdit.vue' |
import recommendQtyEdit from '@/mycomponents/qty/recommendQtyEdit.vue' |
||||
import packageBalance from '@/mycomponents/package/packageBalance.vue' |
import packageBalance from '@/mycomponents/package/packageBalance.vue' |
||||
import packageHandle from '@/mycomponents/package/packageHandle.vue' |
import packageHandle from '@/mycomponents/package/packageHandle.vue' |
||||
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue' |
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue' |
||||
import packageDetailPopup from '@/mycomponents/package/packageDetailPopup.vue' |
import packageDetailPopup from '@/mycomponents/package/packageDetailPopup.vue' |
||||
|
|
||||
import { |
import { getDetailOption, getDetailEditRemoveOption, getClearOption } from '@/common/array.js' |
||||
getDetailOption, |
|
||||
getDetailEditRemoveOption, |
|
||||
getClearOption |
|
||||
} from '@/common/array.js'; |
|
||||
export default { |
|
||||
components: { |
|
||||
itemQty, |
|
||||
recommend, |
|
||||
purchaseLabel, |
|
||||
balance, |
|
||||
recommendQtyEdit, |
|
||||
record, |
|
||||
packageBalance, |
|
||||
packageHandle, |
|
||||
recordComDetailCard, |
|
||||
packageDetailPopup |
|
||||
}, |
|
||||
props: { |
|
||||
dataContent: { |
|
||||
type: Object, |
|
||||
default: {} |
|
||||
}, |
|
||||
settingParam: { |
|
||||
type: Object, |
|
||||
default: {} |
|
||||
}, |
|
||||
fromInventoryStatus: { |
|
||||
type: String, |
|
||||
default: "" |
|
||||
}, |
|
||||
toInventoryStatus: { |
|
||||
type: String, |
|
||||
default: "" |
|
||||
}, |
|
||||
isShowStatus: { |
|
||||
type: Boolean, |
|
||||
default: false |
|
||||
} |
|
||||
}, |
|
||||
watch: { |
|
||||
// dataContent: { |
|
||||
// handler(newName, oldName) { |
|
||||
// if (this.dataContent.originalList.length > 0) { |
|
||||
// if (this.$refs.collapse1 != undefined) { |
|
||||
// this.$nextTick(res => { |
|
||||
// this.$refs.collapse1.resize() |
|
||||
// }) |
|
||||
// } |
|
||||
// } |
|
||||
// }, |
|
||||
// immediate: true, |
|
||||
// deep: true |
|
||||
// } |
|
||||
}, |
|
||||
|
|
||||
data() { |
export default { |
||||
return { |
components: { |
||||
option: [], |
itemQty, |
||||
title: "推荐详情", |
recommend, |
||||
showItem: {}, |
purchaseLabel, |
||||
editItem: {}, |
balance, |
||||
detailOptions: [], |
recommendQtyEdit, |
||||
scanOptions: [], |
record, |
||||
removeOptions: [], |
packageBalance, |
||||
dataList: [] |
packageHandle, |
||||
} |
recordComDetailCard, |
||||
}, |
packageDetailPopup |
||||
|
}, |
||||
|
props: { |
||||
|
dataContent: { |
||||
|
type: Object, |
||||
|
default: {} |
||||
|
}, |
||||
|
settingParam: { |
||||
|
type: Object, |
||||
|
default: {} |
||||
|
}, |
||||
|
fromInventoryStatus: { |
||||
|
type: String, |
||||
|
default: '' |
||||
|
}, |
||||
|
toInventoryStatus: { |
||||
|
type: String, |
||||
|
default: '' |
||||
|
}, |
||||
|
isShowStatus: { |
||||
|
type: Boolean, |
||||
|
default: false |
||||
|
} |
||||
|
}, |
||||
|
watch: { |
||||
|
// dataContent: { |
||||
|
// handler(newName, oldName) { |
||||
|
// if (this.dataContent.originalList.length > 0) { |
||||
|
// if (this.$refs.collapse1 != undefined) { |
||||
|
// this.$nextTick(res => { |
||||
|
// this.$refs.collapse1.resize() |
||||
|
// }) |
||||
|
// } |
||||
|
// } |
||||
|
// }, |
||||
|
// immediate: true, |
||||
|
// deep: true |
||||
|
// } |
||||
|
}, |
||||
|
|
||||
mounted() { |
data() { |
||||
this.detailOptions = getDetailOption(); |
return { |
||||
this.scanOptions = getDetailEditRemoveOption(); |
option: [], |
||||
this.removeOptions = getClearOption(); |
title: '推荐详情', |
||||
}, |
showItem: {}, |
||||
|
editItem: {}, |
||||
|
detailOptions: [], |
||||
|
scanOptions: [], |
||||
|
removeOptions: [], |
||||
|
dataList: [] |
||||
|
} |
||||
|
}, |
||||
|
|
||||
methods: { |
mounted() { |
||||
removeItem(e, dataContent) { |
this.detailOptions = getDetailOption() |
||||
if (e.content.text == "清空") { |
this.scanOptions = getDetailEditRemoveOption() |
||||
this.$refs.comMessage.showQuestionMessage("确定清空物料及箱码信息?", |
this.removeOptions = getClearOption() |
||||
res => { |
}, |
||||
if (res) { |
|
||||
this.$emit('removeItem') |
|
||||
// this.$emit('removeItem', this.dataContent) |
|
||||
} |
|
||||
}); |
|
||||
} |
|
||||
}, |
|
||||
swipeClick(e, detail, record, index) { |
|
||||
if (e.content.text == "详情") { |
|
||||
this.detail(detail.package) |
|
||||
} else if (e.content.text == "编辑") { |
|
||||
this.edit(record) |
|
||||
} else if (e.content.text == "移除") { |
|
||||
this.remove(detail, index) |
|
||||
} |
|
||||
}, |
|
||||
|
|
||||
edit(item) { |
methods: { |
||||
this.editItem = item; |
removeItem(e, dataContent) { |
||||
this.$refs.recommendQtyEdit.openRecordEditPopup(this.editItem.LabelQty); |
if (e.content.text == '清空') { |
||||
}, |
this.$refs.comMessage.showQuestionMessage('确定清空物料及箱码信息?', (res) => { |
||||
|
if (res) { |
||||
|
this.$emit('removeItem') |
||||
|
// this.$emit('removeItem', this.dataContent) |
||||
|
} |
||||
|
}) |
||||
|
} |
||||
|
}, |
||||
|
swipeClick(e, detail, record, index) { |
||||
|
if (e.content.text == '详情') { |
||||
|
this.detail(detail.package) |
||||
|
} else if (e.content.text == '编辑') { |
||||
|
this.edit(record) |
||||
|
} else if (e.content.text == '移除') { |
||||
|
this.remove(detail, index) |
||||
|
} |
||||
|
}, |
||||
|
|
||||
detail(item) { |
edit(item) { |
||||
this.showItem = item; |
this.editItem = item |
||||
this.$refs.packageDetailPopup.openPopup(item) |
this.$refs.recommendQtyEdit.openRecordEditPopup(this.editItem.LabelQty) |
||||
}, |
}, |
||||
remove(detail, index) { |
|
||||
this.$refs.comMessage.showQuestionMessage("确定移除扫描信息?", |
detail(item) { |
||||
res => { |
this.showItem = item |
||||
if (res) { |
this.$refs.packageDetailPopup.openPopup(item) |
||||
detail.Records.splice(index, 1) |
}, |
||||
this.$emit('removePack') |
remove(detail, index) { |
||||
} |
this.$refs.comMessage.showQuestionMessage('确定移除扫描信息?', (res) => { |
||||
}); |
if (res) { |
||||
}, |
detail.Records.splice(index, 1) |
||||
confirm(qty) { |
this.$emit('removePack') |
||||
this.editItem.qty = qty; |
} |
||||
this.$emit('updateData') |
}) |
||||
} |
}, |
||||
} |
confirm(qty) { |
||||
} |
this.editItem.qty = qty |
||||
|
this.$emit('updateData') |
||||
|
} |
||||
|
} |
||||
|
} |
||||
</script> |
</script> |
||||
|
|
||||
<style> |
<style></style> |
||||
</style> |
|
||||
|
@ -1,382 +1,351 @@ |
|||||
<template> |
<template> |
||||
<view class="page-wraper"> |
<view class="page-wraper"> |
||||
<view class=""> |
<view class=""> |
||||
<com-blank-view @goScan='showFromLocationPopup' v-if="detailSource.length==0"></com-blank-view> |
<com-blank-view @goScan="showFromLocationPopup" v-if="detailSource.length == 0"></com-blank-view> |
||||
</view> |
</view> |
||||
|
|
||||
<view class="page-wraper" v-if="detailSource.length>0"> |
<view class="page-wraper" v-if="detailSource.length > 0"> |
||||
<view class="page-main"> |
<view class="page-main"> |
||||
<scroll-view scroll-y="true" class="page-main-scroll"> |
<scroll-view scroll-y="true" class="page-main-scroll"> |
||||
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
||||
<view class=""> |
<view class=""> |
||||
<com-package-record :dataContent="item" @removeItem="removeItem(index,item)" |
<com-package-record :dataContent="item" @removeItem="removeItem(index, item)" @updateData="updateData" @removePack="updateData"> </com-package-record> |
||||
@updateData="updateData" @removePack='updateData'> |
</view> |
||||
</com-package-record> |
</view> |
||||
</view> |
</scroll-view> |
||||
</view> |
</view> |
||||
</scroll-view> |
|
||||
</view> |
<view class="page-footer"> |
||||
|
<view class="uni-flex u-col-center space-between padding_10" style="background-color: ghostwhite; width: 100%"> |
||||
<view class="page-footer"> |
<view class=""> </view> |
||||
<view class="uni-flex u-col-center space-between padding_10" |
<view class="uni-flex uni-row"> |
||||
style="background-color:ghostwhite; width: 100%; "> |
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
||||
<view class=""> |
</view> |
||||
</view> |
</view> |
||||
<view class=" uni-flex uni-row"> |
</view> |
||||
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
||||
</view> |
<win-scan-button @goScan="showScanPopupPack"></win-scan-button> |
||||
</view> |
</view> |
||||
</view> |
|
||||
|
<win-scan-pack-and-location ref="scanPopup" @getResult="getScanResult" :allowModifyLocation="false"> </win-scan-pack-and-location> |
||||
<win-scan-button @goScan='showScanPopupPack'></win-scan-button> |
<win-scan-location ref="scanLocationCode" title="来源库位" @getLocation="getLocation" :locationAreaTypeList="fromLocationAreaTypeList"></win-scan-location> |
||||
</view> |
<win-scan-pack title="拆分标签" ref="scanPopupPack" @getResult="getScanPackResult"></win-scan-pack> |
||||
|
<comMessage ref="comMessage"></comMessage> |
||||
<win-scan-pack-and-location ref="scanPopup" @getResult='getScanResult' :allowModifyLocation="false"> |
</view> |
||||
</win-scan-pack-and-location> |
|
||||
<win-scan-location ref="scanLocationCode" title="来源库位" @getLocation='getLocation' |
|
||||
:locationAreaTypeList="fromLocationAreaTypeList"></win-scan-location> |
|
||||
<win-scan-pack title="拆分标签" ref="scanPopupPack" @getResult='getScanPackResult'></win-scan-pack> |
|
||||
<comMessage ref="comMessage"></comMessage> |
|
||||
</view> |
|
||||
</template> |
</template> |
||||
|
|
||||
<script> |
<script> |
||||
import { |
import { goHome } from '@/common/basic.js' |
||||
goHome, |
import { splitPackageRecordSubmit } from '@/api/request2.js' |
||||
} from '@/common/basic.js'; |
|
||||
import { |
import { calc } from '@/common/calc.js' |
||||
splitPackageRecordSubmit |
|
||||
} from '@/api/request2.js'; |
import { getInventoryStatusDesc, getDirectoryItemArray } from '@/common/directory.js' |
||||
|
|
||||
import { |
import { getBusinessType, createItemInfo, createDetailInfo, calcHandleQty } from '@/common/record.js' |
||||
calc |
|
||||
} from '@/common/calc.js'; |
import winScanButton from '@/mycomponents/scan/winScanButton.vue' |
||||
|
import winScanPack from '@/mycomponents/scan/winScanPack.vue' |
||||
import { |
import requiredLocation from '@/mycomponents/location/requiredLocation.vue' |
||||
getInventoryStatusDesc, |
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue' |
||||
getDirectoryItemArray |
import comBlankView from '@/mycomponents/common/comBlankView.vue' |
||||
} from '@/common/directory.js'; |
import winScanLocation from '@/mycomponents/scan/winScanLocation.vue' |
||||
|
import winScanPackAndLocation from '@/mycomponents/scan/winScanPackAndLocation.vue' |
||||
import { |
import recommendBalance from '@/mycomponents/balance/recommendBalance.vue' |
||||
getBusinessType, |
import comPackageRecord from '@/pages/package/coms/comPackageRecord.vue' |
||||
createItemInfo, |
|
||||
createDetailInfo, |
export default { |
||||
calcHandleQty |
components: { |
||||
} from '@/common/record.js'; |
winScanButton, |
||||
|
winScanPack, |
||||
import winScanButton from '@/mycomponents/scan/winScanButton.vue' |
requiredLocation, |
||||
import winScanPack from '@/mycomponents/scan/winScanPack.vue' |
comBlankView, |
||||
import requiredLocation from '@/mycomponents/location/requiredLocation.vue' |
winScanLocation, |
||||
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue' |
winScanPackAndLocation, |
||||
import comBlankView from '@/mycomponents/common/comBlankView.vue' |
recommendBalance, |
||||
import winScanLocation from "@/mycomponents/scan/winScanLocation.vue" |
recordComDetailCard, |
||||
import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue" |
comPackageRecord |
||||
import recommendBalance from '@/mycomponents/balance/recommendBalance.vue' |
}, |
||||
import comPackageRecord from '@/pages/package/coms/comPackageRecord.vue' |
data() { |
||||
|
return { |
||||
export default { |
id: '', |
||||
components: { |
detailSource: [], // 绑定在页面上的数据源 |
||||
winScanButton, |
fromLocationCode: '', |
||||
winScanPack, |
toLocationCode: '', |
||||
requiredLocation, |
fromLocationAreaTypeList: [], |
||||
comBlankView, |
inInventoryStatus: '', // 目标入库库存状态 |
||||
winScanLocation, |
outInventoryStatus: '', // 来源出库库存状态 |
||||
winScanPackAndLocation, |
businessType: {}, |
||||
recommendBalance, |
dataContent: {}, |
||||
recordComDetailCard, |
currentItemCode: '', |
||||
comPackageRecord |
toPackingNumber: '' |
||||
}, |
} |
||||
data() { |
}, |
||||
return { |
onLoad(option) { |
||||
id: '', |
const typeCode = 'SplitPackage' |
||||
detailSource: [], //绑定在页面上的数据源 |
getBusinessType(typeCode, (res) => { |
||||
fromLocationCode: "", |
if (res.success) { |
||||
toLocationCode: "", |
this.businessType = res.businessType |
||||
fromLocationAreaTypeList: [], |
this.fromLocationAreaTypeList = res.fromLocationAreaTypeList |
||||
inInventoryStatus: "", //目标入库库存状态 |
this.showFromLocationPopup() |
||||
outInventoryStatus: "", //来源出库库存状态 |
} else { |
||||
businessType: {}, |
this.showErrorMessage(res.message) |
||||
dataContent: {}, |
} |
||||
currentItemCode: "", |
}) |
||||
toPackingNumber: "" |
}, |
||||
}; |
// 返回首页 |
||||
}, |
onNavigationBarButtonTap(e) { |
||||
onLoad(option) { |
if (e.index === 0) { |
||||
var typeCode = "SplitPackage" |
goHome() |
||||
getBusinessType(typeCode, res => { |
} |
||||
if (res.success) { |
}, |
||||
this.businessType = res.businessType; |
// 拦截返回按钮事件 |
||||
this.fromLocationAreaTypeList = res.fromLocationAreaTypeList; |
onBackPress(e) {}, |
||||
this.showFromLocationPopup(); |
|
||||
} else { |
onPullDownRefresh() {}, |
||||
this.showErrorMessage(res.message) |
|
||||
} |
mounted() { |
||||
}); |
// this.showFromLocationPopup(); |
||||
}, |
}, |
||||
//返回首页 |
methods: { |
||||
onNavigationBarButtonTap(e) { |
showScanPopupPack() { |
||||
if (e.index === 0) { |
this.$refs.scanPopupPack.openScanPopup() |
||||
goHome(); |
}, |
||||
} |
|
||||
}, |
getScanResult(result) { |
||||
//拦截返回按钮事件 |
const { balance } = result |
||||
onBackPress(e) {}, |
const { label } = result |
||||
|
const pack = result.package |
||||
onPullDownRefresh() {}, |
const item = this.detailSource.find((res) => { |
||||
|
if (res.itemCode == balance.itemCode) { |
||||
mounted() { |
return res |
||||
// this.showFromLocationPopup(); |
} |
||||
}, |
}) |
||||
methods: { |
if (item == undefined) { |
||||
showScanPopupPack() { |
const itemp = createItemInfo(balance, pack) |
||||
this.$refs.scanPopupPack.openScanPopup(); |
const newDetail = createDetailInfo(balance, pack) // |
||||
}, |
newDetail.scaned = false |
||||
|
newDetail.Records = [] |
||||
getScanResult(result) { |
newDetail.handleQty = 0 |
||||
let balance = result.balance; |
itemp.subList.push(newDetail) |
||||
let label = result.label; |
this.detailSource.push(itemp) |
||||
let pack = result.package; |
} else { |
||||
var item = this.detailSource.find(res => { |
this.showErrorMessage(`箱码[${balance.packingNumber}批次[${balance.batch}]已经在列表中`) |
||||
if (res.itemCode == balance.itemCode) { |
} |
||||
return res |
this.$refs.scanPopup.closeScanPopup() |
||||
} |
this.showScanPopupPack() |
||||
}) |
}, |
||||
if (item == undefined) { |
|
||||
var itemp = createItemInfo(balance, pack); |
getScanPackResult(result) { |
||||
let newDetail = createDetailInfo(balance, pack); // |
const { packingNumber } = result.label |
||||
newDetail.scaned = false; |
const { batch } = result.label |
||||
newDetail.Records = []; |
const { qty } = result.label |
||||
newDetail.handleQty = 0 |
const { itemCode } = result.label |
||||
itemp.subList.push(newDetail); |
const { uom } = result.package |
||||
this.detailSource.push(itemp) |
const item = this.detailSource.find((r) => r.itemCode == itemCode) |
||||
} else { |
if (item == undefined) { |
||||
this.showErrorMessage("箱码[" + balance.packingNumber + "批次[" + balance.batch + "]已经在列表中") |
this.showErrorMessage(`物料号【${itemCode}】不在列表中`) |
||||
} |
} else { |
||||
this.$refs.scanPopup.closeScanPopup(); |
const temp = { |
||||
this.showScanPopupPack(); |
scaned: true, |
||||
}, |
packingNumber, |
||||
|
batch, |
||||
getScanPackResult(result) { |
qty: Number(qty), |
||||
var packingNumber = result.label.packingNumber; |
LabelQty: Number(qty), |
||||
var batch = result.label.batch; |
stdPackUnit: result.package.stdPackUnit, |
||||
var qty = result.label.qty; |
stdPackQty: result.package.stdPackQty, |
||||
var itemCode = result.label.itemCode; |
uom |
||||
var uom = result.package.uom; |
} |
||||
var item = this.detailSource.find(r => r.itemCode == itemCode); |
|
||||
if (item == undefined) { |
let sumQty = 0 |
||||
this.showErrorMessage("物料号【" + itemCode + "】不在列表中") |
item.subList[0].Records.forEach(function (item1, index) { |
||||
} else { |
sumQty = calc.add(sumQty, item1.qty) |
||||
var temp = { |
}) |
||||
scaned: true, |
// if (calc.add(qty,sumQty)> item.subList[0].qty) { |
||||
packingNumber: packingNumber, |
// this.showErrorMessage("扫描数量总和【" + (Number(qty) + sumQty) + "】(当前输入数量【" + qty + "】+已添加数量【" + |
||||
batch: batch, |
// sumQty + |
||||
qty: Number(qty), |
// "】)已超过拆包箱码的数量【" + Number(item.subList[0].qty) + "】!"); |
||||
LabelQty: Number(qty), |
// return; |
||||
stdPackUnit: result.package.stdPackUnit, |
// } |
||||
stdPackQty: result.package.stdPackQty, |
item.subList[0].Records.push(temp) |
||||
uom: uom |
this.$forceUpdate() |
||||
} |
} |
||||
|
this.calcHandleQty() |
||||
var sumQty = 0; |
}, |
||||
item.subList[0].Records.forEach(function(item1, index) { |
|
||||
sumQty = calc.add(sumQty,item1.qty) |
calcHandleQty() { |
||||
}); |
for (const detail of this.detailSource[0].subList) { |
||||
if (calc.add(qty,sumQty)> item.subList[0].qty) { |
let hQty = 0 |
||||
this.showErrorMessage("扫描数量总和【" + (Number(qty) + sumQty) + "】(当前输入数量【" + qty + "】+已添加数量【" + |
if (detail.Records.length > 0) { |
||||
sumQty + |
detail.Records.forEach((r) => { |
||||
"】)已超过拆包箱码的数量【" + Number(item.subList[0].qty) + "】!"); |
hQty = calc.add(hQty, r.qty) |
||||
return; |
}) |
||||
} |
} |
||||
item.subList[0].Records.push(temp); |
detail.handleQty = hQty |
||||
this.$forceUpdate(); |
} |
||||
} |
this.$forceUpdate() |
||||
this.calcHandleQty(); |
}, |
||||
}, |
|
||||
|
showErrorMessage(message) { |
||||
calcHandleQty() { |
this.$refs.comMessage.showErrorMessage(message, (res) => { |
||||
for (let detail of this.detailSource[0].subList) { |
if (res) { |
||||
let hQty = 0; |
} |
||||
if (detail.Records.length > 0) { |
}) |
||||
|
}, |
||||
detail.Records.forEach(r => { |
|
||||
hQty = calc.add(hQty,r.qty) |
updateData() { |
||||
}) |
this.calcHandleQty() |
||||
} |
}, |
||||
detail.handleQty = hQty; |
removeItem(index, item) { |
||||
} |
this.detailSource.splice(index, 1) |
||||
this.$forceUpdate(); |
}, |
||||
}, |
|
||||
|
openScanPopup() { |
||||
|
if (this.fromLocationCode == '') { |
||||
showErrorMessage(message) { |
this.showFromLocationPopup() |
||||
this.$refs.comMessage.showErrorMessage(message, res => { |
return |
||||
if (res) { |
} |
||||
|
this.$refs.scanPopup.openScanPopupForType(this.fromLocationCode, this.businessType) |
||||
} |
}, |
||||
}); |
showFromLocationPopup() { |
||||
}, |
this.$nextTick(() => { |
||||
|
this.$refs.scanLocationCode.openScanPopup() |
||||
|
}) |
||||
|
}, |
||||
updateData() { |
closeScanPopup() { |
||||
this.calcHandleQty(); |
if (this.$refs.scanPopup != undefined) { |
||||
}, |
this.$refs.scanPopup.closeScanPopup() |
||||
removeItem(index, item) { |
} |
||||
this.detailSource.splice(index, 1) |
}, |
||||
}, |
|
||||
|
scanPopupGetFocus() { |
||||
|
if (this.$refs.scanPopup != undefined) { |
||||
openScanPopup() { |
this.$refs.scanPopup.getfocus() |
||||
if (this.fromLocationCode == "") { |
} |
||||
this.showFromLocationPopup(); |
}, |
||||
return |
|
||||
} |
commit() { |
||||
this.$refs.scanPopup.openScanPopupForType(this.fromLocationCode, this.businessType); |
if (this.detailSource.length > 0 && this.detailSource[0].subList.length > 0) { |
||||
}, |
uni.showLoading({ |
||||
showFromLocationPopup() { |
title: '提交中....', |
||||
this.$nextTick(() => { |
mask: true |
||||
this.$refs.scanLocationCode.openScanPopup(); |
}) |
||||
}) |
|
||||
|
const params = this.setParams() |
||||
}, |
console.log(`提交${JSON.stringify(params)}`) |
||||
closeScanPopup() { |
splitPackageRecordSubmit(params) |
||||
if (this.$refs.scanPopup != undefined) { |
.then((res) => { |
||||
this.$refs.scanPopup.closeScanPopup(); |
uni.hideLoading() |
||||
} |
if (res.data) { |
||||
}, |
this.showCommitSuccessMessage(`提交成功<br>生成拆包记录<br>${res.data}`) |
||||
|
} else { |
||||
scanPopupGetFocus() { |
this.showErrorMessage(`提交失败[${res.msg}]`) |
||||
if (this.$refs.scanPopup != undefined) { |
} |
||||
this.$refs.scanPopup.getfocus(); |
}) |
||||
} |
.catch((error) => { |
||||
}, |
uni.hideLoading() |
||||
|
this.showErrorMessage(error) |
||||
commit() { |
}) |
||||
if (this.detailSource.length > 0 && this.detailSource[0].subList.length > 0) { |
} else { |
||||
uni.showLoading({ |
this.showErrorMessage('没有要提交的数据') |
||||
title: "提交中....", |
} |
||||
mask: true |
}, |
||||
}); |
|
||||
|
setParams() { |
||||
var params = this.setParams(); |
const subList = [] |
||||
console.log("提交" + JSON.stringify(params)) |
const creator = this.$store.state.user.id |
||||
splitPackageRecordSubmit(params).then(res => { |
this.detailSource.forEach((item) => { |
||||
uni.hideLoading() |
item.subList.forEach((detail) => { |
||||
if (res.data) { |
detail.Records.forEach((record) => { |
||||
this.showCommitSuccessMessage("提交成功<br>生成拆包记录<br>" + res.data) |
if (record.scaned) { |
||||
} else { |
const subItem = {} |
||||
this.showErrorMessage("提交失败[" + res.msg + "]") |
Object.assign(subItem, detail) |
||||
} |
subItem.itemCode = subItem.itemCode |
||||
}).catch(error => { |
subItem.itemName = detail.package.itemName |
||||
uni.hideLoading() |
subItem.itemDesc1 = detail.package.itemDesc1 |
||||
this.showErrorMessage(error) |
subItem.itemDesc2 = detail.package.itemDesc2 |
||||
}) |
|
||||
} else { |
subItem.fromInventoryStatus = subItem.inventoryStatus |
||||
this.showErrorMessage("没有要提交的数据") |
subItem.toInventoryStatus = subItem.inventoryStatus |
||||
} |
|
||||
|
subItem.fromQty = subItem.qty |
||||
}, |
subItem.toQty = record.qty |
||||
|
|
||||
setParams() { |
subItem.fromPackingNumber = subItem.packingNumber |
||||
|
subItem.toPackingNumber = record.packingNumber |
||||
var subList = [] |
|
||||
var creator = this.$store.state.user.id |
subItem.fromBatch = subItem.batch |
||||
this.detailSource.forEach(item => { |
subItem.toBatch = record.batch |
||||
item.subList.forEach(detail => { |
subItem.fromLocationCode = subItem.fromLocationCode |
||||
detail.Records.forEach(record => { |
subItem.package = '' |
||||
if (record.scaned) { |
subItem.Records = '' |
||||
var subItem = {}; |
subList.push(subItem) |
||||
Object.assign(subItem, detail) |
} |
||||
subItem.itemCode = subItem.itemCode; |
}) |
||||
subItem.itemName = detail.package.itemName; |
}) |
||||
subItem.itemDesc1 = detail.package.itemDesc1; |
}) |
||||
subItem.itemDesc2 = detail.package.itemDesc2; |
|
||||
|
this.dataContent.subList = subList |
||||
subItem.fromInventoryStatus = subItem.inventoryStatus; |
this.dataContent.creator = creator |
||||
subItem.toInventoryStatus = subItem.inventoryStatus; |
return this.dataContent |
||||
|
}, |
||||
subItem.fromQty = subItem.qty |
|
||||
subItem.toQty = record.qty |
showMessage(message) { |
||||
|
this.$refs.comMessage.showMessage(message, (res) => { |
||||
subItem.fromPackingNumber = subItem.packingNumber; |
if (res) { |
||||
subItem.toPackingNumber = record.packingNumber; |
} |
||||
|
}) |
||||
subItem.fromBatch = subItem.batch; |
}, |
||||
subItem.toBatch = record.batch; |
showErrorMessage(message) { |
||||
subItem.fromLocationCode = subItem.fromLocationCode; |
this.$refs.comMessage.showErrorMessage(message, (res) => { |
||||
subItem.package = "" |
if (res) { |
||||
subItem.Records = "" |
} |
||||
subList.push(subItem) |
}) |
||||
} |
}, |
||||
|
|
||||
}) |
showScanMessage(message) { |
||||
}) |
this.$refs.comMessage.showScanMessage(message) |
||||
}) |
}, |
||||
|
|
||||
this.dataContent.subList = subList; |
afterCloseMessage() { |
||||
this.dataContent.creator = creator; |
this.scanPopupGetFocus() |
||||
return this.dataContent; |
}, |
||||
}, |
|
||||
|
closeScanMessage() { |
||||
showMessage(message) { |
this.scanPopupGetFocus() |
||||
this.$refs.comMessage.showMessage(message, res => { |
}, |
||||
if (res) {} |
getLocation(location, code) { |
||||
}); |
this.getFromLocationCode(location, code) |
||||
}, |
}, |
||||
showErrorMessage(message) { |
getFromLocationCode(location, code) { |
||||
this.$refs.comMessage.showErrorMessage(message, res => { |
this.fromLocationCode = code |
||||
if (res) { |
this.openScanPopup() |
||||
|
}, |
||||
} |
getToLocationCode(location, code) { |
||||
}); |
if (this.fromLocationCode == code) { |
||||
}, |
uni.showToast({ |
||||
|
title: `来源库位[${this.fromLocationCode}]不能与目标库位[${code}]一致`, |
||||
showScanMessage(message) { |
duration: 2000 |
||||
this.$refs.comMessage.showScanMessage(message); |
}) |
||||
}, |
return |
||||
|
} |
||||
afterCloseMessage() { |
this.toLocationCode = code |
||||
this.scanPopupGetFocus(); |
}, |
||||
}, |
|
||||
|
showCommitSuccessMessage(hint) { |
||||
closeScanMessage() { |
this.$refs.comMessage.showSuccessMessage(hint, (res) => { |
||||
this.scanPopupGetFocus(); |
this.detailSource = [] |
||||
}, |
this.fromLocationCode = '' |
||||
getLocation(location, code) { |
this.currentItemCode = '' |
||||
this.getFromLocationCode(location, code) |
this.dataContent = {} |
||||
}, |
}) |
||||
getFromLocationCode(location, code) { |
}, |
||||
this.fromLocationCode = code; |
|
||||
this.openScanPopup(); |
updateData() { |
||||
}, |
this.calcHandleQty() |
||||
getToLocationCode(location, code) { |
} |
||||
if (this.fromLocationCode == code) { |
} |
||||
uni.showToast({ |
} |
||||
title: "来源库位[" + this.fromLocationCode + "]不能与目标库位[" + code + "]一致", |
|
||||
duration: 2000 |
|
||||
}) |
|
||||
return |
|
||||
} |
|
||||
this.toLocationCode = code; |
|
||||
}, |
|
||||
|
|
||||
showCommitSuccessMessage(hint) { |
|
||||
this.$refs.comMessage.showSuccessMessage(hint, res => { |
|
||||
this.detailSource = [] |
|
||||
this.fromLocationCode = ''; |
|
||||
this.currentItemCode = "" |
|
||||
this.dataContent = {} |
|
||||
|
|
||||
}) |
|
||||
}, |
|
||||
|
|
||||
updateData() { |
|
||||
this.calcHandleQty(); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
</script> |
</script> |
||||
|
|
||||
<style scoped lang="scss"> |
<style scoped lang="scss"></style> |
||||
|
|
||||
</style> |
|
||||
|
Loading…
Reference in new issue