提交 99578b3a 编写于 作者: L LAPTOP-UV1MNL38\18023

feat:删除提交审批按钮代码

上级 5705e02f
......@@ -177,14 +177,6 @@ layui.config({
return false;
});
// 不走工作流的提交
form.on('submit(formSubTwoBean' + i + ')', function(data) {
if(winui.verifyForm(data.elem)) {
saveData("3", "", $(this).attr("tabIndex"));
}
return false;
});
initChooseProductBtnEnent(form, function(trId, chooseProductMation) {
// 商品赋值
allChooseProduct[trId] = chooseProductMation;
......
......@@ -105,7 +105,6 @@
<div class="layui-input-block">
<button class="winui-btn" tabIndex="{{tabIndex}}" lay-submit lay-filter="formAddBean{{tabIndex}}">保存为草稿</button>
<button class="winui-btn submitTypeIsOne" tabIndex="{{tabIndex}}" lay-submit lay-filter="formSubOneBean{{tabIndex}}">提交审批</button>
<button class="winui-btn submitTypeIsTwo" tabIndex="{{tabIndex}}" lay-submit lay-filter="formSubTwoBean{{tabIndex}}">提交</button>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册