@@ -514,7 +514,8 @@
}
],
remarkform: {
- remarkAttach: []
+ remarkAttach: [],
+ remark:''
},
categorySales: {},
categoryPurchase: { purchaseMultiplier: 1, measuringUnit: '' },
@@ -634,7 +635,8 @@
this.categorySales = {};
this.purchaseInfo = {};
this.remarkform = {
};
this.categoryAps = {};
this.categoryMes = {
@@ -831,7 +833,7 @@
this.form = {
...info.category
-
+ this.remarkform.remark=info.category.remark;
// if (this.form.measuringUnit && this.form.packingUnit) {
// this.$refs.warehouseRefs.defaultBuild(this.form.packingUnit);
// }