Kaynağa Gözat

提交测试的东西

lvhao 6 saat önce
ebeveyn
işleme
15190f0893
1 değiştirilmiş dosya ile 13 ekleme ve 0 silme
  1. 13 0
      template/erp/beihuogl_ckbherprk.html

+ 13 - 0
template/erp/beihuogl_ckbherprk.html

@@ -188,6 +188,8 @@
 </ul>
 <input  type="hidden" name="id" value="{$info['id']}" />
 <div class="button">
+    <font onclick="wlrlpdc()">未录入料品导出</font>
+    <font onclick="czlpxx()">重置料品信息</font>
     {if $list[0]['status'] < 3}
     <font onclick="shrk()">审核入库</font>
     {/if}
@@ -362,6 +364,17 @@ function doAddYcrkNew(){
         }
      }, "json")
 }
+
+//未录入料品导出
+function wlrlpdc(){
+    let dcd_no = $("input[name='dcd_no']").val();
+    alert(dcd_no)
+}
+//重置料品信息
+function czlpxx(){
+    let dcd_no = $("input[name='dcd_no']").val();
+    alert(dcd_no)
+}
 </script>