+
+ 目的地
+
+
+
+
+
+
+
{
+ crudProduceScreen.sendMater({ device_code: this.popData.device_code, mater: this.popList, point_code: this.value1 }).then(res => {
this.disabled = false
this.$message(res.msg)
}).catch(() => {
diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/style.scss b/lms/nladmin-ui/src/views/wms/produceScreen/style.scss
index a087b3a..94deba4 100644
--- a/lms/nladmin-ui/src/views/wms/produceScreen/style.scss
+++ b/lms/nladmin-ui/src/views/wms/produceScreen/style.scss
@@ -280,6 +280,9 @@
margin-bottom: 60px;
overflow: auto;
}
+.pop-grid_1 {
+ height: calc(100% - 172px);
+}
.filter-wraper {
margin-bottom: 20px;
}