1
dengjunjie
8 天以前 a770206c91e495b802b3e9371e06834586ad7715
н¨Îļþ¼Ð/WMS/src/views/inbound/inboundOrderDetail_Hty.vue
@@ -22,12 +22,12 @@
    export default defineComponent({
        setup() {
            const table = ref({
                key: 'historyId',
                key: 'id',
                footer: "Foots",
                cnName: '历史入库单明细',
                name: 'dtCabinOrderDetailHty',
                url: "/DtCabinOrderDetailHty/",
                sortName: "historyId"
                sortName: "id"
            });
            const editFormFields = ref({});
            const editFormOptions = ref([]);
@@ -69,7 +69,7 @@
            ]);
            const columns = ref([
                {
                    field: 'historyId',
                    field: 'id',
                    title: '历史记录主键',
                    type: 'int',
                    width: 120,
@@ -79,7 +79,7 @@
                    align: 'left'
                },
                {
                    field: 'id',
                    field: 'sourceId',
                    title: '原主键',
                    type: 'int',
                    width: 100,
@@ -178,10 +178,10 @@
            ]);
const detail = ref({
    cnName: "历史入库单明细详情",
    table: "DtCabinOrderDetailHtyDetail",
    table: "Dt_CabinOrderDetailHtyDetail",
    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,
@@ -288,8 +288,8 @@
            sort: true
        }
    ],
    sortName: "historyId",
    key: "historyId"
    sortName: "sourceId",
    key: "sourceId"
});
            return {
                table,