|
@@ -150,7 +150,7 @@
|
150
|
150
|
<img :src="dialogImageUrl" width="100%" alt="">
|
151
|
151
|
</el-dialog>
|
152
|
152
|
</el-form-item>
|
153
|
|
- <el-button type="primary" @click="submitContent">提交</el-button>
|
|
153
|
+ <el-button type="primary" @click="submitContent" style="margin-left: 90%;transform:translateY(-340%);">提交</el-button>
|
154
|
154
|
</div>
|
155
|
155
|
</div>
|
156
|
156
|
<div v-if="listQuery.status==='3'">
|
|
@@ -159,7 +159,7 @@
|
159
|
159
|
</div>
|
160
|
160
|
<br>
|
161
|
161
|
<div>
|
162
|
|
- <textarea v-model="listQuery.relationContent" placeholder="请输入内容" class="textarea-inherit" id="message_textarea" rows="4"></textarea>
|
|
162
|
+ <textarea v-model="listQuery.relationContent" placeholder="处理完了?在此填写处理结果,发送给业主让TA给好评~" class="textarea-inherit" id="message_textarea" rows="4"></textarea>
|
163
|
163
|
</div>
|
164
|
164
|
<div>
|
165
|
165
|
<el-form-item label="图片附件">
|
|
@@ -179,7 +179,7 @@
|
179
|
179
|
<img :src="dialogImageUrl" width="100%" alt="">
|
180
|
180
|
</el-dialog>
|
181
|
181
|
</el-form-item>
|
182
|
|
- <el-button type="primary" @click="succeedClick">提交</el-button>
|
|
182
|
+ <el-button type="primary" @click="succeedClick" style="margin-left: 90%;transform:translateY(-340%);">发送处理结果</el-button>
|
183
|
183
|
</div>
|
184
|
184
|
</div>
|
185
|
185
|
|
|
@@ -433,7 +433,7 @@ export default {
|
433
|
433
|
background: 'rgba(0, 0, 0, 0.7)'
|
434
|
434
|
})
|
435
|
435
|
if(this.listQuery.textContent===undefined){
|
436
|
|
- this.$message.error('请填写拒绝内容')
|
|
436
|
+ this.$message.error('请输入内容')
|
437
|
437
|
loading.close()
|
438
|
438
|
return
|
439
|
439
|
}
|
|
@@ -534,7 +534,7 @@ export default {
|
534
|
534
|
})
|
535
|
535
|
loading.close()
|
536
|
536
|
}).catch(() => {
|
537
|
|
- console.log('error addRecordComment')
|
|
537
|
+ console.log('error UpdateTicket')
|
538
|
538
|
})
|
539
|
539
|
this.contentImgIO = []
|
540
|
540
|
},
|