Commit 8bc78750 authored by jingnan's avatar jingnan 👀

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

parent 52691fb6
......@@ -905,7 +905,7 @@ export default {
name: 'el-date-picker',
disabled: childrenAddOrEdit,
format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择到货日期'
}
},
......
......@@ -901,7 +901,7 @@ export default {
name: 'el-date-picker',
disabled: true,
format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择到货日期'
}
},
......
......@@ -192,7 +192,7 @@ export default {
name: 'el-date-picker',
disabled: true,
format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd hh:mm:ss',
placeholder: '请选择到货日期'
}
},
......@@ -203,7 +203,7 @@ export default {
clearable: true,
name: 'el-date-picker',
format: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd',
valueFormat: 'yyyy-MM-dd hh:mm:ss',
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