From 632d596a3095b28ea5ca7af39f0d7fd33386e06d Mon Sep 17 00:00:00 2001
From: black-goat-me <226547893@qq.com>
Date: 星期五, 28 四月 2023 17:04:59 +0800
Subject: [PATCH] 物料、物料分类、仓库、部门增加审核、反审核、禁用、反禁用功能。

---
 WebTM/views/组装单/Sc_AssemblyBill_Fast.html |   42 +++---------------------------------------
 1 files changed, 3 insertions(+), 39 deletions(-)

diff --git "a/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html" "b/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html"
index 435f295..3e482ac 100644
--- "a/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html"
+++ "b/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html"
@@ -9,29 +9,7 @@
     <link rel="stylesheet" href="../../layuiadmin/layui/css/layui.css" media="all">
     <link rel="stylesheet" href="../../layuiadmin/style/admin.css" media="all">
 </head>
-<!--<style>
-    @media screen and (max-width: 450px) {
-        .layui-form-item .mobile {
-            display: inline-block;
-            float: none;
-            left: -3px;
-            width: 55%;
-            margin: 0 0 10px 10px;
-        }
 
-        .layui-form-item .layui-btn {
-            position: relative;
-            top: -6px;
-        }
-       .layui-form-item .layui-input.mobile {
-            display: inline;
-            float: none;
-            left: -3px;
-            width: 55%;
-            margin: 0 0 10px 10px;
-        }
-    }
-</style>-->
 <body>
     <div class="layui-fluid">
         <div class="layui-card" style="padding: 1px">
@@ -54,18 +32,6 @@
                         </ul>
                         <div class="layui-tab-content">
                             <div class="layui-tab-item layui-show">
-                                <!--<div class="layui-form-item">
-                                    <div class="layui-row">
-                                        <div class="layui-col-xs4">
-                                            <label class="layui-form-label" style="width:60px;padding-left:0px;">鍗曟嵁绫诲瀷</label>
-                                        </div>
-                                        <div class="layui-col-xs8">
-                                            <select name=" HBillType">
-                                                <option value="3720">鐢熶骇浠诲姟鍗�-鎶曟枡</option>
-                                            </select>
-                                        </div>
-                                    </div>
-                                </div>-->
                                 <div class="layui-form-item">
                                     <div class="layui-row">
                                         <div class="layui-col-xs4">
@@ -257,7 +223,7 @@
                            //layer.msg(data.Message, { icon: 1 });
                            table.render({
                            elem: '#mx-table-xx'
-                         , url: GetWEBURL1() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
+                         , url: GetWEBURL() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
                          , cellMinWidth: 80
                          , toolbar: '#toolbarDemo'
                          , where: { HInterID: sInterID, sBillType: '3727', sWhere: '' }
@@ -305,7 +271,6 @@
                 $.ajax(
                 {
                     type: "POST",
-                    // url: "http://61.130.49.162:9090/WMSAPI///MateOut/set_SaveMateOutBill_Json", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚�
                     url: GetWEBURL() + "/MateOut/set_SaveMateOutBill_Json",
                     async: true,
                     data: { "oMain": sMainStr },
@@ -320,7 +285,6 @@
                         layer.closeAll("loading");
                     },
                     error: function (err) {
-
                         layer.msg('閿欒' + err, {
                             icon: 5,
                             time: 20000
@@ -368,7 +332,7 @@
                             layer.load(3)
                                 table.render({
                                     elem: '#mx-table-xx'
-                                    , url: GetWEBURL1() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
+                                    , url: GetWEBURL() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
                               , cellMinWidth :80
                               , toolbar: '#toolbarDemo'
                               , where: { HInterID: HInterID, sBillType: '3727', sWhere: '' }
@@ -423,7 +387,7 @@
                             layer.load(3)
                             table.render({
                                 elem: '#mx-table-xx' 
-                                  , url: GetWEBURL1() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
+                                  , url: GetWEBURL() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
                                 //, cellMinWidth: 80
                               , toolbar: '#toolbarDemo'
                                , where: { HInterID: sInterID, sBillType: '3727', sWhere: '' }

--
Gitblit v1.9.1