|
|
@@ -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>
|
|
|
|
|
|
|