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
};
});