diff --git a/pages/zw/wl-groupplate.vue b/pages/zw/wl-groupplate.vue
index 2cac6e2..4b289b5 100644
--- a/pages/zw/wl-groupplate.vue
+++ b/pages/zw/wl-groupplate.vue
@@ -4,6 +4,14 @@
+
+
+ 日期
+
+
+
+
+
源单编码
@@ -30,6 +38,14 @@
+
+
+ 物料编码
+
+
+
+
+
物料名称
@@ -48,15 +64,7 @@
- 物料编码
-
-
-
-
-
-
-
- 物料数量
+ 物料数量(kg)
@@ -92,6 +100,7 @@
},
data() {
return {
+ singleDate: '',
title: '',
val1: '',
currentData: {},
@@ -110,12 +119,16 @@
this._supplierdroplist()
},
methods: {
+ onSingleDateChange(e) {
+ this.singleDate = e
+ this._getFormDataList()
+ },
toJump () {
this._getFormMaterial()
},
async _getFormDataList () {
try {
- let res = await getFormDataList()
+ let res = await getFormDataList(this.singleDate)
if (res) {
this.options = res.data
} else {