guoyuji
2023-07-21 afeaf0c5587c723ae7ca026f20426a82fd17cc4c
修改重复提交自定义指令大小写报错问题
3个文件已修改
8 ■■■■ 已修改文件
gmms/WebContent/js/static/js/vue.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/orderManage/order.jsp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/orderManage/produce.jsp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/js/static/js/vue.js
@@ -12012,7 +12012,7 @@
  return Vue;
}));
Vue.directive('preventReClick', {
Vue.directive('preventreclick', {
    inserted(el, binding) {
         el.addEventListener('click', () => {
         if (!el.disabled) {
gmms/WebContent/orderManage/order.jsp
@@ -275,7 +275,7 @@
          this.updateShowFlag=true;
          let rowObj=row[index]
          this.ruleForm.glassNum=rowObj["5_smallglass_no"]
          this.ruleForm.produceid=rowObj["2_recipe_no"]
          this.ruleForm.produceid=rowObj["12_id"]
          this.updateOrder.id=rowObj["0_id"]
          
        },
gmms/WebContent/orderManage/produce.jsp
@@ -237,8 +237,9 @@
            if (!valid) { 
              return false;
            }
            this.ruleForm.creator='<%= request.getParameter("xingming") %>';
            let sql="{call AXJ_a_produce_insert(?,?,?,?,?,?,?,?,?)}~"+JSON.stringify(this.ruleForm);
                  this.connects("新增产品",sql,1,1);
            this.connects("新增产品",sql,1,1);
          });
        },
        resetForm(formName) {
@@ -326,7 +327,6 @@
    })
    
  </script>