1
huangxiaoqiang
4 天以前 85d9ca4ec972ce4d020db046d930e8991709ae2d
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
@@ -25,7 +25,9 @@
            sortName: "createDate"
        });
        const editFormFields = ref({
            palletCode:"",
            locationCode:"",
            stockStatus:"",
        });
        const editFormOptions = ref([
@@ -126,6 +128,16 @@
                    required: true,
                },
                {
                    field: "remark",
                    title: "璋冩嫧浠撳簱",
                    type: "string",
                    width: 100,
                    align: "left",
                    edit: { type: "int" },
                    required: true,
                },
                {
                    field: "unit",
                    title: "鍗曚綅",
                    type: "int",
@@ -197,15 +209,7 @@
                    width: 160,
                    align: "left",
                    hidden:true,
                },
                {
                    field: "remark",
                    title: "澶囨敞",
                    type: "string",
                    width: 100,
                    align: "left",
                    hidden:true,
                },
                }
            ],
            sortName: "id",
            key: "id",