刘磊
5 天以前 5eeed44ad21748ed7560a8c688d4e2d2f03555c8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue
@@ -16,7 +16,7 @@
export default defineComponent({
    setup() {
        const table = ref({
            key: 'wheels_ID',
            key: 'Id',
            footer: "Foots",
            cnName: '库存信息',
            name: 'stock/Dt_PalletStockInfo',
@@ -28,8 +28,8 @@
        const editFormOptions = ref([
        ]);
        const searchFormFields = ref({
            locationCode:"",
            palletCode:""
            locationCode: "",
            palletCode: ""
        });
        const searchFormOptions = ref([
            [
@@ -39,13 +39,13 @@
            ]
        ]);
        const columns = ref([
        { field: 'Id', title: '主键ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
            { field: 'Id', title: '主键ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
            //{ field: 'palletCode', title: '料箱号/托盘号', type: 'string', width: 110, align: 'left' },
             { field: 'areaCode', title: '库区', type: 'string', width: 110, align: 'left',bind: { key: "AreaType", data: [] } },
            { field: 'areaCode', title: '库区', type: 'string', width: 110, align: 'left', bind: { key: "AreaType", data: [] } },
            { field: 'locationCode', title: '库位号', type: 'string', width: 110, align: 'left' },
            //{ field: 'SequenceNum', title: '序列号', type: 'string', width: 110, align: 'left', sort: true, link: true, },
            { field: 'stockStatus', title: '库存状态', type: 'string', width: 110, align: 'left',bind: { key: "CurrentStatue", data: [] } },
            { field: 'creater', title: '创建时间', type: 'string',  width: 100, align: 'left' },
            { field: 'stockStatus', title: '库存状态', type: 'string', width: 110, align: 'left', bind: { key: "CurrentStatue", data: [] } },
            { field: 'creater', title: '创建时间', type: 'string', width: 100, align: 'left' },
            { field: 'createDate', title: '创建时间', type: 'datetime', sort: true, width: 100, align: 'left' },
        ]);