增加 ERP 系统的介绍

This commit is contained in:
YunaiV
2024-02-17 10:12:01 +08:00
parent c18b24e611
commit bb6d6dac79
4 changed files with 15 additions and 2 deletions

View File

@ -41,7 +41,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]"
class="!w-240px"
class="!w-220px"
/>
</el-form-item>
<el-form-item label="供应商" prop="supplierId">

View File

@ -73,7 +73,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]"
class="!w-240px"
class="!w-220px"
/>
</el-form-item>
<el-form-item>
@ -235,6 +235,10 @@ const handleExport = async () => {
}
/** 初始化 **/
onActivated(() => {
getList()
})
onMounted(async () => {
await getList()
// 加载产品、仓库列表