新购配件

This commit is contained in:
bb_pan 2025-08-27 21:45:27 +08:00
parent f0b86c9095
commit 1b5bd7f075
3 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
<el-date-picker
v-model="maForm.arrivalTime"
style="width: 240px"
value-format="yyyy-MM-dd hh:mm:ss"
type="date"
value-format="yyyy-MM-dd HH:mm:ss"
type="datetime"
placeholder="请选择到货日期"
></el-date-picker>
</el-form-item>

View File

@ -107,7 +107,7 @@
:show-overflow-tooltip="true"
/>
<el-table-column
label="采购配件"
label="配件名称"
align="center"
prop="purchaseMaTypeName"
width="140"

View File

@ -13,7 +13,7 @@
<el-date-picker
v-model="maForm.arrivalTime"
style="width: 240px"
value-format="yyyy-MM-dd hh:mm:ss"
value-format="yyyy-MM-dd"
type="date"
placeholder="请选择到货日期"
@change="arrivalTimeChange"