yanjinhui
2025-10-26 d3e49d3dceb3953c7bc4e6d0fd7e6258ebccaff1
н¨Îļþ¼Ð/WMS/src/views/inbound/inboundOrder_Hty.vue
@@ -22,12 +22,12 @@
    export default defineComponent({
        setup() {
            const table = ref({
                key: 'historyId',
                key: 'id',
                footer: "Foots",
                cnName: '历史入库单',
                name: 'CabinOrderHty',
                url: "/CabinOrderHty/",
                sortName: "historyId"
                sortName: "id"
            });
            const editFormFields = ref({});
            const editFormOptions = ref([]);
@@ -66,7 +66,7 @@
            ]);
            const columns = ref([
                {
                    field: 'historyId',
                    field: 'id',
                    title: '历史记录主键',
                    type: 'int',
                    width: 120,
@@ -76,7 +76,7 @@
                    align: 'left'
                },
                {
                    field: 'id',
                    field: 'sourceId',
                    title: '原主键',
                    type: 'int',
                    width: 100,
@@ -96,6 +96,7 @@
                    type: 'string',
                    width: 120,
                    align: 'left',
                    // bind: { Key: "order_type", data: [] }
                    bind: { key: "order_type", data: [] }
                },
                {
@@ -172,7 +173,7 @@
                url: "/CabinOrderDetailHty/",
                columns: [
                    {
                        field: 'historyId',
                        field: 'id',
                        title: '历史记录主键',
                        type: 'int',
                        width: 120,
@@ -182,7 +183,7 @@
                        align: 'left'
                    },
                    {
                        field: 'id',
                        field: 'sourceId',
                        title: '原主键',
                        type: 'int',
                        width: 100,
@@ -213,7 +214,7 @@
                    },
                    {
                        field: 'order_Inqty',
                        title: '入库完成数量',
                        title: '完成数量',
                        type: 'decimal',
                        width: 120,
                        align: 'left'
@@ -279,8 +280,8 @@
                        sort: true
                    }
                ],
                sortName: "historyId",
                key: "historyId"
                sortName: "id",
                key: "id"
            });
            return {
                table,