新购配件
This commit is contained in:
parent
f0b86c9095
commit
1b5bd7f075
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
:show-overflow-tooltip="true"
|
||||
/>
|
||||
<el-table-column
|
||||
label="采购配件"
|
||||
label="配件名称"
|
||||
align="center"
|
||||
prop="purchaseMaTypeName"
|
||||
width="140"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue