From 7ed546192a84e33561330062cdb48790fcdb5eef Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 19 九月 2024 08:57:55 +0800
Subject: [PATCH] 1.设备/模具:保养规程 表头增加 HErrWarDays int --预警天数 2.设备/模具:保养计划单增加HErrBeginTime datetime --预警开始时间点,审核时把子表 预警开始时间点, 填入 3.设备启动点检清单/启动点检清单:增加字段HDotCheckType varchar(50) --点检类型(设备,模具,作业指导书,检验指导书) HRelationID int --关联ID(设备内码或模具内码) 4.启动点检单: 新增 子表界面 根据不同的点检类型,点击查看,弹出不同的数据(根据表头日期查询(按照当前月显示)) .工艺参数点检:增加附件上传功能 2.设备工艺参数趋势图:根据流转卡的子表进站出站时间查询工艺参数(增加一个选择框 采集来源:(设备采集,手动输入)) 3.开工:增加设备启动点检,防错验证控制

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