Commit f8fb812f by liuxin

业务状态码表修改

parent dc9cf630
...@@ -369,7 +369,7 @@ export default { ...@@ -369,7 +369,7 @@ export default {
async handleReset() { async handleReset() {
this.model.bchcon = ""; this.model.bchcon = "";
this.model.trncorco.ownref = ""; this.model.trncorco.ownref = "";
this.model.trncorco.relflg = ""; this.model.trncorco.relflg = "ALL";
this.model.usrcon = ""; this.model.usrcon = "";
this.model.trncorco.inidatfro = ""; this.model.trncorco.inidatfro = "";
this.model.trncorco.inidattil = ""; this.model.trncorco.inidattil = "";
......
...@@ -574,6 +574,7 @@ export default { ...@@ -574,6 +574,7 @@ export default {
async mounted() { async mounted() {
this.relflgCodes = [ this.relflgCodes = [
{ label: "ALL", value: "0" }, //待复核列表业务状态All
{ label: "Correct", value: "C" }, { label: "Correct", value: "C" },
{ label: "Closed", value: "M" }, { label: "Closed", value: "M" },
{ label: "Entered", value: "E" }, { label: "Entered", value: "E" },
......
...@@ -537,6 +537,7 @@ export default { ...@@ -537,6 +537,7 @@ export default {
created: function () {}, created: function () {},
mounted() { mounted() {
this.relflgCodes = [ this.relflgCodes = [
{ label: "ALL", value: "1" }, //已完成列表业务状态All
{ label: "Final", value: "F" }, { label: "Final", value: "F" },
{ label: "Released", value: "R" }, { label: "Released", value: "R" },
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment