feat(xzdstoragelog): 添加出入库单据生成功能
This commit is contained in:
parent
29d7dc1d5f
commit
caf029a8ae
@ -154,12 +154,6 @@
|
||||
<el-tag v-else type="success">其他</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="单据编号"
|
||||
align="center"
|
||||
prop="xzdStockNo"
|
||||
min-width="130"
|
||||
/>
|
||||
|
||||
<el-table-column label="物料编码" align="center" prop="matCode" min-width="200">
|
||||
<template #default="scope">
|
||||
@ -232,6 +226,7 @@
|
||||
:formatter="dateFormatter1"
|
||||
min-width="170"
|
||||
/>
|
||||
<el-table-column label="单据编号" align="center" prop="xzdStockNo" min-width="130" />
|
||||
</el-table>
|
||||
<!-- 分页 -->
|
||||
<Pagination
|
||||
@ -243,7 +238,6 @@
|
||||
</ContentWrap>
|
||||
</el-card>
|
||||
<MaterialForm ref="materialOpenFormRef" @success="getList" />
|
||||
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
@ -258,7 +252,7 @@ import { ref } from 'vue'
|
||||
import { HeliStockTypeDict, HeliStorageStatusDict } from '@/api/heli/wmsstorage'
|
||||
import { HeliStorageIsExportDict } from '@/api/heli/xzdstoragelog'
|
||||
import { dateFormatter, dateFormatter1 } from '@/utils/formatTime'
|
||||
import MaterialForm from "@/views/heli/material/MaterialForm.vue";
|
||||
import MaterialForm from '@/views/heli/material/MaterialForm.vue'
|
||||
|
||||
defineOptions({ name: 'Xzdstoragelog' })
|
||||
|
||||
@ -316,7 +310,7 @@ const getList = async () => {
|
||||
const materialOpenFormRef = ref()
|
||||
|
||||
const openPnForm = () => {
|
||||
materialOpenFormRef.value.open("create")
|
||||
materialOpenFormRef.value.open('create')
|
||||
}
|
||||
|
||||
/** 搜索按钮操作 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user