0914-修改材料接口、焊接管理及三四级看板

This commit is contained in:
2022-09-14 16:38:27 +08:00
parent c3cbd62265
commit 456be52603
88 changed files with 11052 additions and 444 deletions
+8 -12
View File
@@ -1,4 +1,4 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="mainIII.aspx.cs" Inherits="FineUIPro.Web.common.mainIII" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="mainIV.aspx.cs" Inherits="FineUIPro.Web.common.mainIV" %>
<!DOCTYPE html>
<html>
@@ -429,9 +429,7 @@
<div class="tit-one tit-center" runat="server" id="divMonth" style="color: #fff; margin-left: 15px; text-align: left;">&nbsp;</div>
<div class="tab-wrap">
<div class="tab" data-value="2">
<div class="t-item active">材料到货情况</div>
<div class="spline"></div>
<div class="t-item ">材料出库情况</div>
<div class="t-item active">管道材料汇总表</div>
<div class="spline"></div>
<div class="t-item">管道焊接工程量</div>
<div class="spline"></div>
@@ -939,19 +937,17 @@
else if (value == 2) {
if (index == 0) {
$('#divGZL').html($('#hdContractQuantitySheets')[0].value);
} else if (index == 2) {
$('#divGZL').html($('#hdMaterialRecords')[0].value);
} else if (index == 4) {
} else if (index == 2) {
$('#divGZL').html($('#hdTotalQuantity')[0].value);
} else if (index == 6) {
} else if (index == 4) {
$('#divGZL').html($('#hdQuantity')[0].value);
} else if (index == 8) {
} else if (index == 6) {
$('#divGZL').html($('#hdOneOKRate')[0].value);
} else if (index == 10) {
} else if (index == 8) {
$('#divGZL').html($('#hdPressurePackageList')[0].value);
} else if (index == 12) {
} else if (index == 10) {
$('#divGZL').html($('#hdNdtList')[0].value);
} else if (index == 14) {
} else if (index == 12) {
$('#divGZL').html($('#hdTailItemList')[0].value);
}
}