Ver a proveniência

app2.0 流程审批取消审批意见必填

黑艺新账号
ndbs há 1 ano
ascendente
cometimento
80dc40d2a0
2 ficheiros alterados com 7 adições e 7 eliminações
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +5
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js Ver ficheiro

@@ -13,9 +13,9 @@ export default {
// "webHost":"http://1.190.222.34:9000/",
//本地:
"apiHost": [
"http://localhost:8088/"
"http://192.168.10.58:8003/"
],
"webHost":"http://localhost:8087/",
"webHost":"http://192.168.10.58:8004/",
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
{ username: "system", password: "www.qj.com" }


+ 5
- 5
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue Ver ficheiro

@@ -47,7 +47,7 @@
<l-button @click="clearcom" color="red" style="margin-right: 15px;">清空签章</l-button>
</view>
</template>
<l-textarea v-model="remark" :placeholder="`输入${typeText}意见`" title="审核意见:" required />
<l-textarea v-model="remark" :placeholder="`输入${typeText}意见`" title="审核意见:" />

<!-- 弹层 -->
<l-modal v-model="modal" @close="reviewer = ''" title="指派审核人">
@@ -314,10 +314,10 @@
return
}

if (!this.remark) {
this.TOAST(`请签署审批意见`)
return false;
}
// if (!this.remark) {
// this.TOAST(`请签署审批意见`)
// return false;
// }

this.submitDisable = true
uni.showLoading({


Carregando…
Cancelar
Guardar