diff --git a/src/views/basic-dictionary/ResultStatus.vue b/src/views/basic-dictionary/ResultStatus.vue
index 41a7318..d7aa88a 100644
--- a/src/views/basic-dictionary/ResultStatus.vue
+++ b/src/views/basic-dictionary/ResultStatus.vue
@@ -229,7 +229,7 @@ export default {
dataInputFontColor: 1089274,
// dataInputFontColor16: "#409EFF",
},
- reportBackgroundColor16: "#409EFF",
+ reportBackgroundColor16: "",
reportFontColor16: "#409EFF",
dataInputBackgroundColor16: "#409EFF",
dataInputFontColor16: "#409EFF",
@@ -336,29 +336,13 @@ export default {
},
rowclick(row) {
this.form = row;
- // this.form.reportBackgroundColor16 = "#"+row.reportBackgroundColor;
- // this.form.reportFontColor16 = "#"+row.reportFontColor;
- // this.form.dataInputBackgroundColor16 = "#"+row.dataInputBackgroundColor;
- // this.form.dataInputFontColor16 = "#"+row.dataInputFontColor;
- // this.reportBackgroundColor16 = reportBackgroundColor16;
- // this.reportFontColor16 = row.reportFontColor16;
- // this.dataInputBackgroundColor16 = row.dataInputBackgroundColor16;
- // this.dataInputFontColor16 = row.dataInputFontColor16;
- // this.form.reportBackgroundColor16 = "#" + row.reportBackgroundColor;
- // this.form.reportFontColor16 = "#" + row.reportFontColor;
- // this.form.dataInputBackgroundColor16 = "#" + row.dataInputBackgroundColor;
- // this.form.dataInputFontColor16 = "#" + row.dataInputFontColor;
console.log(this.form);
- //颜色选择的数据反写
- console.log(this.form.reportBackgroundColor16);
- this.reportBackgroundColor16 = this.reportBackgroundColor16(
- "0" + parseInt(this.form.reportBackgroundColor).toString(16)
- );
-
- // .slice(-2);
- // this.reportFontColor16 = this.form.reportFontColor16;
- // this.dataInputBackgroundColor16 = this.form.dataInputBackgroundColor16;
- // this.dataInputFontColor16 = this.form.dataInputFontColor16;
+ this.reportBackgroundColor16 = "#" + this.form.reportBackgroundColor; //reportBackgroundColor
+ console.log("reportBackgroundColor16", this.reportBackgroundColor16);
+ this.reportBackgroundColorchange1(this.form.reportBackgroundColor);
+ this.reportFontColor1(this.form.reportFontColor);
+ this.dataInputFontColor1(this.form.dataInputFontColor);
+ this.inputdataInputBackgroundColor(this.form.dataInputBackgroundColor);
},
haxadecimal() {
let str = this.form.dataInputFontColor;
diff --git a/src/views/fee-settings/Asbitem.vue b/src/views/fee-settings/Asbitem.vue
index 3878e1b..bd10060 100644
--- a/src/views/fee-settings/Asbitem.vue
+++ b/src/views/fee-settings/Asbitem.vue
@@ -376,20 +376,116 @@