新购配件

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

View File

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

View File

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