Admin
5 天以前 2ec5ea20a8104dbfc1897696a61609119ba645a9
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue
@@ -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" },
@@ -90,7 +90,7 @@
      },
      {
        field: "palletCode",
        title: "托盘编号",
        title: "车轮条码",
        type: "string",
        width: 100,
        align: "left",