|
|
|
@ -160,7 +160,9 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
<!-- 必填 --> |
|
|
|
|
<el-form-item label="运单商场" v-if="displaySettings.waybillMall"> |
|
|
|
|
<el-input v-model="endFrom.waybillMall" disabled /> |
|
|
|
|
<el-tooltip :content="endFrom.waybillMall" placement="top"> |
|
|
|
|
<el-input v-model="endFrom.waybillMall" disabled /> |
|
|
|
|
</el-tooltip> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
<el-form-item label="合作模式" v-if="displaySettings.typeServiceName"> |
|
|
|
@ -229,7 +231,7 @@
|
|
|
|
|
class="inpuit_Investigationprocess" |
|
|
|
|
v-if="displaySettings.investigationProcess" |
|
|
|
|
> |
|
|
|
|
<el-input v-model="endFrom.investigationProcess" disabled /> |
|
|
|
|
<el-input v-model="endFrom.investigationProcess" disabled type="textarea" :rows="2"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -585,7 +587,21 @@
|
|
|
|
|
v-if="endFrom.packageImage.length" |
|
|
|
|
> |
|
|
|
|
<el-tab-pane label="照片"> |
|
|
|
|
<el-upload |
|
|
|
|
<el-image |
|
|
|
|
v-for="(item, index) in endFrom.packageImage" |
|
|
|
|
:key="index" |
|
|
|
|
style="width: 80px; height: 80px" |
|
|
|
|
:src="item.url" |
|
|
|
|
:zoom-rate="1.2" |
|
|
|
|
:max-scale="7" |
|
|
|
|
:min-scale="0.2" |
|
|
|
|
:preview-src-list="endFrom.packageImage.map(v => v.url)" |
|
|
|
|
:z-index="index" |
|
|
|
|
:initial-index="index" |
|
|
|
|
fit="cover" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<!-- <el-upload |
|
|
|
|
disabled |
|
|
|
|
v-model:file-list="endFrom.packageImage" |
|
|
|
|
list-type="picture-card" |
|
|
|
@ -611,7 +627,7 @@
|
|
|
|
|
:initial-index="4" |
|
|
|
|
fit="cover" |
|
|
|
|
/> |
|
|
|
|
</el-dialog> |
|
|
|
|
</el-dialog> --> |
|
|
|
|
</el-tab-pane> |
|
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
|
@ -669,7 +685,7 @@
|
|
|
|
|
> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
v-if="PermissionButton.information_editing && endFrom.discoveryNode !='3'" |
|
|
|
|
v-if="PermissionButton.information_editing && endFrom.discoveryNode != '3'" |
|
|
|
|
@click="EditInformation" |
|
|
|
|
>修改内部责任划分</el-button |
|
|
|
|
> |
|
|
|
@ -787,14 +803,15 @@
|
|
|
|
|
|
|
|
|
|
<div class="img" v-if="item.img"> |
|
|
|
|
<el-image |
|
|
|
|
v-for="(item, index) in item.imgList" |
|
|
|
|
:key="index" |
|
|
|
|
:src="item" |
|
|
|
|
v-for="(items, indexs) in item.imgList" |
|
|
|
|
:key="indexs" |
|
|
|
|
:src="items" |
|
|
|
|
:zoom-rate="1.2" |
|
|
|
|
:max-scale="7" |
|
|
|
|
:min-scale="0.2" |
|
|
|
|
:preview-src-list="[item]" |
|
|
|
|
:initial-index="4" |
|
|
|
|
:preview-src-list="item.imgList" |
|
|
|
|
:initial-index="indexs" |
|
|
|
|
:z-index="indexs" |
|
|
|
|
fit="cover" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
@ -1262,15 +1279,16 @@ const Completedsubmission = () => {
|
|
|
|
|
//已经完结了的,可以给仓库客服展示 |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
// 否则只能总部客服和经理展示 |
|
|
|
|
if ( |
|
|
|
|
UserPermissions.value == Useridentity.Headquarters_customer_service || |
|
|
|
|
UserPermissions.value == Useridentity.Headquarters_Manager |
|
|
|
|
) { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
// // 否则只能总部客服和经理展示 |
|
|
|
|
// if ( |
|
|
|
|
// UserPermissions.value == Useridentity.Headquarters_customer_service || |
|
|
|
|
// UserPermissions.value == Useridentity.Headquarters_Manager |
|
|
|
|
// ) { |
|
|
|
|
// return true; |
|
|
|
|
// } |
|
|
|
|
return false; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const CompletedPresentation = () => { |
|
|
|
|
if ( |
|
|
|
|
UserPermissions.value == Useridentity.Headquarters_customer_service || |
|
|
|
@ -3077,7 +3095,7 @@ const AppealEstablished = () => {
|
|
|
|
|
justify-content: flex-start; |
|
|
|
|
} |
|
|
|
|
:deep(.el-tabs__content) { |
|
|
|
|
padding: 0 10px; |
|
|
|
|
padding: 4px 10px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.payanindemnity { |
|
|
|
@ -3353,9 +3371,8 @@ const AppealEstablished = () => {
|
|
|
|
|
height: 20%; |
|
|
|
|
overflow: scroll; |
|
|
|
|
.el-image { |
|
|
|
|
width: 20%; |
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
|
|
width:50px; |
|
|
|
|
height:50px; |
|
|
|
|
margin: 4px; |
|
|
|
|
} |
|
|
|
|
img { |
|
|
|
@ -3388,7 +3405,11 @@ const AppealEstablished = () => {
|
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
height: auto; |
|
|
|
|
height: 20px; |
|
|
|
|
h4 { |
|
|
|
|
padding: 0; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
:deep(.el-tag) { |
|
|
|
|
width: 70px; |
|
|
|
|
} |
|
|
|
@ -3600,6 +3621,9 @@ const AppealEstablished = () => {
|
|
|
|
|
.is-active { |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.el-image-viewer__wrapper { |
|
|
|
|
z-index: 99999999999999999999 !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
:deep(.topClass) { |
|
|
|
|
border-bottom: none; |
|
|
|
@ -3830,7 +3854,10 @@ const AppealEstablished = () => {
|
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
:deep(.el-tabs__header){ |
|
|
|
|
:deep(.el-tabs__header) { |
|
|
|
|
background-color: #fdfdfd; |
|
|
|
|
} |
|
|
|
|
:deep(.el-image-viewer__wrapper) { |
|
|
|
|
z-index: 999999999999999 !important; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|