From f825a52aca2b1ed918bea2cf65e15981667900fd Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Mon, 16 Mar 2026 10:11:47 +0800
Subject: [PATCH] =?UTF-8?q?2026-03-16=20=E5=AE=9E=E6=97=B6=E5=BA=93?=
=?UTF-8?q?=E5=AD=98=E7=AE=A1=E7=90=86=E3=80=90=E5=B1=9E=E6=80=A7=E5=8F=98?=
=?UTF-8?q?=E5=8A=A8=E3=80=91=E5=A2=9E=E5=8A=A0=E2=80=9C=E4=B8=8A=E7=BA=A7?=
=?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=8F=B7=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/print/rePrintPoPart.vue | 30 ++++++++++++++---------
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/src/views/modules/print/rePrintPoPart.vue b/src/views/modules/print/rePrintPoPart.vue
index 4cc0954..6fe3f75 100644
--- a/src/views/modules/print/rePrintPoPart.vue
+++ b/src/views/modules/print/rePrintPoPart.vue
@@ -135,12 +135,12 @@
@click="printLabelModel">
打印
-
-
-
-
-
-
+
+ 属性变动
+
-
+
+
+
+
+
+
@@ -967,7 +972,8 @@ export default {
attributeChangeDialogVisible: false,
attributeChangeForm: {
batchNo: '',
- remark: ''
+ remark: '',
+ parentRollNo: ''
},
selectionDataList:[],
// 标签打印相关
@@ -1412,7 +1418,8 @@ export default {
// 重置属性变动表单
this.attributeChangeForm = {
batchNo: '',
- remark: ''
+ remark: '',
+ parentRollNo: ''
};
// 打开属性变动对话框
@@ -1434,7 +1441,8 @@ export default {
buNo: item.buNo,
rollNo: item.rollNo,
batchNo: this.attributeChangeForm.batchNo,
- remark: this.attributeChangeForm.remark
+ remark: this.attributeChangeForm.remark,
+ parentRollNo: this.attributeChangeForm.parentRollNo
};
});