CZT
2023-11-27 c206acfaedc69c390fb67daa81bc686f58a212ef
igds-web/src/main/resources/static/admin/inout/out-ship-register.js
@@ -207,7 +207,7 @@
    // 渲染往来单位列表
    table.render({
        elem: '#tableNotice',
        url: '../../basic/inout/list-notice—out',
        url: '../../basic/inout/list-notice-out',
        page: false,
        // skin : "nob",
        // size : 'sm',
@@ -215,20 +215,26 @@
        method: 'POST',
        contentType: "application/json;charset=UTF-8",
        cols: [[{
            field: 'customerName',
            title: '收货单位'
            field: 'name',
            title: '通知单名称',
            width: '15%'
        }, {
            field: 'depotName',
            title: '仓库名称',
            width: '20%'
            field: 'customerName',
            title: '发货单位'
        }, {
            field: 'foodVarietyName',
            title: '粮食品种',
            width: '20%'
            width: '12%'
        }, {
            field: 'year',
            title: '年份',
            width: '15%'
            width: '10%'
        }, {
            field: 'depotName',
            title: "所涉仓库"
        }, {
            field: 'contractName',
            title: '所属合同'
        }]],
        where: param,
        parseData: function (res) {
@@ -270,7 +276,7 @@
    layer.open({
        type: 1,
        title: "出库通知单",
        area: ['700px', '600px'],
        area: ['850px', '600px'],
        shade: 0,
        content: $('#listNotice'),
        btn: 0,
@@ -289,7 +295,7 @@
    // 渲染往来单位列表
    table.render({
        elem : '#tableFoodLoaction',
        url : '../../basic/common/page-food-location',
        url: '../../basic/common/page-dicArea',
        page : false,
        toolbar : '#toolbarFoodLocaton',
        even : true,
@@ -363,7 +369,7 @@
function flushFoodLocation() {
    var key = $("#key2").val();
    table.reload('tableFoodLoaction', {
        url : "../../basic/common/page-food-location",
        url: "../../basic/common/page-dicArea",
        where : {
            key : key
        },