Commit f8061a49 by 王勇飞

pp

parent 5c319392
...@@ -385,15 +385,12 @@ ...@@ -385,15 +385,12 @@
console.log(url); console.log(url);
let tm_name = ""; let tm_name = "";
if(this.form.tmFormType == 3) { if(this.form.tmFormType == 3 || this.form.tmFormType == 5) {
tm_name = this.form.tmName; tm_name = this.form.tmName;
} }
if(this.form.tmFormType == 4 || this.form.tmFormType == 7) { if(this.form.tmFormType == 4 || this.form.tmFormType == 7) {
tm_name = "图形"; tm_name = "图形";
} }
if(this.form.tmFormType == 5) {
tm_name = this.form.tmName + "及图";
}
if(this.form.tmFormType) if(this.form.tmFormType)
this.$root.getReq("/web/calculatepriceCtl/tmtrust", { this.$root.getReq("/web/calculatepriceCtl/tmtrust", {
assignor: this.apply.applyName, assignor: this.apply.applyName,
......
...@@ -1059,15 +1059,12 @@ ...@@ -1059,15 +1059,12 @@
console.log(url); console.log(url);
let tm_name = ""; let tm_name = "";
if(this.form.tmFormType == 3) { if(this.form.tmFormType == 3 || this.form.tmFormType == 5) {
tm_name = this.form.tmName; tm_name = this.form.tmName;
} }
if(this.form.tmFormType == 4 || this.form.tmFormType == 7) { if(this.form.tmFormType == 4 || this.form.tmFormType == 7) {
tm_name = "图形"; tm_name = "图形";
} }
if(this.form.tmFormType == 5) {
tm_name = this.form.tmName + "及图";
}
this.$root.getReq("/web/calculatepriceCtl/tmtrust", { this.$root.getReq("/web/calculatepriceCtl/tmtrust", {
assignor: this.apply.applyName, assignor: this.apply.applyName,
tm_name: this.form.tmName, tm_name: this.form.tmName,
......
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