瀏覽代碼

安全生产费,上报,添加审批人问题

MaiXinRong 2 年之前
父節點
當前提交
01f43922c1
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 0 1
      app/public/js/payment_list.js
  2. 2 0
      app/view/payment_safe/index.ejs

+ 0 - 1
app/public/js/payment_list.js

@@ -409,7 +409,6 @@ $(function () {
             $('#sync-attr-ok').click(() => {
                 const select = self.getSelects();
                 if (select.length === 0) return;
-                console.log(select[0]);
                 if (!select[0].measure_type) {
                     toastr.warning(`标段[${select[0].name}]未填写任何内容,请选择其他标段`);
                     return;

+ 2 - 0
app/view/payment_safe/index.ejs

@@ -181,4 +181,6 @@
 <script>
     const readOnly = <%- ctx.detail.readOnly %>;
     const stdBills = JSON.parse(unescape('<%- escape(JSON.stringify(stdBills)) %>'));
+    const tenderId = parseInt('<%- ctx.paymentTender.id %>');
+    const detailId = parseInt('<%- ctx.detail.id %>');
 </script>