Commit 8bc78750 authored by jingnan's avatar jingnan 👀

返厂入库到货日期编辑报错bug修改

parent 52691fb6
...@@ -905,7 +905,7 @@ export default { ...@@ -905,7 +905,7 @@ export default {
name: 'el-date-picker', name: 'el-date-picker',
disabled: childrenAddOrEdit, disabled: childrenAddOrEdit,
format: 'yyyy-MM-dd', format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd', valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择到货日期' placeholder: '请选择到货日期'
} }
}, },
......
...@@ -901,7 +901,7 @@ export default { ...@@ -901,7 +901,7 @@ export default {
name: 'el-date-picker', name: 'el-date-picker',
disabled: true, disabled: true,
format: 'yyyy-MM-dd', format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd', valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择到货日期' placeholder: '请选择到货日期'
} }
}, },
......
...@@ -192,7 +192,7 @@ export default { ...@@ -192,7 +192,7 @@ export default {
name: 'el-date-picker', name: 'el-date-picker',
disabled: true, disabled: true,
format: 'yyyy-MM-dd', format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd', valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择到货日期' placeholder: '请选择到货日期'
} }
}, },
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
clearable: true, clearable: true,
name: 'el-date-picker', name: 'el-date-picker',
format: 'yyyy-MM-dd', format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd', valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择生产日期' placeholder: '请选择生产日期'
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment