Ver a proveniência

流程任务-审批页面 同意改为-领导审批(假)

长阳分支推送专用
ndbs há 2 anos
ascendente
cometimento
67720d1cd4
2 ficheiros alterados com 5 adições e 2 eliminações
  1. +4
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/workflow-action.vue

+ 4
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js Ver ficheiro

@@ -614,7 +614,10 @@ var bootstrap = function ($, learun) {

// 加载审批按钮
var $signBtn = $('#sign');
$.each(nwflow.currentNode.btnList || [{ id: "1", name: "同意", code: "agree", file: "1", next: "1" }, { id: "2", name: "不同意", code: "disagree", file: "1", next: "1" }], function (_index, _item) {
$.each(nwflow.currentNode.btnList || [{ id: "1", name: "领导审批", code: "agree", file: "1", next: "1" }, { id: "2", name: "不同意", code: "disagree", file: "1", next: "1" }], function (_index, _item) {
if (_item.name == "同意") {
_item.name = "领导审批";
}
if (_item.isHide != '1') {
var _class = ' btn-warning';
if (_item.code == 'agree') {


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/workflow-action.vue Ver ficheiro

@@ -32,7 +32,7 @@
size="lg"
block
>
{{ button.name }}
{{ button.name=="同意"?"领导审批":button.name }}
</l-button>
</view>



Carregando…
Cancelar
Guardar