From ac0f8cb931267139baf676cec8c3b97eef1e1334 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Wed, 5 Jun 2024 17:12:15 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/http.ts | 14 +-
src/api/request2.js | 2 +-
src/common/calc.js | 8 +
src/common/style/new_style.css | 1 -
src/components/my-paging/my-paging.vue | 1 +
src/mycomponents/balance/pack.vue | 2 +-
src/mycomponents/detail/comDetailCard.vue | 11 +-
src/mycomponents/item/itemCompareQty.vue | 2 +-
src/mycomponents/item/itemQty.vue | 2 +-
src/mycomponents/job/jobComMainDetailCard.vue | 2 +-
src/mycomponents/package/packageList.vue | 356 ++++-----
.../package/packageRecordCard.vue | 217 +++--
src/mycomponents/qty/balanceQtyEdit.vue | 20 +-
.../record/recordComDetailCard.vue | 2 +-
src/mycomponents/scan/winScanItem.vue | 26 +-
src/mycomponents/scan/winScanLocation.vue | 2 +-
src/mycomponents/status/balanceStatus.vue | 6 +-
src/pages.json | 10 +
.../request/customerReturnRequest.vue | 2 +-
.../request/customerReturnRequestCreate.vue | 2 +-
.../deliver/coms/comDeliverRequestPopup.vue | 2 +-
src/pages/deliver/record/deliverRecord.vue | 122 +--
src/pages/deliver/request/deliverRequest.vue | 2 +-
.../deliver/request/deliverRequestCreate.vue | 28 +-
src/pages/index/index.vue | 2 +-
src/pages/issue/coms/comIssueRequestPopup.vue | 3 +-
src/pages/issue/coms/comScanIssuePack.vue | 2 +-
src/pages/issue/job/issueDetail.vue | 9 +-
src/pages/issue/record/directIssue.vue | 5 +-
.../issue/request/issueRequestCreate.vue | 9 +-
.../package/job/overPackageJobDetail.vue | 7 +-
src/pages/pointProductReceipt/webview.vue | 1 +
.../productPutaway/request/putawayRequest.vue | 2 +-
src/pages/productReceipt/coms/comFgCard.vue | 4 +-
.../coms/comProductDetailCard.vue | 2 +-
.../job/fgProductReceiptDetail.vue | 23 +-
.../productReceipt/job/productReceiptJob.vue | 2 +-
.../record/productReceiptRecord.vue | 3 +-
.../coms/comReturnCommonRequest.vue | 2 +-
.../coms/comReturnRequestCreator.vue | 4 +-
.../productionReturn/record/returnToHold.vue | 37 +-
.../productionReturn/record/returnToStore.vue | 80 +-
.../request/requestDetail.vue | 1 +
.../request/returnRequestCreate.vue | 11 +-
.../coms/comReceiptDetailCard.vue | 3 +
.../purchaseReceipt/job/receiptDetail.vue | 13 +-
src/pages/purchaseReturn/job/returnDetail.vue | 2 +-
.../purchaseReturn/request/returnRequest.vue | 15 +-
.../request/returnRequestCreate.vue | 1 -
src/pages/putaway/record/putawayRecord.vue | 17 +-
src/pages/putaway/request/putawayRequest.vue | 2 +-
src/pages/query/coms/comItemDetailCard.vue | 2 +-
src/pages/query/item.vue | 2 +
.../repleinsh/coms/comScanReplishPack.vue | 117 +--
src/pages/repleinsh/job/repleinshDetail.vue | 14 +-
.../record/directRepleinshRecord.vue} | 229 +++---
.../repleinsh/record/repleinshRecord.vue | 7 +-
src/pages/scrap/request/scrapRrequest.vue | 2 +-
src/pages/unPlanned/request/issueRequest.vue | 2 +-
.../unPlanned/request/receiptRequest.vue | 2 +-
src/uni_modules/z-paging/changelog.md | 6 +
.../z-paging-cell/z-paging-cell.vue | 34 +
.../z-paging-empty-view.vue | 162 ++++
.../z-paging-swiper-item.vue | 143 ++++
.../z-paging-swiper/z-paging-swiper.vue | 170 ++++
.../components/z-paging-load-more.vue | 141 ++++
.../z-paging/components/z-paging-refresh.vue | 182 +++++
.../components/z-paging/config/index.js | 3 +
.../components/z-paging/css/z-paging-main.css | 228 ++++++
.../z-paging/css/z-paging-static.css | 35 +
.../z-paging/components/z-paging/i18n/en.json | 22 +
.../components/z-paging/i18n/index.js | 8 +
.../components/z-paging/i18n/zh-Hans.json | 22 +
.../components/z-paging/i18n/zh-Hant.json | 22 +
.../z-paging/js/hooks/useZPaging.js | 25 +
.../z-paging/js/hooks/useZPagingComp.js | 26 +
.../z-paging/js/modules/back-to-top.js | 100 +++
.../z-paging/js/modules/common-layout.js | 116 +++
.../z-paging/js/modules/data-handle.js | 741 ++++++++++++++++++
.../components/z-paging/js/modules/empty.js | 147 ++++
.../components/z-paging/js/modules/i18n.js | 101 +++
.../z-paging/js/modules/load-more.js | 315 ++++++++
.../components/z-paging/js/modules/loading.js | 93 +++
.../components/z-paging/js/modules/nvue.js | 249 ++++++
.../z-paging/js/modules/refresher.js | 677 ++++++++++++++++
.../z-paging/js/modules/scroller.js | 464 +++++++++++
.../z-paging/js/modules/virtual-list.js | 461 +++++++++++
.../components/z-paging/js/z-paging-config.js | 21 +
.../z-paging/js/z-paging-constant.js | 12 +
.../components/z-paging/js/z-paging-enum.js | 44 ++
.../z-paging/js/z-paging-interceptor.js | 48 ++
.../components/z-paging/js/z-paging-main.js | 446 +++++++++++
.../components/z-paging/js/z-paging-mixin.js | 22 +
.../components/z-paging/js/z-paging-static.js | 13 +
.../components/z-paging/js/z-paging-utils.js | 228 ++++++
.../z-paging/wxs/z-paging-renderjs.js | 58 ++
.../components/z-paging/wxs/z-paging-wxs.wxs | 340 ++++++++
.../z-paging/components/z-paging/z-paging.vue | 307 ++++++++
src/uni_modules/z-paging/package.json | 86 ++
src/uni_modules/z-paging/readme.md | 53 ++
src/uni_modules/z-tabs/changelog.md | 2 +
.../z-tabs/components/z-tabs/config/index.js | 4 +
.../z-tabs/components/z-tabs/z-tabs.vue | 736 +++++++++++++++++
src/uni_modules/z-tabs/package.json | 82 ++
src/uni_modules/z-tabs/readme.md | 175 +++++
105 files changed, 8183 insertions(+), 668 deletions(-)
rename src/pages/{putaway/record/putawayRecord_bat.vue => repleinsh/record/directRepleinshRecord.vue} (68%)
create mode 100644 src/uni_modules/z-paging/changelog.md
create mode 100644 src/uni_modules/z-paging/components/z-paging-cell/z-paging-cell.vue
create mode 100644 src/uni_modules/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue
create mode 100644 src/uni_modules/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue
create mode 100644 src/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue
create mode 100644 src/uni_modules/z-paging/components/z-paging/components/z-paging-load-more.vue
create mode 100644 src/uni_modules/z-paging/components/z-paging/components/z-paging-refresh.vue
create mode 100644 src/uni_modules/z-paging/components/z-paging/config/index.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/css/z-paging-main.css
create mode 100644 src/uni_modules/z-paging/components/z-paging/css/z-paging-static.css
create mode 100644 src/uni_modules/z-paging/components/z-paging/i18n/en.json
create mode 100644 src/uni_modules/z-paging/components/z-paging/i18n/index.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/i18n/zh-Hans.json
create mode 100644 src/uni_modules/z-paging/components/z-paging/i18n/zh-Hant.json
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/hooks/useZPaging.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/hooks/useZPagingComp.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/common-layout.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/data-handle.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/empty.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/i18n.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/load-more.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/loading.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/nvue.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/refresher.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/scroller.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-config.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-enum.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-interceptor.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-main.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-mixin.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-static.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/js/z-paging-utils.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/wxs/z-paging-renderjs.js
create mode 100644 src/uni_modules/z-paging/components/z-paging/wxs/z-paging-wxs.wxs
create mode 100644 src/uni_modules/z-paging/components/z-paging/z-paging.vue
create mode 100644 src/uni_modules/z-paging/package.json
create mode 100644 src/uni_modules/z-paging/readme.md
create mode 100644 src/uni_modules/z-tabs/changelog.md
create mode 100644 src/uni_modules/z-tabs/components/z-tabs/config/index.js
create mode 100644 src/uni_modules/z-tabs/components/z-tabs/z-tabs.vue
create mode 100644 src/uni_modules/z-tabs/package.json
create mode 100644 src/uni_modules/z-tabs/readme.md
diff --git a/src/api/http.ts b/src/api/http.ts
index d0e64e78..608ba47e 100644
--- a/src/api/http.ts
+++ b/src/api/http.ts
@@ -89,7 +89,19 @@ instance.interceptors.response.use((v) => {
confirmText: '重新登录',
success: function (res) {
if (res.confirm) {
- uni.reLaunch({ url: '/pages/login' })
+ uni.reLaunch({ url: '/pages/login/index' })
+ }
+ }
+ })
+ } else if(v.data.code == 401){
+ uni.showModal({
+ title: '系统提示',
+ content: '账号未登录,请重新登录',
+ cancelText: '关闭',
+ confirmText: '重新登录',
+ success: function (res) {
+ if (res.confirm) {
+ uni.reLaunch({ url: '/pages/login/index' })
}
}
})
diff --git a/src/api/request2.js b/src/api/request2.js
index 94f96ef7..33d3433b 100644
--- a/src/api/request2.js
+++ b/src/api/request2.js
@@ -2108,7 +2108,7 @@ export function productionReturnRequestAddAgain(id) {
export function productionReturnRequestCreate(params) {
- return http.put("/wms/productionreturn-request-main/create",params)
+ return http.post("/wms/productionreturn-request-main/create",params)
}
/**
* 生产退料记录 提交
diff --git a/src/common/calc.js b/src/common/calc.js
index 6c5da860..5661a6bb 100644
--- a/src/common/calc.js
+++ b/src/common/calc.js
@@ -2,15 +2,23 @@
import Decimal from 'decimal.js'
class Calc {
add(num1,num2) {
+ num1 = num1 || 0
+ num2 = num2 || 0
return new Decimal(num1).add(new Decimal(num2)).toNumber()
}
sub(num1,num2) {
+ num1 = num1 || 0
+ num2 = num2 || 0
return new Decimal(num1).sub(new Decimal(num2)).toNumber()
}
mul(num1,num2) {
+ num1 = num1 || 0
+ num2 = num2 || 0
return new Decimal(num1).mul(new Decimal(num2)).toNumber()
}
div(num1,num2) {
+ num1 = num1 || 0
+ num2 = num2 || 0
return new Decimal(num1).div(new Decimal(num2)).toNumber()
}
}
diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css
index 9e694dcf..3808b7c6 100644
--- a/src/common/style/new_style.css
+++ b/src/common/style/new_style.css
@@ -218,7 +218,6 @@ uni-page-head .uni-page-head__title {
.cen_card {
padding: 0 0rpx;
- width: 100%;
box-sizing: border-box;
background:#EEF4FA;
padding:20rpx;
diff --git a/src/components/my-paging/my-paging.vue b/src/components/my-paging/my-paging.vue
index e8447694..29685440 100644
--- a/src/components/my-paging/my-paging.vue
+++ b/src/components/my-paging/my-paging.vue
@@ -131,6 +131,7 @@ const reload = (data) => {
}
// 接收页面触发的complete方法,传给z-paging
const complete = (data) => {
+ console.log(data)
paging.value.complete(data)
}
/*
diff --git a/src/mycomponents/balance/pack.vue b/src/mycomponents/balance/pack.vue
index 3874c0a4..a205761e 100644
--- a/src/mycomponents/balance/pack.vue
+++ b/src/mycomponents/balance/pack.vue
@@ -1,6 +1,6 @@
- {{ title }}
+ {{ title }}
{{ packingCode }}
diff --git a/src/mycomponents/detail/comDetailCard.vue b/src/mycomponents/detail/comDetailCard.vue
index 66f55847..8c0c48dd 100644
--- a/src/mycomponents/detail/comDetailCard.vue
+++ b/src/mycomponents/detail/comDetailCard.vue
@@ -10,7 +10,7 @@
-
+
@@ -48,6 +48,10 @@ const props = defineProps({
locationAreaTypeList: {
type: Array,
default: null
+ },
+ queryBalance: {
+ type: Boolean,
+ default: true
}
})
const option = ref([])
@@ -59,6 +63,7 @@ const scanOptions = ref([])
const comMessageRef = ref()
const collapse = ref()
const qtyEdit = ref()
+const scanLocationCode = ref()
const dataContent = ref(props.dataContent)
dataContent.value.subList.forEach((item) => {
item.show = false
@@ -110,7 +115,7 @@ const swipeClick = (params, item) => {
}
const edit = (item) => {
editItem.value = item
- qtyEdit.value.openEditPopup(item.balance, item.handleQty)
+ qtyEdit.value.openEditPopup(item, item.handleQty)
}
const detail = (item) => {
emit('openDetail', item)
@@ -129,7 +134,7 @@ const confirm = (qty) => {
editItem.value.handleQty = qty
emit('updateData')
}
-const showLocation = () => {
+const showLocation = (item) => {
locatonItem.value = item
scanLocationCode.value.openScanPopup()
}
diff --git a/src/mycomponents/item/itemCompareQty.vue b/src/mycomponents/item/itemCompareQty.vue
index 3bac1b38..82e36972 100644
--- a/src/mycomponents/item/itemCompareQty.vue
+++ b/src/mycomponents/item/itemCompareQty.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/src/mycomponents/item/itemQty.vue b/src/mycomponents/item/itemQty.vue
index 4e8fe76b..9eb9e54e 100644
--- a/src/mycomponents/item/itemQty.vue
+++ b/src/mycomponents/item/itemQty.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/src/mycomponents/job/jobComMainDetailCard.vue b/src/mycomponents/job/jobComMainDetailCard.vue
index 4de51472..bf4896df 100644
--- a/src/mycomponents/job/jobComMainDetailCard.vue
+++ b/src/mycomponents/job/jobComMainDetailCard.vue
@@ -6,7 +6,7 @@
-
+
diff --git a/src/mycomponents/package/packageList.vue b/src/mycomponents/package/packageList.vue
index 25301e4f..6a44f1c6 100644
--- a/src/mycomponents/package/packageList.vue
+++ b/src/mycomponents/package/packageList.vue
@@ -1,196 +1,176 @@
-
-
-
-
-
-
-
- swipeClick($event,cur)"
- >
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ swipeClick(event, cur)">
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+.open {
+ /* background-color: green !important; */
+ padding-top: 0px !important;
+}
+
diff --git a/src/mycomponents/package/packageRecordCard.vue b/src/mycomponents/package/packageRecordCard.vue
index 0429207d..01543676 100644
--- a/src/mycomponents/package/packageRecordCard.vue
+++ b/src/mycomponents/package/packageRecordCard.vue
@@ -1,123 +1,118 @@
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/mycomponents/qty/balanceQtyEdit.vue b/src/mycomponents/qty/balanceQtyEdit.vue
index a7a9ee32..eb46a97e 100644
--- a/src/mycomponents/qty/balanceQtyEdit.vue
+++ b/src/mycomponents/qty/balanceQtyEdit.vue
@@ -16,7 +16,7 @@
包装数量 :
-
+
@@ -24,7 +24,7 @@
标包量 :
{{ Number(dataContent.packQty) }}
-
+
@@ -33,25 +33,25 @@
数量 :
-
+
-
+
库存数量 :
{{ Number(dataContent.balanceQty) }}
-
+
-
-
+
+
库存状态 :
-
+
-
+
@@ -67,7 +67,7 @@
diff --git a/src/mycomponents/scan/winScanLocation.vue b/src/mycomponents/scan/winScanLocation.vue
index ad36b249..033ea7b9 100644
--- a/src/mycomponents/scan/winScanLocation.vue
+++ b/src/mycomponents/scan/winScanLocation.vue
@@ -9,7 +9,7 @@
-
+
diff --git a/src/mycomponents/status/balanceStatus.vue b/src/mycomponents/status/balanceStatus.vue
index ad7e0357..3c9dcceb 100644
--- a/src/mycomponents/status/balanceStatus.vue
+++ b/src/mycomponents/status/balanceStatus.vue
@@ -1,7 +1,6 @@
-
-
- {{ statusDesc(status) }}
+
+ {{ statusDesc(status) }}
@@ -10,7 +9,6 @@
diff --git a/src/pages/deliver/request/deliverRequest.vue b/src/pages/deliver/request/deliverRequest.vue
index a26736d6..bd351f57 100644
--- a/src/pages/deliver/request/deliverRequest.vue
+++ b/src/pages/deliver/request/deliverRequest.vue
@@ -147,7 +147,7 @@ const updateOptions = (status) => {
} else if (status == '3') {
showOptions.value = detailAndHandleOption.value
} else if (status == '4') {
- showOptions = detailAndAddAndCloseOption.value
+ showOptions.value = detailAndAddAndCloseOption.value
} else if (status == '5') {
showOptions.value = addAgainOption.value
} else {
diff --git a/src/pages/deliver/request/deliverRequestCreate.vue b/src/pages/deliver/request/deliverRequestCreate.vue
index bc52f12d..925c92f7 100644
--- a/src/pages/deliver/request/deliverRequestCreate.vue
+++ b/src/pages/deliver/request/deliverRequestCreate.vue
@@ -9,11 +9,13 @@
-
-
-
+
+
@@ -25,6 +27,7 @@ import { ref, getCurrentInstance, nextTick, onMounted } from 'vue'
import { onLoad, onNavigationBarButtonTap, onPullDownRefresh } from '@dcloudio/uni-app'
import { deliverRequestSubmit, issueRecordSubmit } from '@/api/request2.js'
+import { getBusinessType } from '@/common/record.js'
import { calc } from '@/common/calc.js'
import { goHome, getRemoveOption, getISODateTime } from '@/common/basic.js'
@@ -48,6 +51,20 @@ const dataContent = ref({})
const comDeliverRequestPopupRef = ref()
const deliverRequest = ref()
const comMessageRef = ref()
+const businessType = ref('')
+onLoad((option) => {
+ const typeCode = 'Deliver'
+ getBusinessType(typeCode.value, (res) => {
+ if (res.success) {
+ businessType.value = res.businessType
+ // fromLocationAreaTypeList.value = res.fromLocationAreaTypeList
+ // toLocationAreaTypeList.value = res.toLocationAreaTypeList
+ // showFromLocationPopup()
+ } else {
+ showErrorMessage(res.message)
+ }
+ })
+})
onMounted(() => {
goScan(true)
})
@@ -120,6 +137,9 @@ const setParams = () => {
const submit = () => {
proxy.$modal.loading('提交中....')
const params = setRequestParams()
+ params.deliverType = 'CUST' // 先写死了
+ params.businessType = businessType.value // 先写死了
+
deliverRequestSubmit(params)
.then((res) => {
uni.hideLoading()
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index da997f4b..e34f3b9f 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -359,7 +359,7 @@ const getDictory = () => {
console.log('包装规格获取失败', res)
})
- const switchCode = 'FgPutawayLocationCodeValidate,SemiPutawayLocationCodeValidate,PurchasePutawayToLocationCodeValidate,IssueToLocationCodeValidate'
+ const switchCode = 'FgPutawayLocationCodeValidate,SemiPutawayLocationCodeValidate,PurchasePutawayToLocationCodeValidate,IssueToLocationCodeValidate,fgProductReceipCommitValidate'
getSwitchByCode(switchCode)
.then((res) => {
diff --git a/src/pages/issue/coms/comIssueRequestPopup.vue b/src/pages/issue/coms/comIssueRequestPopup.vue
index a383acdd..bf00fabf 100644
--- a/src/pages/issue/coms/comIssueRequestPopup.vue
+++ b/src/pages/issue/coms/comIssueRequestPopup.vue
@@ -255,12 +255,13 @@ const callback = (action) => {
rawLocationCode: rawLocationCode.value,
fgLocationCode: fgLocationCode.value,
fromWarehouseCode: fromWarehouseCode.value,
- toWarehouseCode: toWarehouseCode.value,
+ toWarehouseCode: fromWarehouseCode.value,
itemCode: itemCode.value,
itemName: itemName.value,
uom: uom.value,
qty: qty.value
}
+ console.log(777, item)
closeRequestPopup()
emit('confirm', action, item)
}
diff --git a/src/pages/issue/coms/comScanIssuePack.vue b/src/pages/issue/coms/comScanIssuePack.vue
index 4308a495..79350c3d 100644
--- a/src/pages/issue/coms/comScanIssuePack.vue
+++ b/src/pages/issue/coms/comScanIssuePack.vue
@@ -207,7 +207,7 @@ const onScanResult = (result) => {
showBalanceSelect(balanceRes.data.list)
}
} else {
- showErrorMessage(balanceRes.message.message)
+ showErrorMessage(balanceRes.message)
}
uni.hideLoading()
})
diff --git a/src/pages/issue/job/issueDetail.vue b/src/pages/issue/job/issueDetail.vue
index e7f04f67..901a3038 100644
--- a/src/pages/issue/job/issueDetail.vue
+++ b/src/pages/issue/job/issueDetail.vue
@@ -23,16 +23,13 @@
diff --git a/src/pages/issue/record/directIssue.vue b/src/pages/issue/record/directIssue.vue
index f266ddff..da546aa6 100644
--- a/src/pages/issue/record/directIssue.vue
+++ b/src/pages/issue/record/directIssue.vue
@@ -135,6 +135,7 @@ onNavigationBarButtonTap((e) => {
}
})
const getScanResult = (result) => {
+ console.log(111, result)
const { balance } = result
const { label } = result
const pack = result.package
@@ -312,7 +313,9 @@ const scanPopupGetFocus = () => {
const commit = () => {
proxy.$modal.loading('提交中....')
// 记录有目标库位,需要查询管理模式
+ console.log(444444, detailSource.value)
const precisionStrategyParams = getPrecisionStrategyParams(detailSource.value)
+ console.log(555555, precisionStrategyParams)
// 2:获取管理模式,封装参数
getPrecisionStrategyList(precisionStrategyParams, (res) => {
if (res.success) {
@@ -324,7 +327,7 @@ const commit = () => {
.then((res) => {
uni.hideLoading()
if (res.data) {
- showCommitSuccessMessage(`提交成功
生成采购上架记录
${res.data}`)
+ showCommitSuccessMessage(`提交成功
生成直接发料记录
${res.data}`)
} else {
showErrorMessage(`提交失败[${res.msg}]`)
}
diff --git a/src/pages/issue/request/issueRequestCreate.vue b/src/pages/issue/request/issueRequestCreate.vue
index 1cc42bc4..f1fb5fac 100644
--- a/src/pages/issue/request/issueRequestCreate.vue
+++ b/src/pages/issue/request/issueRequestCreate.vue
@@ -9,10 +9,10 @@
-
+
diff --git a/src/pages/productReceipt/record/productReceiptRecord.vue b/src/pages/productReceipt/record/productReceiptRecord.vue
index 33d54aba..88bc2ace 100644
--- a/src/pages/productReceipt/record/productReceiptRecord.vue
+++ b/src/pages/productReceipt/record/productReceiptRecord.vue
@@ -195,7 +195,6 @@ const commit = () => {
proxy.$modal.loading('提交中....')
managementList.value = []
const precisionStrategParams = setPrecisionStrategParams()
-
getPrecisionStrategyList(precisionStrategParams, (res) => {
if (res.success) {
managementList.value = res.list
@@ -225,6 +224,7 @@ const commit = () => {
}
const setPrecisionStrategParams = () => {
const itemList = []
+ console.log(9090, detailSource.value)
detailSource.value.forEach((item) => {
item.subList.forEach((detail) => {
if (detail.scaned) {
@@ -389,6 +389,7 @@ const confirmSelect = (e) => {
} else {
rawLocationCode.value = station.rawLocationCode
fgLocationCode.value = station.fgLocationCode
+ console.log(3434, fgLocationCode.value)
}
} else {
showErrorMessage('生产线-工位基础信息维护错误')
diff --git a/src/pages/productionReturn/coms/comReturnCommonRequest.vue b/src/pages/productionReturn/coms/comReturnCommonRequest.vue
index 6a7fccce..e09dd146 100644
--- a/src/pages/productionReturn/coms/comReturnCommonRequest.vue
+++ b/src/pages/productionReturn/coms/comReturnCommonRequest.vue
@@ -172,7 +172,7 @@ const updateOptions = (status) => {
} else if (status == '3') {
showOptions.value = detailAndHandleOption.value
} else if (status == '4') {
- showOptions = detailAndAddAndCloseOption.value
+ showOptions.value = detailAndAddAndCloseOption.value
} else if (status == '5') {
showOptions.value = addAgainOption.value
} else {
diff --git a/src/pages/productionReturn/coms/comReturnRequestCreator.vue b/src/pages/productionReturn/coms/comReturnRequestCreator.vue
index 933a3924..f939a397 100644
--- a/src/pages/productionReturn/coms/comReturnRequestCreator.vue
+++ b/src/pages/productionReturn/coms/comReturnRequestCreator.vue
@@ -1,6 +1,6 @@
-
+
-
+
swipeClick(event, item)">
diff --git a/src/pages/productionReturn/record/returnToHold.vue b/src/pages/productionReturn/record/returnToHold.vue
index 30e1e0c5..4aeda381 100644
--- a/src/pages/productionReturn/record/returnToHold.vue
+++ b/src/pages/productionReturn/record/returnToHold.vue
@@ -19,7 +19,7 @@
-
@@ -97,6 +107,7 @@ const recommendLocationList = ref([]) // 推荐库位列表
const fromWarehouseCode = ref('') // 来源仓库
const fromManagementList = ref([])
const toManagementList = ref([])
+const toLocationAreaTypeList = ref([])
const scanPopup = ref()
const comMessageRef = ref()
const toWarehouseCode = ref()
@@ -122,7 +133,10 @@ onPullDownRefresh(() => {
const openScanPopup = (isEditPosition) => {
scanPopup.value.openScanPopup(isEditPosition)
}
-
+const getToLocation = (location, code) => {
+ toLocationCode.value = code
+ // toLocationInfo.value = location
+}
const getScanResult = async (result, param) => {
positionInfo.value = param.positionInfo
workshopCode.value = param.workshopCode
@@ -165,7 +179,7 @@ const getScanResult = async (result, param) => {
const itemp = createItemInfo(label, pack)
const newDetail = createDetailInfo(label, pack)
- newDetail.toLocationCode = 'HOLD'
+ newDetail.toLocationCode = toLocationCode.value
newDetail.locationCode = rawLocationCode.value
newDetail.fromLocationCode = rawLocationCode.value
itemp.subList.push(newDetail)
@@ -179,7 +193,7 @@ const getScanResult = async (result, param) => {
if (detail == undefined) {
const newDetail = createDetailInfo(label, pack)
- newDetail.toLocationCode = 'HOLD'
+ newDetail.toLocationCode = toLocationCode.value
newDetail.locationCode = rawLocationCode.value
newDetail.fromLocationCode = rawLocationCode.value
item.subList.push(newDetail)
@@ -259,7 +273,10 @@ const commit = async () => {
showMessage('请先选择位置')
return
}
-
+ if (toLocationCode.value == '') {
+ showErrorMessage('请先选择目标库位')
+ return
+ }
if (detailSource.value.length > 0 && detailSource.value[0].subList.length > 0) {
// 查询管理模式
proxy.$modal.loading('提交中....')
@@ -298,7 +315,6 @@ const commit = async () => {
showErrorMessage('没有要提交的数据,请先扫描')
}
} catch (e) {
- console.log(e)
uni.hideLoading()
showErrorMessage(e)
}
@@ -331,6 +347,9 @@ const setToPrecisionStrategParams = () => {
detailSource.value.forEach((item) => {
item.subList.forEach((detail) => {
if (detail.scaned) {
+ if (detail.toLocationCode == '') {
+ detail.toLocationCode = toLocationCode.value
+ }
const filterResult = itemList.filter((res) => {
if (res.itemCode == item.itemCode && detail.toLocationCode == res.toLocationCode) {
return res
@@ -351,7 +370,7 @@ const setToPrecisionStrategParams = () => {
}
const setParams = () => {
- const subList = []
+ const subList1 = []
const creator = store.id
detailSource.value.forEach((item) => {
item.subList.forEach((detail) => {
@@ -384,11 +403,11 @@ const setParams = () => {
submitItem.qty = detail.handleQty
- subList.push(submitItem)
+ subList1.push(submitItem)
}
})
})
- dataContent.value.subList = subList
+ dataContent.value.subList = subList1
dataContent.value.creator = creator
dataContent.value.workshopCode = workshopCode.value
dataContent.value.businessType = businessTypeCode.value
diff --git a/src/pages/productionReturn/record/returnToStore.vue b/src/pages/productionReturn/record/returnToStore.vue
index e41cb132..58ccfce1 100644
--- a/src/pages/productionReturn/record/returnToStore.vue
+++ b/src/pages/productionReturn/record/returnToStore.vue
@@ -294,48 +294,52 @@ const removeData = (item) => {
}
const commit = async () => {
- if (positionInfo.value == '请选择位置') {
- showMessage('请先选择位置')
- return
- }
+ try {
+ if (positionInfo.value == '请选择位置') {
+ showMessage('请先选择位置')
+ return
+ }
- if (detailSource.value.length > 0 && detailSource.value[0].subList.length > 0) {
- // 查询管理模式
+ if (detailSource.value.length > 0 && detailSource.value[0].subList.length > 0) {
+ // 查询管理模式
- proxy.$modal.loading('提交中....')
- fromManagementList.value = []
- toManagementList.value = []
- const fromPrecisionStrategParams = setFromPrecisionStrategParams(detailSource.value)
- const toPrecisionStrategParams = setToPrecisionStrategParams(detailSource.value)
- const fromManagement = await getPrecisionStrategy(fromPrecisionStrategParams)
- fromManagementList.value = fromManagement.data
+ proxy.$modal.loading('提交中....')
+ fromManagementList.value = []
+ toManagementList.value = []
+ const fromPrecisionStrategParams = setFromPrecisionStrategParams(detailSource.value)
+ const toPrecisionStrategParams = setToPrecisionStrategParams(detailSource.value)
+ const fromManagement = await getPrecisionStrategy(fromPrecisionStrategParams)
+ fromManagementList.value = fromManagement.data
- if (fromManagementList.value.length == 0) {
- showErrorMessage('查询来源库位管理模式异常')
- return
- }
- const toManagement = await getPrecisionStrategy(toPrecisionStrategParams)
- toManagementList.value = toManagement.data
- if (toManagementList.value.length == 0) {
- showErrorMessage('查询目标库位管理模式异常')
- return
+ if (fromManagementList.value.length == 0) {
+ showErrorMessage('查询来源库位管理模式异常')
+ return
+ }
+ const toManagement = await getPrecisionStrategy(toPrecisionStrategParams)
+ toManagementList.value = toManagement.data
+ if (toManagementList.value.length == 0) {
+ showErrorMessage('查询目标库位管理模式异常')
+ return
+ }
+ const params = setParams()
+ productionReturnRecordSubmit(params)
+ .then((res) => {
+ uni.hideLoading()
+ if (res.data) {
+ showCommitSuccessMessage(`提交成功
生成退料记录
${res.data}`)
+ } else {
+ showErrorMessage(`提交失败[${res.msg}]`)
+ }
+ })
+ .catch((error) => {
+ uni.hideLoading()
+ showErrorMessage(error)
+ })
+ } else {
+ showErrorMessage('没有要提交的数据,请先扫描')
}
- const params = setParams()
- productionReturnRecordSubmit(params)
- .then((res) => {
- uni.hideLoading()
- if (res.data) {
- showCommitSuccessMessage(`提交成功
生成退料记录
${res.data}`)
- } else {
- showErrorMessage(`提交失败[${res.msg}]`)
- }
- })
- .catch((error) => {
- uni.hideLoading()
- showErrorMessage(error)
- })
- } else {
- showErrorMessage('没有要提交的数据,请先扫描')
+ } catch (e) {
+ showErrorMessage(e)
}
}
diff --git a/src/pages/productionReturn/request/requestDetail.vue b/src/pages/productionReturn/request/requestDetail.vue
index 87a88a7e..5ddde5a9 100644
--- a/src/pages/productionReturn/request/requestDetail.vue
+++ b/src/pages/productionReturn/request/requestDetail.vue
@@ -45,6 +45,7 @@ const requestContent = ref({}) // 任务内容
const subList = ref([]) // 接口返回的任务
const detailSource = ref([])
const jobDetailPopup = ref()
+const comMessageRef = ref()
onLoad((option) => {
id.value = option.id
const { businessType } = option
diff --git a/src/pages/productionReturn/request/returnRequestCreate.vue b/src/pages/productionReturn/request/returnRequestCreate.vue
index b21052df..cd679352 100644
--- a/src/pages/productionReturn/request/returnRequestCreate.vue
+++ b/src/pages/productionReturn/request/returnRequestCreate.vue
@@ -9,14 +9,11 @@
-
-
-
-
-
+
-
+
diff --git a/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue b/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue
index faf10318..2b085201 100644
--- a/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue
+++ b/src/pages/purchaseReceipt/coms/comReceiptDetailCard.vue
@@ -117,6 +117,9 @@ const updateData = () => {
}
// 传递给父类
const emit = defineEmits(['updateData', 'remove'])
+defineExpose({
+ resizeCollapse
+})
diff --git a/src/pages/purchaseReceipt/job/receiptDetail.vue b/src/pages/purchaseReceipt/job/receiptDetail.vue
index 3a89776f..61631bd2 100644
--- a/src/pages/purchaseReceipt/job/receiptDetail.vue
+++ b/src/pages/purchaseReceipt/job/receiptDetail.vue
@@ -21,7 +21,7 @@
-
+
@@ -93,6 +93,8 @@ const scanedPackingNumber = ref('')
const comMessageRef = ref()
const locationCompareRef = ref()
const scanPopup = ref()
+const comReceiptDetailCardRef = ref()
+const count = ref(0)
onLoad((option) => {
id.value = option.id
// scanedPackingNumber.value = option.scaned || ''
@@ -168,9 +170,11 @@ const getDetail = () => {
detailSource.value = getTreeDataSource(subList.value)
detailSource.value.forEach((r) => {
r.subList.forEach((s) => {
+ s.scaned = false
if (scanedPackingNumber.value && scanedPackingNumber.value == s.packingNumber) s.scaned = true
})
})
+ count.value++
isAllReceived.value = false
} else {
showMessage('列表数据为0')
@@ -446,6 +450,13 @@ const switchChange = (isOn) => {
})
})
})
+ console.log(comReceiptDetailCardRef.value)
+ // comReceiptDetailCardRef.value.resizeCollapse()
+ nextTick(() => {
+ comReceiptDetailCardRef.value.forEach((r) => {
+ r.resizeCollapse()
+ })
+ })
calcHandleQty(detailSource.value)
} else {
comMessageRef.value.showQuestionMessage('是否要关闭整单收货?', (res) => {
diff --git a/src/pages/purchaseReturn/job/returnDetail.vue b/src/pages/purchaseReturn/job/returnDetail.vue
index 96351bfc..9eb8cd84 100644
--- a/src/pages/purchaseReturn/job/returnDetail.vue
+++ b/src/pages/purchaseReturn/job/returnDetail.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/src/pages/purchaseReturn/request/returnRequest.vue b/src/pages/purchaseReturn/request/returnRequest.vue
index d1622641..9629e409 100644
--- a/src/pages/purchaseReturn/request/returnRequest.vue
+++ b/src/pages/purchaseReturn/request/returnRequest.vue
@@ -111,7 +111,6 @@ const getList = (type) => {
if (type === 'refresh') {
uni.stopPullDownRefresh()
}
-
const { list } = res.data
totalCount.value = res.data.total
updateTitle(`采购上架申请(${totalCount.value})`)
@@ -140,16 +139,16 @@ const getList = (type) => {
showMessage(error)
})
}
-const updateOptions = (status) => {
- if (status == '1') {
+const updateOptions = (statusParams) => {
+ if (statusParams == '1') {
showOptions.value = detailAndApproveOptions.value
- } else if (status == '2') {
+ } else if (statusParams == '2') {
showOptions.value = detailAndApprovePassAndApproveNoOption.value
- } else if (status == '3') {
+ } else if (statusParams == '3') {
showOptions.value = detailAndHandleOption.value
- } else if (status == '4') {
- showOptions = detailAndAddAndCloseOption.value
- } else if (status == '5') {
+ } else if (statusParams == '4') {
+ showOptions.value = detailAndAddAndCloseOption.value
+ } else if (statusParams == '5') {
showOptions.value = addAgainOption.value
} else {
showOptions.value = detailOptions.value
diff --git a/src/pages/purchaseReturn/request/returnRequestCreate.vue b/src/pages/purchaseReturn/request/returnRequestCreate.vue
index 8f0eb3f2..01fcaee0 100644
--- a/src/pages/purchaseReturn/request/returnRequestCreate.vue
+++ b/src/pages/purchaseReturn/request/returnRequestCreate.vue
@@ -103,7 +103,6 @@ const getDataSource = (result) => {
const { balance } = result
const { label } = result
const pack = result.package
- debugger
const item = detailSource.value.find((res) => {
if (res.itemCode == balance.itemCode) {
return res
diff --git a/src/pages/putaway/record/putawayRecord.vue b/src/pages/putaway/record/putawayRecord.vue
index 9340c49e..f6e32d64 100644
--- a/src/pages/putaway/record/putawayRecord.vue
+++ b/src/pages/putaway/record/putawayRecord.vue
@@ -107,6 +107,9 @@ const getScanResult = (result) => {
const { balance } = result
const { label } = result
const pack = result.package
+ const { poLine } = label
+ const { poNumber } = label
+ const { supplierCode } = label
const item = detailSource.value.find((res) => {
if (res.itemCode == balance.itemCode) {
return res
@@ -122,6 +125,9 @@ const getScanResult = (result) => {
const newDetail = createDetailInfo(balance, pack) //
newDetail.toLocationCode = toLocation.locationCode
newDetail.toWarehouseCode = toLocation.toWarehouseCode
+ newDetail.poLine = poLine
+ newDetail.poNumber = poNumber
+ newDetail.supplierCode = supplierCode
itemp.subList.push(newDetail)
detailSource.value.push(itemp)
calcHandleQty(detailSource.value)
@@ -137,6 +143,9 @@ const getScanResult = (result) => {
const newDetail = createDetailInfo(balance, pack)
newDetail.toLocationCode = toLocation.locationCode
newDetail.toWarehouseCode = toLocation.toWarehouseCode
+ newDetail.poLine = poLine
+ newDetail.poNumber = poNumber
+ newDetail.supplierCode = supplierCode
item.subList.push(newDetail)
calcHandleQty(detailSource.value)
})
@@ -329,13 +338,13 @@ const setRecordParams = () => {
return dataContent.value
}
const showMessage = (message) => {
- comMessageRef.value.showMessage(scanResult.message, (res) => {
+ comMessageRef.value.showMessage(message, (res) => {
if (res) {
}
})
}
const showErrorMessage = (message) => {
- comMessageRef.value.showErrorMessage(scanResult.message, (res) => {
+ comMessageRef.value.showErrorMessage(message, (res) => {
if (res) {
}
})
@@ -371,12 +380,12 @@ const getToLocationCode = (location, code) => {
const showCommitSuccessMessage = (hint) => {
comMessageRef.value.showSuccessMessage(hint, (res) => {
if (res) {
- clearData()
+ clear()
}
})
}
-const clearData = () => {
+const clear = () => {
fromLocationInfo.value = {}
fromLocationCode.value = ''
fromWarehouseCode.value = ''
diff --git a/src/pages/putaway/request/putawayRequest.vue b/src/pages/putaway/request/putawayRequest.vue
index a5fcae0d..3c480170 100644
--- a/src/pages/putaway/request/putawayRequest.vue
+++ b/src/pages/putaway/request/putawayRequest.vue
@@ -147,7 +147,7 @@ const updateOptions = (status) => {
} else if (status == '3') {
showOptions.value = detailAndHandleOption.value
} else if (status == '4') {
- showOptions = detailAndAddAndCloseOption.value
+ showOptions.value = detailAndAddAndCloseOption.value
} else if (status == '5') {
showOptions.value = addAgainOption.value
} else {
diff --git a/src/pages/query/coms/comItemDetailCard.vue b/src/pages/query/coms/comItemDetailCard.vue
index 32ee65da..202fe91c 100644
--- a/src/pages/query/coms/comItemDetailCard.vue
+++ b/src/pages/query/coms/comItemDetailCard.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/src/pages/query/item.vue b/src/pages/query/item.vue
index 883bf558..a1e816ea 100644
--- a/src/pages/query/item.vue
+++ b/src/pages/query/item.vue
@@ -168,6 +168,7 @@ const getExpectin = (pageNo, pageSize) => {
if (res.data.total > 0) {
paging.value.complete(res.data.list)
} else {
+ paging.value.complete(false)
showMessage(`未查找到物料【${itemCode.value}】`)
}
})
@@ -189,6 +190,7 @@ const getExpectout = (pageNo, pageSize) => {
getExpectoutByItemcode(params)
.then((res) => {
uni.hideLoading()
+ console.log(res)
if (res.data.total > 0) {
paging.value.complete(res.data.list)
} else {
diff --git a/src/pages/repleinsh/coms/comScanReplishPack.vue b/src/pages/repleinsh/coms/comScanReplishPack.vue
index 85cca531..2bd74beb 100644
--- a/src/pages/repleinsh/coms/comScanReplishPack.vue
+++ b/src/pages/repleinsh/coms/comScanReplishPack.vue
@@ -51,7 +51,7 @@
swipeClick($event, item)">
-
+
@@ -210,13 +210,17 @@ const onScan = (result) => {
if (balances.list.length == 0) {
showErrorMessage('未查找到该包装的库存信息,请重新扫描')
} else {
- const newBalances = balances.list.filter((b) => b.locationCode == that.fromLocationCode)
+ const newBalances = balances.list.filter((b) => b.locationCode == fromLocationCode.value)
+ console.log(22222222)
if (newBalances.length == 0) {
+ console.log(333333)
showErrorMessage('未查找到该包装的库存信息,请重新扫描')
} else if (newBalances.length == 1) {
- const balance = newBalances[0]
- afterGetBalance(result.label, balance, packageInfo)
+ console.log(44444444)
+ const balance1 = newBalances[0]
+ afterGetBalance(result.label, balance1, packageInfo)
} else {
+ console.log(5555555)
showBalanceSelect(newBalances)
}
}
@@ -235,22 +239,22 @@ const onScan = (result) => {
uni.hideLoading()
}
}
-const getBalance = (label, callback) => {
+const getBalance = (labelParams, callback) => {
const filters = []
filters.push({
column: 'packingNumber',
action: '==',
- value: label.packingNumber
+ value: labelParams.packingNumber
})
filters.push({
column: 'itemCode',
action: '==',
- value: label.itemCode
+ value: labelParams.itemCode
})
filters.push({
column: 'batch',
action: '==',
- value: label.batch
+ value: labelParams.batch
})
if (fromInventoryStatuses.value != null && fromInventoryStatuses.value != '') {
@@ -275,15 +279,15 @@ const getBalance = (label, callback) => {
})
}
-const selectBalanceItem = (balance) => {
- afterGetBalance(label.value, balance)
+const selectBalanceItem = (balanceParams) => {
+ afterGetBalance(label.value, balanceParams)
}
-const afterGetBalance = (label, balance, packageInfo) => {
+const afterGetBalance = (labelParams, balanceParams, packageInfo) => {
try {
- const { itemCode } = label
- const packingCode = label.packingNumber
- const lot = label.batch
+ const { itemCode } = labelParams
+ const packingCode = labelParams.packingNumber
+ const lot = labelParams.batch
const item = toLocation.value.Items.find((r) => r.itemCode == itemCode)
const fromLocation = item.Locations.find((l) => l.fromLocationCode == fromLocationCode.value)
if (fromLocation != undefined) {
@@ -299,11 +303,11 @@ const afterGetBalance = (label, balance, packageInfo) => {
if (batch.Recommends != undefined && batch.Recommends.length > 0) {
const recommend = batch.Recommends.find((r) => r.packingNumber == packingCode)
if (recommend != undefined) {
- addRecord(batch, label, balance, packageInfo)
+ addRecord(batch, labelParams, balanceParams, packageInfo)
} else {
// 允许修改箱码
if (jobContent.value.allowModifyPackingNumber == 'TRUE') {
- addRecord(batch, label, balance, packageInfo)
+ addRecord(batch, labelParams, balanceParams, packageInfo)
} else {
showErrorMessage(`未查找到该箱码【${packingCode}】的明细`, (res) => {
getfocus()
@@ -311,7 +315,7 @@ const afterGetBalance = (label, balance, packageInfo) => {
}
}
} else {
- addRecord(batch, label, balance, packageInfo)
+ addRecord(batch, labelParams, balanceParams, packageInfo)
}
} else {
showErrorMessage(`箱码【${packingCode}】已经扫描,请继续扫描下一箱`, (res) => {
@@ -321,7 +325,7 @@ const afterGetBalance = (label, balance, packageInfo) => {
} else if (jobContent.value.allowModifyBatch == 'TRUE') {
showQuestionMessage(`在【${fromLocationCode.value}】库位下,批次【${lot}】不是推荐批次,是否要继续发料?`, (res) => {
if (res) {
- const batch = createBatchInfo(label, balance, packageInfo)
+ const batch = createBatchInfo(labelParams, balanceParams, packageInfo)
if (fromLocation.Batchs.length > 0) {
batch.detail = fromLocation.Batchs[0].detail
}
@@ -345,60 +349,59 @@ const afterGetBalance = (label, balance, packageInfo) => {
}
}
-const createBatchInfo = (label, balance, packageInfo) => {
+const createBatchInfo = (labelParams, balanceParams, packageInfo) => {
const batch = {
- batch: label.batch,
+ batch: labelParams.batch,
qty: 0,
- uom: label.uom,
+ uom: labelParams.uom,
Records: []
}
let record = {}
- if (balance == null) {
- record = creatRecordByBalance(label, packageInfo)
- batch.handleQty = Number(label.qty)
+ if (balanceParams == null) {
+ record = creatRecordByBalance(labelParams, packageInfo)
+ batch.handleQty = Number(labelParams.qty)
} else {
- record = creatRecordByLabel(balance, packageInfo)
- batch.handleQty = Number(balance.qty)
+ record = creatRecordByLabel(balanceParams, packageInfo)
+ batch.handleQty = Number(balanceParams.qty)
}
-
batch.Records.push(record)
issueRecord.value.unshift(record)
return batch
}
-const creatRecordByLabel = (label, packageInfo) => {
+const creatRecordByLabel = (labelParams, packageInfo) => {
const record = {
scaned: true,
- itemCode: label.itemCode,
- packingNumber: label.packingNumber,
+ itemCode: labelParams.itemCode,
+ packingNumber: labelParams.packingNumber,
parentPackingNumber: packageInfo.parentNumber,
- batch: label.batch,
- qty: Number(label.qty),
+ batch: labelParams.batch,
+ qty: Number(labelParams.qty),
// qty: Number(label.qty)>Number(balance.qty)?Number(balance.qty):Number(label.qty),
- uom: label.uom,
+ uom: labelParams.uom,
inventoryStatus: 'OK',
balance: null,
toLocationCode: toLocationCode.value,
- supplierCode: label.supplierCode,
+ supplierCode: labelParams.supplierCode,
packUnit: packageInfo.packUnit,
packQty: packageInfo.packQty
}
return record
}
-const creatRecordByBalance = (balance, packageInfo) => {
- balance.packQty = packageInfo.packQty
- balance.packUnit = packageInfo.packUnit
+const creatRecordByBalance = (balanceParams, packageInfo) => {
+ balanceParams.packQty = packageInfo.packQty
+ balanceParams.packUnit = packageInfo.packUnit
const record = {
scaned: true,
- itemCode: balance.itemCode,
- packingNumber: balance.packingNumber,
- batch: balance.batch,
- qty: Number(balance.qty),
+ itemCode: balanceParams.itemCode,
+ packingNumber: balanceParams.packingNumber,
+ batch: balanceParams.batch,
+ qty: Number(balanceParams.qty),
// qty: Number(label.qty)>Number(balance.qty)?Number(balance.qty):Number(label.qty),
- uom: balance.uom,
- inventoryStatus: balance.inventoryStatus,
- balance,
+ uom: balanceParams.uom,
+ inventoryStatus: balanceParams.inventoryStatus,
+ balance: balanceParams,
toLocationCode: toLocationCode.value,
supplierCode: balance.supplierCode
}
@@ -410,12 +413,11 @@ const calcBatchHandleQty = (batch) => {
handleQty = calc.add(handleQty, res.qty)
})
batch.handleQty = handleQty
-
- dataContent.value.forEach((toLocationCode) => {
- toLocationCode.Items.forEach((item) => {
+ dataContent.value.forEach((toLocationCode1) => {
+ toLocationCode1.Items.forEach((item) => {
let itemCodeHandleQty = 0
- item.Locations.forEach((batch) => {
- batch.Batchs.forEach((batchHandleQty) => {
+ item.Locations.forEach((batch1) => {
+ batch1.Batchs.forEach((batchHandleQty) => {
itemCodeHandleQty = calc.add(itemCodeHandleQty, batchHandleQty.handleQty)
})
})
@@ -424,15 +426,24 @@ const calcBatchHandleQty = (batch) => {
})
}
-const addRecord = (batch, label, packageInfo) => {
+const addRecord = (batch, labelParams, balanceParams, packageInfo) => {
let record = {}
- if (balance == null) {
- record = creatRecordByLabel(label, packageInfo)
+ if (balanceParams == null) {
+ console.log(9999)
+ console.log(labelParams)
+ console.log(packageInfo)
+ console.log(9999)
+ record = creatRecordByLabel(labelParams, packageInfo)
} else {
- record = creatRecordByBalance(balance, packageInfo)
+ console.log(8888)
+ console.log(balanceParams)
+ console.log(packageInfo)
+ console.log(8888)
+ record = creatRecordByBalance(balanceParams, packageInfo)
}
batch.Records.push(record)
+ console.log(34989, record)
issueRecord.value.unshift(record)
calcBatchHandleQty(batch)
getfocus()
diff --git a/src/pages/repleinsh/job/repleinshDetail.vue b/src/pages/repleinsh/job/repleinshDetail.vue
index 746e6e12..a5b3054b 100644
--- a/src/pages/repleinsh/job/repleinshDetail.vue
+++ b/src/pages/repleinsh/job/repleinshDetail.vue
@@ -157,6 +157,7 @@ const getDetail = () => {
jobStatus.value = res.data.status
subList.value = res.data.subList
toLocationCode.value = subList.value[0].toLocationCode
+ console.log(`库位${toLocationCode.value}`)
toLocationAreaTypeList.value = getDirectoryItemArray(jobContent.value.toAreaTypes)
detailSource.value = getDataSource(detailSource.value, subList.value)
setTimeout((r) => {
@@ -256,8 +257,8 @@ const setParams = () => {
const commitSubList = []
const createTime = getCurrDateTime()
const creator = store.id
- detailSource.value.forEach((toLocationCode) => {
- toLocationCode.Items.forEach((item) => {
+ detailSource.value.forEach((toLocationCodeParams) => {
+ toLocationCodeParams.Items.forEach((item) => {
item.Locations.forEach((fromLocation) => {
fromLocation.Batchs.forEach((batch) => {
const subItem = batch.detail
@@ -277,6 +278,7 @@ const setParams = () => {
record.toContainerNumber = r.ContainerNumber
record.toInventoryStatus = r.inventoryStatus
record.toLocationCode = toLocationCode.value
+ console.log(`提交${toLocationCode.value}`)
record.supplierCode = r.supplierCode
if (r.parentPackingNumber != '' && r.parentPackingNumber != null) {
@@ -404,15 +406,15 @@ const openScanDetailPopup = () => {
comScanIssuePackRef.value.openScanPopup(detailSource.value, jobContent.value)
}
const closeScanPopup = () => {
- this.updateCommitBtn()
+ updateCommitBtn()
}
const scanLocationCode = (location, code) => {
- this.toLocationCode = code
+ toLocationCode.value = code
}
const getScanCount = (subList) => {
let scanCount = 0
- detailSource.value.forEach((toLocationCode) => {
- toLocationCode.Items.forEach((item) => {
+ detailSource.value.forEach((toLocationCodeParams) => {
+ toLocationCodeParams.Items.forEach((item) => {
item.Locations.forEach((fromLocation) => {
fromLocation.Batchs.forEach((batch) => {
const subItem = batch.detail
diff --git a/src/pages/putaway/record/putawayRecord_bat.vue b/src/pages/repleinsh/record/directRepleinshRecord.vue
similarity index 68%
rename from src/pages/putaway/record/putawayRecord_bat.vue
rename to src/pages/repleinsh/record/directRepleinshRecord.vue
index cd5535e1..72236780 100644
--- a/src/pages/putaway/record/putawayRecord_bat.vue
+++ b/src/pages/repleinsh/record/directRepleinshRecord.vue
@@ -17,12 +17,16 @@
-