From 5f8b6c6b9039510ccdb21198d876983250158d89 Mon Sep 17 00:00:00 2001
From: "liang.chao" <1360241448@qq.com>
Date: Thu, 7 Nov 2024 11:07:08 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E9=87=8D=E5=BA=86=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E6=95=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../secondStore/secondStore.vue | 4 ++--
.../claimAndreturn/picking/outbound/index.vue | 19 +++++++++++++++++--
src/views/repairTest/repair/dialogOneForm.vue | 2 +-
src/views/stquery/deviceStatusRecord.vue | 8 +++++++-
4 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/src/views/claimAndRefund/secondStore/secondStore.vue b/src/views/claimAndRefund/secondStore/secondStore.vue
index 07b8870..ded4461 100644
--- a/src/views/claimAndRefund/secondStore/secondStore.vue
+++ b/src/views/claimAndRefund/secondStore/secondStore.vue
@@ -4,9 +4,9 @@
长期领用
-
+
待出库数量:{{ outNum }}
+
部分设备出库时,需进行装车,需记录车牌号码部分设备出库时,需进行装车,需记录车牌号码
+
+
+
+
+
部分设备出库时,需进行装车,需记录车牌号码部分设备出库时,需进行装车,需记录车牌号码
+
+
+
+
+
@@ -683,10 +694,12 @@ export default {
codeOutForm: {
//编码表单-车牌号
carCode: undefined,
+ remark: undefined,
},
numOutForm: {
//数量表单-车牌号
carCode: '',
+ remark: '',
},
outQuery: {
//编码出库-搜索条件
@@ -889,6 +902,7 @@ export default {
maId: item,
manageType: 0,
carCode: this.codeOutForm.carCode,
+ remark: this.codeOutForm.remark,
typeId: this.outObj.typeId,
parentId: this.outObj.parentId,
outNum: 1,
@@ -913,6 +927,7 @@ export default {
//数量出库保存
saveNumOut() {
this.outNumList[0].carCode = this.numOutForm.carCode
+ this.outNumList[0].remark = this.numOutForm.remark
this.outNumList[0].leaseType = this.leaseType
let param = this.outNumList
// console.log(param, '数量出库时参数')
diff --git a/src/views/repairTest/repair/dialogOneForm.vue b/src/views/repairTest/repair/dialogOneForm.vue
index 0ddbc2c..9e3e2d3 100644
--- a/src/views/repairTest/repair/dialogOneForm.vue
+++ b/src/views/repairTest/repair/dialogOneForm.vue
@@ -83,7 +83,7 @@
:prop="'premiumList.' + index + '.partNum'"
label="配件数量:"
:rules="{
- required: isRequired,
+ required: domain.partId,
validator: numberIntegerValidator,
trigger: 'blur',
}"
diff --git a/src/views/stquery/deviceStatusRecord.vue b/src/views/stquery/deviceStatusRecord.vue
index eefdea6..303d8d0 100644
--- a/src/views/stquery/deviceStatusRecord.vue
+++ b/src/views/stquery/deviceStatusRecord.vue
@@ -108,7 +108,7 @@
@@ -159,6 +159,12 @@
prop="num"
:show-overflow-tooltip="true"
/>
+
Date: Thu, 7 Nov 2024 14:55:50 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E9=87=8D=E5=BA=86=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E6=95=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../cost/csotSettlement/component/finishAndDetails.vue | 1 +
src/views/cost/csotSettlement/component/other-cost.vue | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/views/cost/csotSettlement/component/finishAndDetails.vue b/src/views/cost/csotSettlement/component/finishAndDetails.vue
index ff195d9..484fa4d 100644
--- a/src/views/cost/csotSettlement/component/finishAndDetails.vue
+++ b/src/views/cost/csotSettlement/component/finishAndDetails.vue
@@ -156,6 +156,7 @@ export default {
{ t_prop: 'trimDay', t_label: '调整天数', t_slot: 't_ipt' },
{ t_prop: 'realDays', t_label: '实际结算天数' },
{ t_prop: 'realCosts', t_label: '实际结算金额(元)' },
+ { t_prop: 'remark', t_label: '领料申请备注' },
// { t_prop: '', t_label: '已入账金额(元)' },
// { t_prop: '', t_label: '本次结算金额(元)' },
],
diff --git a/src/views/cost/csotSettlement/component/other-cost.vue b/src/views/cost/csotSettlement/component/other-cost.vue
index 0f2915a..c20ba9a 100644
--- a/src/views/cost/csotSettlement/component/other-cost.vue
+++ b/src/views/cost/csotSettlement/component/other-cost.vue
@@ -7,6 +7,7 @@
其他费用
+ (如需费用减免可输入负数)
Date: Thu, 7 Nov 2024 16:51:40 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E9=87=8D=E5=BA=86=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E6=95=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/claimAndRefund/receive.js | 8 +
.../claimAndreturn/picking/outbound/index.vue | 183 +++++++++++++++++-
2 files changed, 182 insertions(+), 9 deletions(-)
diff --git a/src/api/claimAndRefund/receive.js b/src/api/claimAndRefund/receive.js
index d6579b8..7a0be06 100644
--- a/src/api/claimAndRefund/receive.js
+++ b/src/api/claimAndRefund/receive.js
@@ -156,6 +156,14 @@ export function getLeaseListAll(params = {}) {
params: params,
})
}
+
+export function getLeaseOutOrder(params = {}) {
+ return request({
+ url: '/material/base/leaseOutDetails/getLeaseOutOrder',
+ method: 'get',
+ params: params,
+ })
+}
// 根据 领料任务id 获取详情数据
export function getLeaseListAllCq(params = {}) {
return request({
diff --git a/src/views/claimAndreturn/picking/outbound/index.vue b/src/views/claimAndreturn/picking/outbound/index.vue
index d9dbb44..14a091f 100644
--- a/src/views/claimAndreturn/picking/outbound/index.vue
+++ b/src/views/claimAndreturn/picking/outbound/index.vue
@@ -279,6 +279,9 @@
出库记录
+ 出库单
@@ -614,27 +617,169 @@
+
+
+
+
+
+
+ 出库单
+
+
+
+ 领料单位:{{ leaseOutData.unitName }}
+
+
+ 工程名称:{{ leaseOutData.proName }}
+
+
+ 时间:{{ leaseOutData.updateTime }}
+
+
+ 编号:{{ leaseOutData.code }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核:
+
+
+ 领料:
+
+
+ 仓库:
+
+
+ 操作人:
+
+
+
+
+
+