|
@@ -25,10 +25,9 @@
|
|
|
|
|
|
<el-form-item disabled label="审批日期">
|
|
<el-form-item disabled label="审批日期">
|
|
<el-date-picker
|
|
<el-date-picker
|
|
- v-model="dataForm.createTime"
|
|
|
|
|
|
+ v-model="dataForm.auditItenm"
|
|
size="large"
|
|
size="large"
|
|
type="date"
|
|
type="date"
|
|
- disabled
|
|
|
|
value-format="timestamp"
|
|
value-format="timestamp"
|
|
placeholder="审批日期"
|
|
placeholder="审批日期"
|
|
>
|
|
>
|
|
@@ -57,7 +56,7 @@ import Global from '@/layout/components/global'
|
|
actId: null,
|
|
actId: null,
|
|
auditMsg: null,
|
|
auditMsg: null,
|
|
auditUserId: null,
|
|
auditUserId: null,
|
|
- createTime: new Date
|
|
|
|
|
|
+ auditItenm: null
|
|
},
|
|
},
|
|
visible: false,
|
|
visible: false,
|
|
optionsBranch: []
|
|
optionsBranch: []
|
|
@@ -81,6 +80,7 @@ import Global from '@/layout/components/global'
|
|
this.dataForm.id = id
|
|
this.dataForm.id = id
|
|
this.dataForm.billId = id
|
|
this.dataForm.billId = id
|
|
this.dataForm.actId = actId
|
|
this.dataForm.actId = actId
|
|
|
|
+ this.$set(this.dataForm, 'auditItenm', Date.parse(new Date()))
|
|
},
|
|
},
|
|
approved () {
|
|
approved () {
|
|
this.$confirm(`是否通过审批?`, '提示', {
|
|
this.$confirm(`是否通过审批?`, '提示', {
|