yuejunhao
2024-01-08 3f53527186aff46b419e578354c22e7adda811a2
返库页面以及返库新增页面的完成2
1个文件已修改
16 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/ReturnToStorageCreate.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/ReturnToStorageCreate.vue
@@ -56,6 +56,16 @@
  ],//表头按钮
  toolbarConfig: {
    buttons: [
      {
        'name': '清除',
         'code':'add',
        status: 'primary',
      },
      {
        'name': '确定',
         'code':'add',
        status: 'primary',
      },
    ],
    import: false,
    export: true,
@@ -142,6 +152,7 @@
      </el-row>
    </div>
    <div class="order-detail">
      <vxe-grid
          max-height="97%"
          class="mytable-scrollbar"
@@ -149,6 +160,7 @@
          v-bind="gridOptions"
          v-on="gridEvents"
      >
        <template #num1_filter="{ column, $panel }">
          <div>
            <div v-for="(option, index) in column.filters" :key="index">
@@ -159,10 +171,6 @@
      </vxe-grid>
      <el-row justify="center">
          <el-button  id="searchButton" type="primary" :icon="Search" style="margin-right:20px;">清除</el-button>
          <el-button  id="searchButton" type="primary" :icon="save" style="margin-left:20px;">确定</el-button>
      </el-row>
    </div>
  </div>
</template>