Ver código fonte

非流程,提交按钮不显示

lamphua 10 meses atrás
pai
commit
9964ec4df0

+ 856
- 856
oa-back/sql/sql.sql
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 1
oa-ui/src/views/flowable/form/archiveForm.vue Ver arquivo

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

+ 2
- 2
oa-ui/src/views/flowable/form/business/subContract.vue Ver arquivo

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

+ 1
- 1
oa-ui/src/views/flowable/form/finance/depositForm.vue Ver arquivo

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

Carregando…
Cancelar
Salvar