1
huangxiaoqiang
2025-12-30 791e62c07826986d326aac48f5bdeef88d71f072
项目代码/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -1,16 +1,8 @@
<template>
    <view-grid
      ref="grid"
      :columns="columns"
      :detail="detail"
      :editFormFields="editFormFields"
      :editFormOptions="editFormOptions"
      :searchFormFields="searchFormFields"
      :searchFormOptions="searchFormOptions"
      :table="table"
      :extend="extend"
    >
  <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
    :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
    :table="table" :extend="extend">
    </view-grid>
  </template>
    <script>
@@ -49,7 +41,8 @@
      const searchFormOptions = ref([
        [
          { title: "鎵樼洏缂栧彿", field: "palletCode" ,type:'like'},
          { title: "璐т綅缂栧彿", field: "locationCode" },
        { title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
        { title: "鎵樼洏绫诲瀷", field: "palletType", type: "select", dataKey: "palletType", data: [] },
        ],
      ]);
      const columns = ref([