YYC
2023-10-19 6bd36a38fc587ba39bd50e26257ed6ece71363e7
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',
@@ -289,7 +289,7 @@
    // 渲染往来单位列表
    table.render({
        elem : '#tableFoodLoaction',
        url : '../../basic/common/page-food-location',
        url: '../../basic/common/page-dicArea',
        page : false,
        toolbar : '#toolbarFoodLocaton',
        even : true,
@@ -363,7 +363,7 @@
function flushFoodLocation() {
    var key = $("#key2").val();
    table.reload('tableFoodLoaction', {
        url : "../../basic/common/page-food-location",
        url: "../../basic/common/page-dicArea",
        where : {
            key : key
        },