dengjunjie
2025-10-23 56827df8730c172c6c654fb78fed073ef8d694cb
н¨Îļþ¼Ð/WMS/src/views/inbound/inboundOrderDetail_Hty.vue
@@ -91,7 +91,7 @@
                    type: 'string',
                    width: 120,
                    align: 'left',
                    bind: { key: "reservoirArea", data: [] }
                    bind: { key: "warehouseNuber", data: [] }
                },
                {
                    field: 'goodsNo',
@@ -181,7 +181,7 @@
    table: "DtCabinOrderDetailHtyDetail",
    columns: [
        {
            field: 'historyId',
            field: 'id',
            title: '历史记录主键',
            type: 'int',
            width: 120,
@@ -191,7 +191,7 @@
            align: 'left'
        },
        {
            field: 'id',
            field: 'sourceId',
            title: '原主键',
            type: 'int',
            width: 100,
@@ -203,7 +203,7 @@
            type: 'string',
            width: 120,
            align: 'left',
            bind: { key: "reservoirArea", data: [] }
            bind: { key: "warehouseNuber", data: [] }
        },
        {
            field: 'goodsNo',
@@ -288,8 +288,8 @@
            sort: true
        }
    ],
    sortName: "historyId",
    key: "historyId"
    sortName: "orderId",
    key: "orderId"
});
            return {
                table,