Browse Source

修改入库作业和新增预留作业

胡半仙 3 năm trước cách đây
mục cha
commit
e4a4309bf2
2 tập tin đã thay đổi với 10 bổ sung6 xóa
  1. 0 3
      build/utils.js
  2. 10 3
      src/views/WMS/components/steel/steel_real.vue

+ 0 - 3
build/utils.js

@@ -15,10 +15,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 // ['index','appoint','configManager','homepage','inward','queue','RMS','sale','serviceManager','SporadicManage'
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
-
 let devModules = ['all']
-// let devModules = ['index','inward','SporadicManage','RMS','statisticalReport','TMS'];
-// let devModules = ['index','inward','TMS']
 // let devModules = ['index','SporadicManage','TMS','statisticalReport','RMS'];
 // let devModules = ['index','appoint','TMS','WMS'];
 if (pathSrc.indexOf('node_modules') > -1) {

+ 10 - 3
src/views/WMS/components/steel/steel_real.vue

@@ -39,13 +39,20 @@ export default {
       this.$router.push("/steel_realDown/" + gridId);
     },
     onClick(){
-      
+      this.option.requestUrl= "/api/v1/wms/selectGridMaterialList?apiId=167&&con="+this.inputText;
+      console.log(this.inputText)
     }
   },
 };
 </script>
 <style lang="scss" scode>
-.steel_real {
-    padding: 1.25rem 1.875rem;
+.steel_real{
+  .sache{
+    padding: 1.25rem 0.375rem;
+    .el-input {
+      width: 20%;
+      margin-right: 1.25rem;
+    }
+  }
 }
 </style>