|
@@ -861,9 +861,9 @@
|
|
|
<time class="time">{{ technicReportProd.modified }}</time>
|
|
|
<div class="control">
|
|
|
<el-button type="text" class="button" @click="doStamp(technicReportProd.files)"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_REPORT'">加盖公章</el-button>
|
|
|
+ :disabled="!technicReportProd.isOnline">加盖公章</el-button>
|
|
|
<el-button type="text" class="button" @click="genProductionFile(2)"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_REPORT'">系统生成</el-button>
|
|
|
+ >系统生成</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-upload style="position: relative; top: -10px; padding: 10px;"
|
|
@@ -871,7 +871,7 @@
|
|
|
:limit="1" :on-exceed="handleExceed" :on-preview="handleAttachmentPreview" :on-success="getProductions"
|
|
|
:before-remove="handleRemoveFile">
|
|
|
<el-button type="text" style="position: relative; left: 10px;top: -4px;"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_REPORT'">手动上传</el-button>
|
|
|
+ >手动上传</el-button>
|
|
|
</el-upload>
|
|
|
</el-card>
|
|
|
<el-card :body-style="{ padding: '0px' }" shadow="always" style="margin-left: 5%; margin-right: 5%;width: 20%;"
|
|
@@ -884,9 +884,9 @@
|
|
|
<time class="time">{{ finalReprotProd.modified }}</time>
|
|
|
<div class="control">
|
|
|
<el-button type="text" class="button" @click="doStamp(finalReprotProd.files)"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_REPORT'">加盖公章</el-button>
|
|
|
+ :disabled="!finalReprotProd.isOnline">加盖公章</el-button>
|
|
|
<el-button type="text" class="button" @click="genProductionFile(3)"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_REPORT'">系统生成</el-button>
|
|
|
+ >系统生成</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-upload style="position: relative; top: -10px;padding: 10px;"
|
|
@@ -894,7 +894,7 @@
|
|
|
:on-exceed="handleExceed" :on-preview="handleAttachmentPreview" :on-success="getProductions"
|
|
|
:before-remove="handleRemoveFile">
|
|
|
<el-button type="text" style="position: relative; left: 10px;top: -4px;"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_REPORT'">手动上传</el-button>
|
|
|
+ >手动上传</el-button>
|
|
|
</el-upload>
|
|
|
</el-card>
|
|
|
<el-card :body-style="{ padding: '0px' }" shadow="always" style="margin-left: 5%; margin-right: 5%;width: 20%;"
|
|
@@ -913,7 +913,7 @@
|
|
|
:limit="1" :on-exceed="handleExceed" :on-preview="handleAttachmentPreview" :on-success="getProductions"
|
|
|
:before-remove="handleRemoveFile">
|
|
|
<el-button type="text" style="position: relative; left: 10px;top: -4px;"
|
|
|
- :disabled="currentNode.nodeCode != 'WRITE_LETTER'">手动上传</el-button>
|
|
|
+ >手动上传</el-button>
|
|
|
</el-upload>
|
|
|
</el-card>
|
|
|
</div>
|