|
@@ -496,7 +496,14 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="5" :span="6" style="margin-left: 20px;">
|
|
|
<el-button type="primary" round @click="calulate()"
|
|
|
- v-if="currentNode.nodeCode === 'DETERMINE_PRICE' || currentNode.nodeCode === 'GENERATE_STATEMENT' || currentNode.nodeCode === 'WRITE_REPORT' || currentNode.nodeCode === 'WRITE_LETTER'">保存</el-button>
|
|
|
+ v-if="currentNode.nodeCode === 'DETERMINE_PRICE'
|
|
|
+ || currentNode.nodeCode === 'GENERATE_STATEMENT'
|
|
|
+ || currentNode.nodeCode === 'WRITE_REPORT'
|
|
|
+ || currentNode.nodeCode === 'WRITE_LETTER'
|
|
|
+ || currentNode.nodeCode === 'REVIEW_STATEMENT'
|
|
|
+ || currentNode.nodeCode === 'CHECK_REPORT'
|
|
|
+ || currentNode.nodeCode === 'CHECK_LETTER'
|
|
|
+ ">保存</el-button>
|
|
|
<!-- <el-button type="primary" round @click="saveCalulateResult()"
|
|
|
v-if="currentNode.nodeCode === 'DETERMINE_PRICE' || currentNode.nodeCode === 'GENERATE_STATEMENT' || currentNode.nodeCode === 'WRITE_REPORT' || currentNode.nodeCode === 'WRITE_LETTER'">保存价格</el-button> -->
|
|
|
</el-col>
|