Commit d9ebbb9b authored by 黄奎's avatar 黄奎

页面修改

parent 4d4c2515
...@@ -1114,7 +1114,6 @@ ...@@ -1114,7 +1114,6 @@
TCID:TCID, TCID:TCID,
ShouPeiStatus:(ShouPeiStatus==0?1:0) ShouPeiStatus:(ShouPeiStatus==0?1:0)
}; };
console.log(ShouPeiStatus,'ShouPeiStatus');
this.apipost('dmcstatistics_post_SetPriceShouPeiShuService', msg, res => { this.apipost('dmcstatistics_post_SetPriceShouPeiShuService', msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success(res.data.message); this.$message.success(res.data.message);
......
...@@ -1007,6 +1007,8 @@ ...@@ -1007,6 +1007,8 @@
isPc: isPc, isPc: isPc,
//模板参数 //模板参数
templateId: this.showType, templateId: this.showType,
//用户Id
UId:this.getLocalStorage().EmployeeId
}; };
this.GetLocalFile("DownLoadTripWord", msg, title + ".doc", res => { this.GetLocalFile("DownLoadTripWord", msg, title + ".doc", res => {
this.pdfLoading = false this.pdfLoading = false
......
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