Commit 8310def9 authored by 黄奎's avatar 黄奎

页面修改

parent b772c6cc
...@@ -278,7 +278,6 @@ ...@@ -278,7 +278,6 @@
<span v-if="item.Status==3" style="color:red;">已驳回</span> <span v-if="item.Status==3" style="color:red;">已驳回</span>
<span v-if="item.Status==1" style="color:blue;">待审核</span> <span v-if="item.Status==1" style="color:blue;">待审核</span>
<span v-if="item.Status==2" style="color:green;">审核通过</span> <span v-if="item.Status==2" style="color:green;">审核通过</span>
</td> </td>
<td>{{ item.CreateByName }}</td> <td>{{ item.CreateByName }}</td>
<td>{{ item.CreateTimeStr }}</td> <td>{{ item.CreateTimeStr }}</td>
...@@ -339,7 +338,6 @@ ...@@ -339,7 +338,6 @@
}, },
//切换出境游合同 //切换出境游合同
activeName: '1', activeName: '1',
//ContractMange参数 //ContractMange参数
total: 0, total: 0,
currentPage: 1, currentPage: 1,
...@@ -434,7 +432,12 @@ ...@@ -434,7 +432,12 @@
//提交并盖章 //提交并盖章
SubmitContract(item,status) { SubmitContract(item,status) {
var that = this; var that = this;
this.Confirm("是否提交此合同?", function () { var message="审核通过";
if(status==3)
{
message="驳回";
}
this.Confirm("是否【"+message+"】此合同?", function () {
that.apipost( that.apipost(
"travelcontract_post_UpdateTravelContractStatusService", { "travelcontract_post_UpdateTravelContractStatusService", {
ID: item.ID, ID: item.ID,
......
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