|
@@ -421,7 +421,7 @@ export default {
|
|
|
onSubmit (type) {
|
|
|
if (type == '提交' && (this.siteid == 'HY' || this.siteid == 'YOSTEST1')){
|
|
|
this.$refs.dialogRef.dialogVisible = true
|
|
|
- this.$refs.dialogRef.form.reminddays = this.mainData.contract_reminddays
|
|
|
+ this.$refs.dialogRef.form.reminddays = this.mainData.contract_reminddays ? this.mainData.contract_reminddays : 7
|
|
|
}else {
|
|
|
this.$confirm(`${this.$t(`是否`)} ${this.$t(type)} ${this.$t(`该订单`)}`, this.$t('提示'), {
|
|
|
confirmButtonText: this.$t('确定'),
|