Admin
2 天以前 679893ee68e2f7d422431bb22b665e9217f23410
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue
@@ -19,12 +19,12 @@
export default defineComponent({
  setup() {
    const table = ref({
      key: "Id",
      key: "id",
      footer: "Foots",
      cnName: "库存暂存出库历史",
      name: "Dt_PreOutbound",
      url: "/Dt_PreOutbound/",
      sortName: "Id",
      sortName: "id",
    });
    const editFormFields = ref({
      palletCode: "",
@@ -39,7 +39,7 @@
    const editFormOptions = ref([
      [
        {
          title: "托盘编号",
          title: "车轮条码",
          field: "palletCode",
          type: "string",
        },
@@ -68,7 +68,7 @@
    });
    const searchFormOptions = ref([
      [
        { title: "托盘编号", field: "palletCode", type: "like" },
        { title: "车轮条码", field: "palletCode", type: "like" },
        { title: "状态", field: "stockStatus", type: "int" },
        //{ title: "类型", field: "wheels_Type", type: "int" },
        { title: "备注", field: "remark", type: "like" },
@@ -78,7 +78,7 @@
    ]);
    const columns = ref([
      {
        field: "Id",
        field: "id",
        title: "主键",
        type: "int",
        width: 90,
@@ -90,7 +90,7 @@
      },
      {
        field: "palletCode",
        title: "托盘编号",
        title: "车轮条码",
        type: "string",
        width: 100,
        align: "left",