|
|
@ -10,7 +10,7 @@ |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="流程发起时间" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="流程发起时间" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<j-date placeholder="请选择流程发起时间" v-decorator="['createTime']" :trigger-change="true" style="width: 100%" /> |
|
|
|
<j-date placeholder="请选择流程发起时间" v-decorator="['createTime']" :trigger-change="true" style="width: 100%" disabled/> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
@ -34,28 +34,28 @@ |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="授权时间(开启时间)" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="授权开启时间" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<j-date placeholder="请选择授权时间(开启时间)" v-decorator="['privilegedTimeStart',validatorRules.privilegedTimeStart]" :trigger-change="true" style="width: 100%" /> |
|
|
|
<j-date placeholder="请选择授权时间(开启时间)" v-decorator="['privilegedTimeStart',validatorRules.privilegedTimeStart]" @change="dateback" :trigger-change="true" style="width: 100%" /> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="授权时间(结束时间)" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="授权结束时间" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<j-date placeholder="请选择授权时间(结束时间)" v-decorator="['privilegedTimeEnd',validatorRules.privilegedTimeEnd]" :trigger-change="true" style="width: 100%" /> |
|
|
|
<j-date placeholder="请选择授权时间(结束时间)" v-decorator="['privilegedTimeEnd',validatorRules.privilegedTimeEnd]" @change="dateback2" :trigger-change="true" style="width: 100%" /> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="是否继续授权" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="是否继续授权" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<j-switch v-decorator="['continueAuthorize']" ></j-switch> |
|
|
|
<j-dict-select-tag v-decorator="['continueAuthorize', {}]" placeholder="是否继续授权" :type="'radio'" :triggerChange="true" dictCode="authorize_code"/> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="授权时间(确认时间)" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="授权确认时间" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-input v-decorator="['privilegedAffirmedTime',validatorRules.privilegedAffirmedTime]" placeholder="请输入授权时间(确认时间)" ></a-input> |
|
|
|
<j-date placeholder="请选择授权时间(确认时间)" v-decorator="['privilegedAffirmedTime',validatorRules.privilegedAffirmedTime]" :trigger-change="true" style="width: 100%" /> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="授权天数" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="授权天数" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-input-number v-decorator="['authorizationNumberDays',validatorRules.authorizationNumberDays]" placeholder="请输入授权天数" style="width: 100%" /> |
|
|
|
<a-input-number v-decorator="['authorizationNumberDays']" placeholder="授权天数" style="width: 100%" disabled/> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<!-- <a-col :span="12">--> |
|
|
|
<!-- <a-col :span="12">--> |
|
|
@ -259,7 +259,6 @@ |
|
|
|
// 触发表单验证 |
|
|
|
// 触发表单验证 |
|
|
|
this.form.validateFields((err, values) => { |
|
|
|
this.form.validateFields((err, values) => { |
|
|
|
if (!err) { |
|
|
|
if (!err) { |
|
|
|
that.confirmLoading = true; |
|
|
|
|
|
|
|
let httpurl = ''; |
|
|
|
let httpurl = ''; |
|
|
|
let method = ''; |
|
|
|
let method = ''; |
|
|
|
if(!this.model.id){ |
|
|
|
if(!this.model.id){ |
|
|
@ -270,16 +269,26 @@ |
|
|
|
method = 'put'; |
|
|
|
method = 'put'; |
|
|
|
} |
|
|
|
} |
|
|
|
let formData = Object.assign(this.model, values); |
|
|
|
let formData = Object.assign(this.model, values); |
|
|
|
|
|
|
|
formData.procDefId = this.processData.id; |
|
|
|
|
|
|
|
formData.procDeTitle = this.processData.name; |
|
|
|
|
|
|
|
formData.title=this.processData.description; |
|
|
|
|
|
|
|
if (!formData.tableName)formData.tableName = this.processData.businessTable; |
|
|
|
|
|
|
|
console.log('格式化后的数据',formData) |
|
|
|
console.log("表单提交数据",formData) |
|
|
|
console.log("表单提交数据",formData) |
|
|
|
|
|
|
|
if (new Date(formData.privilegedTimeStart).getTime()/100>=new Date(formData.privilegedTimeEnd).getTime()/100){ |
|
|
|
|
|
|
|
this.$message.error("授权开始时间不能大于授权结束时间") |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.btndisabled = true; |
|
|
|
httpAction(httpurl,formData,method).then((res)=>{ |
|
|
|
httpAction(httpurl,formData,method).then((res)=>{ |
|
|
|
if(res.success){ |
|
|
|
if(res.success){ |
|
|
|
that.$message.success(res.message); |
|
|
|
that.$message.success(res.message); |
|
|
|
that.$emit('ok'); |
|
|
|
that.$emit('afterSubmit',formData); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
that.$message.warning(res.message); |
|
|
|
that.$message.warning(res.message); |
|
|
|
} |
|
|
|
} |
|
|
|
}).finally(() => { |
|
|
|
}).finally(() => { |
|
|
|
that.confirmLoading = false; |
|
|
|
this.btndisabled = false; |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -300,6 +309,57 @@ |
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
dateback(data){ |
|
|
|
|
|
|
|
if (this.form.getFieldsValue().privilegedTimeEnd !== undefined){ |
|
|
|
|
|
|
|
let date = new Date(this.form.getFieldsValue().privilegedTimeEnd).getTime(); |
|
|
|
|
|
|
|
let time = new Date(data).getTime(); |
|
|
|
|
|
|
|
if (time >= date){ |
|
|
|
|
|
|
|
let param={} |
|
|
|
|
|
|
|
param.authorizationNumberDays = Number(0); |
|
|
|
|
|
|
|
this.data=param; |
|
|
|
|
|
|
|
let fieldval =pick(this.data,'authorizationNumberDays') |
|
|
|
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
this.$message.warning('开始时间不能大于等于结束时间'); |
|
|
|
|
|
|
|
}else { |
|
|
|
|
|
|
|
let day = (date - time)/(1000*3600*24) |
|
|
|
|
|
|
|
let param={} |
|
|
|
|
|
|
|
param.authorizationNumberDays = Number(day); |
|
|
|
|
|
|
|
this.data=param; |
|
|
|
|
|
|
|
let fieldval =pick(this.data,'authorizationNumberDays') |
|
|
|
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
dateback2(data){ |
|
|
|
|
|
|
|
if (this.form.getFieldsValue().privilegedTimeStart !== undefined){ |
|
|
|
|
|
|
|
let date = new Date(this.form.getFieldsValue().privilegedTimeStart).getTime(); |
|
|
|
|
|
|
|
let time = new Date(data).getTime(); |
|
|
|
|
|
|
|
if (time <= date){ |
|
|
|
|
|
|
|
let param={} |
|
|
|
|
|
|
|
param.authorizationNumberDays = Number(0); |
|
|
|
|
|
|
|
this.data=param; |
|
|
|
|
|
|
|
let fieldval =pick(this.data,'authorizationNumberDays') |
|
|
|
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
this.$message.warning('结束时间不能小于等于结束时间'); |
|
|
|
|
|
|
|
}else { |
|
|
|
|
|
|
|
let day = ( time- date)/(1000*3600*24) |
|
|
|
|
|
|
|
let param={} |
|
|
|
|
|
|
|
param.authorizationNumberDays = Number(day); |
|
|
|
|
|
|
|
this.data=param; |
|
|
|
|
|
|
|
let fieldval =pick(this.data,'authorizationNumberDays') |
|
|
|
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|