|
@@ -137,12 +137,9 @@
|
|
|
<el-button v-if="scope.row.status == '0' || scope.row.status == '3'" size="mini" type="text"
|
|
|
@click="handleDelete(scope.row)">删除
|
|
|
</el-button>
|
|
|
- <el-button v-if="scope.row.status == '0' && (scope.row.flowId == null || scope.row.flowId == '')" size="mini" type="text"
|
|
|
+ <el-button v-if="scope.row.status == '0' || scope.row.status == '3'" size="mini" type="text"
|
|
|
@click="handleSubmit(scope.row)">提交
|
|
|
</el-button>
|
|
|
- <el-button v-if="(scope.row.status == '0' || scope.row.status == '3') && !(scope.row.flowId == null || scope.row.flowId == '')" size="mini" type="text"
|
|
|
- @click="handleResubmit(scope.row)">重新提交
|
|
|
- </el-button>
|
|
|
<el-button v-if="scope.row.status == '1'" size="mini" type="text" @click="handleReback(scope.row)">收回
|
|
|
</el-button>
|
|
|
</template>
|
|
@@ -251,7 +248,7 @@
|
|
|
<el-tabs v-model="activeName">
|
|
|
<el-tab-pane label="年销售目标填报明细" name="annualSaleGoalDetails">
|
|
|
|
|
|
- <el-table max-height="560" show-summary :summary-method="getSummaries" v-loading="loading"
|
|
|
+ <el-table max-height="560" show-summary :summary-method="getSummaries" v-loading="loading" size="mini"
|
|
|
:data="annualSaleGoalDetailsList" @selection-change="handleSelectionChange" v-horizontal-scroll>
|
|
|
<el-table-column label="序号" type="index" width="70" align="center" fixed />
|
|
|
<el-table-column label="销售组织" align="center" width="180"
|