|
@@ -69,7 +69,7 @@
|
|
|
<el-date-picker v-if="item[1].type == 'date'"
|
|
|
v-model="form[item[1].prop]" clearable style="width: 100%;"
|
|
|
type="date" size="small" :disabled="detailData.seeDisabled || item[1].disabled"
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
+ value-format="yyyy-MM-dd HH:mm"
|
|
|
placeholder="选择日期">
|
|
|
</el-date-picker>
|
|
|
<search-query v-else-if="item[1].type == 'select'"
|
|
@@ -258,7 +258,7 @@ import {dateFormat} from "@/util/date";
|
|
|
saveLoading:false,
|
|
|
// 详情数据
|
|
|
form:{
|
|
|
- billDate:dateFormat(new Date(), "yyyy-MM-dd"), // 单据日期 默认 当天
|
|
|
+ billDate:dateFormat(new Date(), "yyyy-MM-dd") + ' 00:00', // 单据日期 默认 当天
|
|
|
operatorName:JSON.parse(localStorage.getItem('saber-userInfo')).content.user_name, // OP 默认登录人
|
|
|
operatorId:JSON.parse(localStorage.getItem('saber-userInfo')).content.user_id, // OP 默认登录人
|
|
|
businessType:'SE', // 业务类型 默认 海运出口
|