Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev
This commit was merged in pull request #117.
This commit is contained in:
@@ -74,10 +74,11 @@
|
||||
v-model="arbitrateRecord.verificaOpinion" />
|
||||
</el-form-item> -->
|
||||
<el-form-item label="笔录内容:" prop="responCrossOpin">
|
||||
<el-input type="textarea" :autosize="{ minRows: 6 }" v-model="arbitrateRecord.responCrossOpin" placeholder="请输入" />
|
||||
<!-- <el-input type="textarea" :autosize="{ minRows: 6 }" v-model="arbitrateRecord.responCrossOpin" placeholder="请输入" /> -->
|
||||
<el-input type="textarea" :autosize="{ minRows: 6 }" v-model="arbitrateRecordt.responCrossOpin" placeholder="请输入" />
|
||||
</el-form-item>
|
||||
<el-form-item label="审核意见:" prop="checkOpinion" v-if="flag == 2">
|
||||
<el-input type="textarea" autosize placeholder="请输入内容" v-model="arbitrateRecord.checkOpinion" />
|
||||
<el-input type="textarea" autosize placeholder="请输入内容" v-model="arbitrateRecordt.checkOpinion" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<!-- 画布 -->
|
||||
@@ -111,6 +112,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
// key: value
|
||||
arbitrateRecordt: {},
|
||||
form: {},
|
||||
arbitrateRecord: {
|
||||
checkOpinion:"同意"
|
||||
@@ -190,7 +192,7 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.form = this.detailform;
|
||||
console.log(this.detailform)
|
||||
if(this.form.arbitrateRecord.checkOpinion == null ){
|
||||
if(this.form.arbitrateRecord && this.form.arbitrateRecord.checkOpinion == null ){
|
||||
this.form.arbitrateRecord.checkOpinion = '同意'
|
||||
}
|
||||
this.arbitrateRecord = this.form.arbitrateRecord;
|
||||
@@ -204,6 +206,12 @@ export default {
|
||||
// 申请人裁决书
|
||||
evidenceFile(val) {
|
||||
if (val) {
|
||||
this.applicantFileArr = [];
|
||||
this.applicantPathArr = [];
|
||||
this.respondentFileArr = [];
|
||||
this.respondenPathArr = [];
|
||||
this.awardFileArr = [];
|
||||
this.awardPathArr = [];
|
||||
this.bookFileArr = [];
|
||||
this.bookPathArr = [];
|
||||
val.caseAttachList.forEach((item) => {
|
||||
@@ -214,8 +222,6 @@ export default {
|
||||
this.respondentFileArr.push(item.annexName);
|
||||
this.respondenPathArr.push(item.annexPath);
|
||||
} else if (item.annexType == 3) {
|
||||
this.awardFileArr = [];
|
||||
this.awardPathArr = [];
|
||||
this.awardFileArr.push(item.annexName);
|
||||
this.awardPathArr.push(item.annexPath);
|
||||
} else if (item.annexType == 7) {
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
<!-- <el-tab-pane label="快递信息" name="third" v-if="false">
|
||||
<expressDeliveryInfo :deliveryDataArr="detailform"></expressDeliveryInfo>
|
||||
</el-tab-pane> -->
|
||||
<!-- <el-tab-pane label="案件视频" name="fourth"> -->
|
||||
<el-tab-pane label="案件视频" name="fourth">
|
||||
<!-- <div @click="getVideo">chakanshipin</div> -->
|
||||
<!-- <el-empty description="暂无视频" v-if="!videoFlag"></el-empty>
|
||||
<el-empty description="暂无视频" v-if="!videoFlag"></el-empty>
|
||||
<video style="background-color: #181717;width: 400px;height: 200px;margin: 30px;" v-if="videoFlag" :src="headPath + item.annexPath" controls="controls" v-for="(item,index) in videoUrl" :key="index"></video>
|
||||
</el-tab-pane> -->
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<!-- <el-col :span="12">
|
||||
<el-form-item
|
||||
label="被申请人案件证据资料:"
|
||||
prop="respondentEvidence"
|
||||
@@ -176,7 +176,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
</el-form>
|
||||
<!-- 申请人主体信息 -->
|
||||
|
||||
Reference in New Issue
Block a user