Quellcode durchsuchen

非流程,提交按钮不显示

lamphua vor 10 Monaten
Ursprung
Commit
9964ec4df0

+ 856
- 856
oa-back/sql/sql.sql
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 1
- 1
oa-ui/src/views/flowable/form/archiveForm.vue Datei anzeigen

@@ -124,7 +124,7 @@
124 124
             </el-col>
125 125
           </el-row>
126 126
         </el-form>
127
-        <div style="text-align: center;">
127
+        <div style="text-align: center;" v-if="isFlow">
128 128
           <el-button type="primary" @click="submitForm" :disabled="taskName == '成果归档' && hasArchievement == false">提
129 129
             交</el-button>
130 130
         </div>

+ 2
- 2
oa-ui/src/views/flowable/form/business/subContract.vue Datei anzeigen

@@ -2,7 +2,7 @@
2 2
  * @Author: ysh
3 3
  * @Date: 2024-05-10 15:31:57
4 4
  * @LastEditors: wrh
5
- * @LastEditTime: 2024-07-09 09:19:28
5
+ * @LastEditTime: 2024-07-12 17:03:07
6 6
 -->
7 7
 <template>
8 8
   <div class="app-container">
@@ -411,7 +411,7 @@
411 411
             </div>
412 412
           </el-form-item>
413 413
         </el-form>
414
-        <div style="text-align: center;">
414
+        <div style="text-align: center;" v-if="flowDisabled">
415 415
           <el-button type="primary" @click="submitForm" :disabled="formDisabled">提 交</el-button>
416 416
         </div>
417 417
       </el-col>

+ 1
- 1
oa-ui/src/views/flowable/form/finance/depositForm.vue Datei anzeigen

@@ -191,7 +191,7 @@
191 191
             </el-col>
192 192
           </el-row>
193 193
         </el-form>
194
-        <div style="text-align: center;">
194
+        <div style="text-align: center;" v-if="flowDisabled">
195 195
           <el-button type="primary" @click="submitForm" v-if="taskName != '财务处理'">提 交</el-button>
196 196
           <el-button @click="submitForm" type="danger" v-if="taskName == '财务处理'">结束</el-button>
197 197
         </div>

Laden…
Abbrechen
Speichern