1
cwjbxqmz
2024-01-26 b742f00aac8e1e1bb628232383c35e67f4a41e4e
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Sc_MouldOtherOutBillList.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>其他出库单列表</title>
<title>器具其他出库单列表</title>
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -95,11 +95,11 @@
                    , { field: '部门代码', title: '部门代码', width: 200 }
                    , { field: '部门', title: '部门', width: 200 }
                    , { field: 'hmaterid', title: 'hmaterid', width: 115, hide: true }
                    , { field: '模具代码', title: '模具代码', width: 200 }
                    , { field: '模具名称', title: '模具名称', width: 200 }
                    , { field: '模具代码', title: '器具代码', width: 200 }
                    , { field: '模具名称', title: '器具名称', width: 200 }
                    , { field: '条码编号', title: '条码编号', width: 200 }
                    , { field: '模具品类', title: '模具品类', width: 115 }
                    , { field: '模具仓库', title: '模具仓库', width: 200 }
                    , { field: '模具品类', title: '器具品类', width: 115 }
                    , { field: '模具仓库', title: '器具仓库', width: 200 }
                    , { field: 'HSPID', title: 'HSPID', width: 200, hide: true }
                    , { field: '仓位', title: '仓位', width: 200 }
                    , { field: '收料仓库代码', title: '收料仓库代码', width: 200 }
@@ -132,8 +132,8 @@
                    , { field: '关联数量', title: '关联数量', width: 200 }
                    , { field: 'HBillType', title: 'HBillType', width: 200, hide: true }
                    , { field: 'hsupid', title: 'hsupid', width: 115, hide: true }
                    , { field: '模具供应商代码', title: '模具供应商代码', width: 200 }
                    , { field: '模具供应商', title: '模具供应商', width: 200 }
                    , { field: '模具供应商代码', title: '器具供应商代码', width: 200 }
                    , { field: '模具供应商', title: '器具供应商', width: 200 }
                    , { field: '摘要', title: '摘要', width: 200 }
                    , { field: '表头备注', title: '表头备注', width: 200 }
                    , { field: '内部单据号', title: '内部单据号', width: 200 }
@@ -144,7 +144,7 @@
            //进入页面显示的缓存列表
            $.ajax({
                //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                url: GetWEBURL() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBillList',
                url: GetWEBURL() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBill',
                type: "GET",
                data: { "sWhere": sWhere},
                success: function (data1) {
@@ -168,7 +168,7 @@
                var index = layer.load(0);
                $.ajax({
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL1() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBillList',
                    url: GetWEBURL1() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBill',
                    type: "GET",
                    data: { "sWhere": sWhere},
                    success: function (data1) {