@@ -784,7 +784,7 @@ export default {
payCount: 0,
preCount: 0,
projectCount: 0,
- totalBalanceAmount :0
+ totalBalanceAmount :0
};
}
},
@@ -108,7 +108,7 @@
<!-- <el-button type="primary" @click="clickSubmitForm('SAVE')">保 存</el-button> -->
<el-button type="primary" @click="clickSubmitForm('WAIT')">提交审核</el-button>
<el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
- <el-button slot="reference">关 闭</el-button>
+ <el-button slot="reference">返回列表</el-button>
</el-popconfirm>
</div>
@@ -193,7 +193,7 @@
@@ -310,7 +310,7 @@
<!-- <el-button type="primary" @click="clickSubmitForm(1)">保 存</el-button> -->
<el-button type="primary" @click="clickSubmitForm(2)">提交审核</el-button>
@@ -259,7 +259,7 @@
<el-button type="primary" @click="clickSubmitForm(1)">保 存</el-button>
<!-- <el-button type="primary" @click="clickSubmitForm(2)">提交审核</el-button>-->
@@ -324,7 +324,7 @@
<el-button type="primary" @click="clickSubmitForm(1)" :loading="formLoading">保 存</el-button>
<el-button type="primary" @click="clickSubmitForm(2)" :loading="formLoading">提交审核</el-button>
<el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;" v-if=" !isDealer">
@@ -455,7 +455,7 @@ export default {
{ label: '待审核', value: 'WAIT' },
{ label: '审核通过', value: 'OK' },
// // { label: '审核驳回', value: 'FAIL' },,
- { label: '已关闭', value: 'CLOSE' },
+ // { label: '已关闭', value: 'CLOSE' },
],
salesmanList: [],
transfer:[
@@ -450,7 +450,7 @@
style="margin-left: 10px"
@onConfirm="goBack"
>
@@ -210,7 +210,7 @@
<div class="footer">
<el-button type="primary" @click="clickSubmitForm">保 存</el-button>