Commit ee4d8aba by gao_yingdong

车辆档案

parent 30512e05
......@@ -106,7 +106,7 @@ export default {
ypbgbt: "",
ypbgnr: "",
ypbglx: "02",
glhm: sessionStorage.getItem("cphm"),
glhm: this.$route.query["cphm"],
},
rules: {
ypbgbt: [
......@@ -143,7 +143,7 @@ export default {
],
sjhQueryData: {
ypbglx: "02",
glhm: sessionStorage.getItem("cphm"),
glhm: this.$route.query["cphm"],
page: 1,
limit: 5,
},
......
......@@ -106,7 +106,7 @@ export default {
ypbgbt: "",
ypbgnr: "",
ypbglx: "03",
glhm: sessionStorage.getItem("cphm"),
glhm: this.$route.query["cphm"],
},
rules: {
ypbgbt: [
......@@ -143,7 +143,7 @@ export default {
],
sjhQueryData: {
ypbglx: "03",
glhm: sessionStorage.getItem("cphm"),
glhm: this.$route.query["cphm"],
page: 1,
limit: 5,
},
......
......@@ -1610,7 +1610,7 @@ export default {
// };
let self = this,
json = {};
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
self.postCarJbxx(JSON.stringify(json)).then((res) => {
if (res.success) {
console.log(res);
......@@ -1694,7 +1694,7 @@ export default {
getTbStQgjbryxxList() {
let self = this;
let json = {};
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
json["jdczt"] = "正常";
(json["page"] = 1), (json["limit"] = 1);
self.postgetTbStQgjbryxx(JSON.stringify(json)).then((res) => {
......@@ -1744,7 +1744,7 @@ export default {
for (let i in self.formDataBq) {
json[i] = self.formDataBq[i];
}
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
self
.postInsertTbStCldaClbq(JSON.stringify(json))
.then((res) => {
......@@ -1775,7 +1775,7 @@ export default {
for (let i in self.formDataBq) {
json[i] = self.formDataBq[i];
}
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
json["xxzjbh"] = self.xxzjbh;
self
.postUpdateTbStCldaClbq(JSON.stringify(json))
......@@ -1805,7 +1805,7 @@ export default {
postGetTbStCldaClbqLisr() {
let self = this;
let json = {};
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
self.postGetTbStCldaClbq(JSON.stringify(json)).then((res) => {
console.log("res", res);
if (res.success) {
......@@ -1920,7 +1920,7 @@ export default {
json[i] = self.formDataLsjsr[i];
}
json["edzzplj"] = base ? base : "";
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
self
.postInsertTbStQgjbryxx(JSON.stringify(json))
.then((res) => {
......@@ -1955,7 +1955,7 @@ export default {
}
json["edzzplj"] = this.imageUrlLsjsr ? this.imageUrlLsjsr : base;
json["xxzjbh"] = this.xxzjbhLsclr;
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
self
.postUpdateTbStQgjbryxx(JSON.stringify(json))
.then((res) => {
......@@ -2108,7 +2108,7 @@ export default {
postGetClcxsjglLsit() {
let self = this;
let json = {};
json["hphm"] = sessionStorage.getItem("cphm");
json["hphm"] = this.$route.query["cphm"];
json["kssj"] = self.valueCxgl[0] ? self.valueCxgl[0] : "";
json["jssj"] = self.valueCxgl[1] ? self.valueCxgl[1] : "";
self.postGetClcxsjgl(JSON.stringify(json)).then((res) => {
......
......@@ -798,7 +798,7 @@ export default {
let self = this;
let json = {
objectType: "phone",
objectValue: sessionStorage.getItem("cphm"),
objectValue: this.$route.query["cphm"],
};
self.postGetAjbq(JSON.stringify(json)).then((res) => {
if (res.success == true) {
......@@ -813,7 +813,7 @@ export default {
let self = this;
let json = {
objectType: "phone",
objectValue: sessionStorage.getItem("cphm"),
objectValue: this.$route.query["cphm"],
};
self.postGetSjbz(JSON.stringify(json)).then((res) => {
if (res.success == true) {
......
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