wente
2024-01-15 f381953105a1d4d9f08467b3529d6f3f2f8ef858
项目表
1个文件已修改
7 ■■■■ 已修改文件
web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
@@ -1,4 +1,5 @@
<template>
  <div>
  <zt-dialog ref="dialog" column="3" :title="title" :stepMarker="stepMarker" @confirm="formSubmit">
    <el-form :model="dataForm" :inline="true" ref="dataForm" style="padding-top: 0" :disabled="dataForm.disabled"
             label-width="120px" class="circulationFormAuto">
@@ -256,8 +257,12 @@
      <el-button v-if="dataForm.disabled" type="primary" @click="print()">打印</el-button>
    </template>
  </zt-dialog>
</template>
<add-or-update ref="addOrUpdate" @refreshDataList="getQuery()"/>
  </div>
</template>
<script>
  import qs from "qs";
  import Cookies from "js-cookie";