Browse Source

默认追加,,不可修改,,下载的文件模板名称,消耗QAD回传接口信息导入模板

hella_online_20240913
yufei_wang 1 week ago
parent
commit
251abfc6b2
  1. 4
      src/views/wms/agvManage/backflushDetailbQad/index.vue

4
src/views/wms/agvManage/backflushDetailbQad/index.vue

@ -61,7 +61,7 @@
<Detail ref="detailRef" :isBasic="true" :allSchemas="BackflushDetailbQad.allSchemas" />
<!-- 导入 -->
<ImportForm ref="importFormRef" url="/wms/backflush-detailb-qad/import" :importTemplateData="importTemplateData" @success="importSuccess" />
<ImportForm ref="importFormRef" :mode="2" :updateIsDisable="true" :coverIsDisable="true" url="/wms/backflush-detailb-qad/import" :importTemplateData="importTemplateData" @success="importSuccess" />
</template>
<script setup lang="ts">
@ -244,7 +244,7 @@ const handleImport = () => {
//
const importTemplateData = reactive({
templateUrl: '',
templateTitle: '制品收货记录子表QAD返回数据导入模版.xlsx'
templateTitle: '消耗QAD回传接口信息导入模板.xlsx'
})
//
const importSuccess = () => {

Loading…
Cancel
Save