task#14504,记账-》添加车衣,电瓶,责任险费用有就扣除;新增结算比例,按地库费用结算
This commit is contained in:
@@ -46,7 +46,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<span class="titleLeft">扣除责任险费:</span>
|
<span class="titleLeft">扣除责任险费:</span>
|
||||||
<span class="content">{{orderInfo.policyAmount}} {{orderInfo.cutInsuranceAmount==1 ? '是' : (orderInfo.cutInsuranceAmount==0 ? '否' : ' ')}}</span>
|
<span
|
||||||
|
class="content">{{ orderInfo.policyAmount }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<span class="leftTitle fontColor">工单照片:</span>
|
<span class="leftTitle fontColor">工单照片:</span>
|
||||||
@@ -98,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-between" v-show="basementFeeState">
|
<div class="flex-between" v-show="basementFeeState">
|
||||||
<div>地库费:</div>
|
<div>地库费:</div>
|
||||||
<div class="halfOpcity inputContent"><input type="number" v-model="form.supplierBasementFee"/>元</div>
|
<div class="halfOpcity inputContent"><input type="number" v-model="form.supplierBasementFee" :disabled="!isBasementSettle" />元</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<div>收取客户金额:</div>
|
<div>收取客户金额:</div>
|
||||||
@@ -106,15 +107,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-between bgDisable" :class=" { 'flex-between': true, 'bgDisable' : basePriceDisabled } ">
|
<div class="flex-between bgDisable" :class=" { 'flex-between': true, 'bgDisable' : basePriceDisabled } ">
|
||||||
<div>基本费用:</div>
|
<div>基本费用:</div>
|
||||||
<div class="halfOpcity inputContent " ><input class="disable" type="number" :readonly="basePriceDisabled" v-model="form.supplierBasePrice"/><span >元</span></div>
|
<div class="halfOpcity inputContent "><input class="disable" type="number" :readonly="basePriceDisabled || isBasementSettle"
|
||||||
|
v-model="form.supplierBasePrice"/><span>元</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-between bgDisable">
|
<div class="flex-between bgDisable">
|
||||||
<div>额外费用总计:</div>
|
<div>额外费用总计:</div>
|
||||||
<div class="halfOpcity inputContent " ><input class="disable" type="number" :readonly="true" v-model="form.supplierExtraPrice"/><span>元</span></div>
|
<div class="halfOpcity inputContent "><input class="disable" type="number" :readonly="true"
|
||||||
|
v-model="form.supplierExtraPrice"/><span>元</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-between bgDisable ">
|
<div class="flex-between bgDisable ">
|
||||||
<div>费用总计:</div>
|
<div>费用总计:</div>
|
||||||
<div class="halfOpcity inputContent " ><input class="disable" type="number" :readonly="true" v-model="form.supplierSettleAmount"/><span >元</span></div>
|
<div class="halfOpcity inputContent "><input class="disable" type="number" :readonly="true"
|
||||||
|
v-model="form.supplierSettleAmount"/><span>元</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<div> </div>
|
<div> </div>
|
||||||
@@ -127,7 +131,9 @@
|
|||||||
<!-- <two-common-btn class="btn" @cancelClick="cancelBtn" @submitClick="save" />-->
|
<!-- <two-common-btn class="btn" @cancelClick="cancelBtn" @submitClick="save" />-->
|
||||||
<div class="btn">
|
<div class="btn">
|
||||||
<button class="cancel" @click="noMultipleClicks(cancelBtn )">取消</button>
|
<button class="cancel" @click="noMultipleClicks(cancelBtn )">取消</button>
|
||||||
<button v-if="orderInfo.checkCount < 3" :class="{'submit' : true,'loading' : loading}" @click="noMultipleClicks(save)" >提交</button>
|
<button v-if="orderInfo.checkCount < 3" :class="{'submit' : true,'loading' : loading}"
|
||||||
|
@click="noMultipleClicks(save)">提交
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -179,11 +185,14 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="col1">基本费用:{{ orderInfo.basePrice + '元' }}</td>
|
<td class="col1">基本费用:{{ orderInfo.basePrice + '元' }}</td>
|
||||||
<td class="col2 halfOpc" :style="{ opacity: basePriceDisabled ? '1' : '0.5' }"><input :class="basePriceDisabled ? 'supplierdisable' : ''" :readonly="basePriceDisabled" v-model="form.supplierBasePrice"/></td>
|
<td class="col2 halfOpc" :style="{ opacity: basePriceDisabled ? '1' : '0.5' }"><input
|
||||||
|
:class="basePriceDisabled ? 'supplierdisable' : ''" :readonly="basePriceDisabled"
|
||||||
|
v-model="form.supplierBasePrice"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="col1">额外费用总计:{{ orderInfo.extraPrice + '元' }}</td>
|
<td class="col1">额外费用总计:{{ orderInfo.extraPrice + '元' }}</td>
|
||||||
<td class="col2 halfOpc" style="opacity: 1;"><input class="supplierdisable" :readonly="true" v-model="form.supplierExtraPrice"/></td>
|
<td class="col2 halfOpc" style="opacity: 1;"><input class="supplierdisable" :readonly="true"
|
||||||
|
v-model="form.supplierExtraPrice"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="col1">收取客户:{{ orderInfo.customerAmount + '元' }}</td>
|
<td class="col1">收取客户:{{ orderInfo.customerAmount + '元' }}</td>
|
||||||
@@ -201,7 +210,8 @@
|
|||||||
<div class="title col1" style="white-space: nowrap;">审核失败原因</div>
|
<div class="title col1" style="white-space: nowrap;">审核失败原因</div>
|
||||||
<div class="reason">{{ orderInfo.auditRemark }}</div>
|
<div class="reason">{{ orderInfo.auditRemark }}</div>
|
||||||
<div v-show="orderInfo.auditPhoto" style="display: flex;flex-wrap: wrap">
|
<div v-show="orderInfo.auditPhoto" style="display: flex;flex-wrap: wrap">
|
||||||
<van-image class="camerImg" v-for="(item,index) in auditPhotoList" :key="index" :src="item.url" @click="previewPhoto(index)" />
|
<van-image class="camerImg" v-for="(item,index) in auditPhotoList" :key="index" :src="item.url"
|
||||||
|
@click="previewPhoto(index)"/>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="col2 alignLeft" style="border-bottom-right-radius: 3px">
|
<td class="col2 alignLeft" style="border-bottom-right-radius: 3px">
|
||||||
@@ -209,7 +219,8 @@
|
|||||||
<div class="title" style="margin-bottom: 8px"> 本次补充说明:</div>
|
<div class="title" style="margin-bottom: 8px"> 本次补充说明:</div>
|
||||||
<div style="display: flex;margin-bottom: 5px">
|
<div style="display: flex;margin-bottom: 5px">
|
||||||
<!-- @click="delSupplierPhoto(item) -->
|
<!-- @click="delSupplierPhoto(item) -->
|
||||||
<img v-for="(item,index) in supplierPhotoList" :key="index" class="supplierImg" :src="item.url" @click="viewHandle(item)">
|
<img v-for="(item,index) in supplierPhotoList" :key="index" class="supplierImg" :src="item.url"
|
||||||
|
@click="viewHandle(item)">
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<van-uploader
|
<van-uploader
|
||||||
@@ -226,8 +237,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<van-dialog v-model="show" title="确定删除此照片吗" show-cancel-button @confirm="handleConfirm"></van-dialog>
|
<van-dialog v-model="show" title="确定删除此照片吗" show-cancel-button @confirm="handleConfirm"></van-dialog>
|
||||||
<div class="btn" v-show="auditFormShow">
|
<div class="btn" v-show="auditFormShow">
|
||||||
<button v-if="orderInfo.checkCount < 3" :class="{'submit' : true,'loading' : loading}" @click="noMultipleClicks(save)">提交</button>
|
<button v-if="orderInfo.checkCount < 3" :class="{'submit' : true,'loading' : loading}"
|
||||||
<button v-if="accountStatus == 2 || accountStatus == 3" :class="{'submit' : true,'loading1' : loading1}" @click="noMultipleClicks(confirmAudit)" >确定审核</button>
|
@click="noMultipleClicks(save)">提交
|
||||||
|
</button>
|
||||||
|
<button v-if="accountStatus == 2 || accountStatus == 3" :class="{'submit' : true,'loading1' : loading1}"
|
||||||
|
@click="noMultipleClicks(confirmAudit)">确定审核
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -242,6 +257,7 @@ import {
|
|||||||
} from "@/api/mine"
|
} from "@/api/mine"
|
||||||
import {ImagePreview} from "vant";
|
import {ImagePreview} from "vant";
|
||||||
import {orderReportingList} from "@/api/order";
|
import {orderReportingList} from "@/api/order";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "accountingView",
|
name: "accountingView",
|
||||||
mixins: [myMixins],
|
mixins: [myMixins],
|
||||||
@@ -350,7 +366,10 @@ export default {
|
|||||||
exceptionApprovalStatus: '',
|
exceptionApprovalStatus: '',
|
||||||
exceptionApprovalRemark: '',
|
exceptionApprovalRemark: '',
|
||||||
auditSuccessRemark: '',
|
auditSuccessRemark: '',
|
||||||
accountStatus: ''
|
accountStatus: '',
|
||||||
|
carClothingToolAmount: '',
|
||||||
|
replaceBatteryAmount: '',
|
||||||
|
supplierSettleRatio:{},
|
||||||
},
|
},
|
||||||
noClick: true,
|
noClick: true,
|
||||||
loading: false,
|
loading: false,
|
||||||
@@ -374,6 +393,9 @@ export default {
|
|||||||
return !(this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障'
|
return !(this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障'
|
||||||
|| (this.fixedPrice && parseFloat(this.fixedPrice) > 0 && this.fixedPriceType) || this.supplierId == 500921)
|
|| (this.fixedPrice && parseFloat(this.fixedPrice) > 0 && this.fixedPriceType) || this.supplierId == 500921)
|
||||||
},
|
},
|
||||||
|
isBasementSettle(){
|
||||||
|
return (this.form?.supplierSettleRatio?.code == 5)
|
||||||
|
},
|
||||||
//保险实拖案件,剔除人保和太平事故
|
//保险实拖案件,剔除人保和太平事故
|
||||||
isCPICDrag() {
|
isCPICDrag() {
|
||||||
return this.settleType == '实拖' && !['PICC10101', 'PICCSHANGQI', 'PICC101099', 'SAIPCC2021', ''].includes(this.appCode)
|
return this.settleType == '实拖' && !['PICC10101', 'PICCSHANGQI', 'PICC101099', 'SAIPCC2021', ''].includes(this.appCode)
|
||||||
@@ -453,19 +475,13 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
async compute() {
|
async compute() {
|
||||||
//现金业务置为0
|
|
||||||
// if(this.form.contractSettleTypeString == '车主现收'){
|
|
||||||
// this.form.supplierBasePrice = 0
|
|
||||||
// this.form.supplierExtraPrice = 0
|
|
||||||
// this.form.supplierSettleAmount = 0
|
|
||||||
// } else {
|
|
||||||
if (this.form.supplierOtherAmount > 0) {
|
if (this.form.supplierOtherAmount > 0) {
|
||||||
if (this.form.supplierOtherAmountRemark == '') {
|
if (this.form.supplierOtherAmountRemark == '') {
|
||||||
this.$alert('请填写其他费用说明');
|
this.$alert('请填写其他费用说明');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!this.basePriceDisabled) {
|
if (!this.basePriceDisabled && !this.isBasementSettle) {
|
||||||
//困境的案件,或者一口价案件,基本费用可以输入
|
//困境的案件,或者一口价案件,基本费用可以输入
|
||||||
let dilemmaBasePrice = parseFloat(this.form.supplierBasePrice) || 0
|
let dilemmaBasePrice = parseFloat(this.form.supplierBasePrice) || 0
|
||||||
this.form.supplierBasePrice = dilemmaBasePrice
|
this.form.supplierBasePrice = dilemmaBasePrice
|
||||||
@@ -481,8 +497,17 @@ export default {
|
|||||||
this.form.supplierSettleAmount = data.data.totalPrice
|
this.form.supplierSettleAmount = data.data.totalPrice
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
if(this.form.cutInsuranceAmount == 1 && this.form.policyState === 0){
|
/*if(this.form.cutInsuranceAmount == 1 && this.form.policyState === 0){
|
||||||
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) - parseFloat(this.form.policyAmount || 0)).toFixed(2)
|
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) - parseFloat(this.form.policyAmount || 0)).toFixed(2)
|
||||||
|
}*/
|
||||||
|
if (this.form.policyAmount && this.form.policyAmount > 0) {
|
||||||
|
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) - parseFloat(this.form.policyAmount || 0)).toFixed(2)
|
||||||
|
}
|
||||||
|
if (this.form.carClothingToolAmount) {
|
||||||
|
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) + parseFloat(this.form.carClothingToolAmount || 0)).toFixed(2)
|
||||||
|
}
|
||||||
|
if (this.form.replaceBatteryAmount) {
|
||||||
|
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) + parseFloat(this.form.replaceBatteryAmount || 0)).toFixed(2)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async pictureList() {
|
async pictureList() {
|
||||||
@@ -535,11 +560,12 @@ export default {
|
|||||||
leftCopy(this.form, {...res.data})
|
leftCopy(this.form, {...res.data})
|
||||||
this.auditFormShow = true;//是否显示审核数据
|
this.auditFormShow = true;//是否显示审核数据
|
||||||
}
|
}
|
||||||
if(this.settleType == '实拖' && this.basePriceDisabled){
|
console.log("this.form",this.form)
|
||||||
|
if (this.settleType == '实拖' && this.basePriceDisabled && !this.isBasementSettle) {
|
||||||
this.bcState = true
|
this.bcState = true
|
||||||
this.form.supplierSettleMileageAb = 0
|
this.form.supplierSettleMileageAb = 0
|
||||||
this.form.supplierSettleMileageCa = 0
|
this.form.supplierSettleMileageCa = 0
|
||||||
}else if(this.settleType == '单程' && this.basePriceDisabled){
|
} else if (this.settleType == '单程' && this.basePriceDisabled && !this.isBasementSettle) {
|
||||||
this.abState = true
|
this.abState = true
|
||||||
this.bcState = true
|
this.bcState = true
|
||||||
this.form.supplierSettleMileageCa = 0
|
this.form.supplierSettleMileageCa = 0
|
||||||
@@ -547,25 +573,43 @@ export default {
|
|||||||
this.bcState = false
|
this.bcState = false
|
||||||
this.form.supplierSettleMileageBc = 0
|
this.form.supplierSettleMileageBc = 0
|
||||||
}
|
}
|
||||||
}else if(this.settleType == '全程' && this.basePriceDisabled){
|
} else if (this.settleType == '全程' && this.basePriceDisabled && !this.isBasementSettle) {
|
||||||
this.abState = true
|
this.abState = true
|
||||||
this.bcState = true
|
this.bcState = true
|
||||||
this.caState = true
|
this.caState = true
|
||||||
}else if(this.settleType == '全程减半' && this.basePriceDisabled){
|
} else if (this.settleType == '全程减半' && this.basePriceDisabled && !this.isBasementSettle) {
|
||||||
this.abState = true
|
this.abState = true
|
||||||
this.bcState = true
|
this.bcState = true
|
||||||
this.caState = true
|
this.caState = true
|
||||||
}
|
}
|
||||||
|
if (this.form.supplierSettleRatio && this.form.supplierSettleRatio?.code == 5){
|
||||||
|
this.basementFeeState = true
|
||||||
|
this.form.supplierSettleMileageAb = 0
|
||||||
|
this.form.supplierSettleMileageBc = 0
|
||||||
|
this.form.supplierSettleMileageCa = 0
|
||||||
|
this.form.supplierBridgeAmountAb = 0
|
||||||
|
this.form.supplierBridgeAmountBc = 0
|
||||||
|
this.form.supplierBridgeAmountCa = 0
|
||||||
|
this.form.supplierBridgeAmount = 0
|
||||||
|
this.form.supplierDilemmaAmount = 0
|
||||||
|
this.form.supplierOtherAmount = 0
|
||||||
|
this.form.supplierTyreAmount = 0
|
||||||
|
this.form.supplierWaitAmount = 0
|
||||||
|
}else {
|
||||||
if (this.orderInfo.refBridgeAmountAB > 0 && !this.isCPICDrag && !this.isBasement) this.bridgeAbState = true
|
if (this.orderInfo.refBridgeAmountAB > 0 && !this.isCPICDrag && !this.isBasement) this.bridgeAbState = true
|
||||||
if (this.orderInfo.refBridgeAmountBC > 0 && !this.isCPICDrag && !this.isBasement) this.bridgeBcState = true
|
if (this.orderInfo.refBridgeAmountBC > 0 && !this.isCPICDrag && !this.isBasement) this.bridgeBcState = true
|
||||||
if (this.orderInfo.refBridgeAmountCA > 0 && !this.isCPICDrag && !this.isBasement) this.bridgeCaState = true
|
if (this.orderInfo.refBridgeAmountCA > 0 && !this.isCPICDrag && !this.isBasement) this.bridgeCaState = true
|
||||||
if (this.orderInfo.refWaitFee > 0) this.waitAmountState = true
|
if (this.orderInfo.refWaitFee > 0) this.waitAmountState = true
|
||||||
if (this.orderInfo.refDilemmaFee > 0) this.dilemmaAmountState = true
|
if (this.orderInfo.refDilemmaFee > 0) this.dilemmaAmountState = true
|
||||||
if (this.orderInfo.refTyreNumber > 0 && this.taskFlowId != '1') this.tyreAmountState = true
|
if (this.orderInfo.refTyreNumber > 0 && this.taskFlowId != '1') this.tyreAmountState = true
|
||||||
|
}
|
||||||
if (this.orderInfo.refBasementFee > 0 && this.taskFlowId != '1') {
|
if (this.orderInfo.refBasementFee > 0 && this.taskFlowId != '1') {
|
||||||
this.basementFeeState = true
|
this.basementFeeState = true
|
||||||
this.form.supplierBasementFee = this.orderInfo.refBasementFee
|
this.form.supplierBasementFee = this.orderInfo.refBasementFee
|
||||||
}
|
}
|
||||||
|
if (this.form.supplierSettleRatio?.code != 5 && (this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障')){
|
||||||
|
await this.$alert("该案件为困境案件,需确认填写基本费用")
|
||||||
|
}
|
||||||
},
|
},
|
||||||
cancelBtn() {
|
cancelBtn() {
|
||||||
this.goback()
|
this.goback()
|
||||||
@@ -707,6 +751,7 @@ export default {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "@/styles/mixin.scss";
|
@import "@/styles/mixin.scss";
|
||||||
@import "@/styles/common.scss";
|
@import "@/styles/common.scss";
|
||||||
|
|
||||||
.loading, .loading1 {
|
.loading, .loading1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -733,46 +778,57 @@ export default {
|
|||||||
transform: translate(-50%, -50%) rotate(360deg);
|
transform: translate(-50%, -50%) rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
@include flexColBet;
|
@include flexColBet;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@include whLin(152px, 39px);
|
@include whLin(152px, 39px);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
@include fontWeightSize(bold, 14px)
|
@include fontWeightSize(bold, 14px)
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel {
|
.cancel {
|
||||||
background: #9EA7C0;
|
background: #9EA7C0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit {
|
.submit {
|
||||||
background-color: #354D93;
|
background-color: #354D93;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
@include wh(100%, 100%);
|
@include wh(100%, 100%);
|
||||||
background-color: #F4F5F7;
|
background-color: #F4F5F7;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disable {
|
.disable {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.supplierdisable {
|
.supplierdisable {
|
||||||
color: #999999;;
|
color: #999999;;
|
||||||
border: none;
|
border: none;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bgDisable {
|
.bgDisable {
|
||||||
background: rgba(204, 204, 204, .3);
|
background: rgba(204, 204, 204, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navBar {
|
.navBar {
|
||||||
margin-bottom: 46px;
|
margin-bottom: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@include fontWeightSize(bold, 14px);
|
@include fontWeightSize(bold, 14px);
|
||||||
@include colorOpa(#323643, 0.66);
|
@include colorOpa(#323643, 0.66);
|
||||||
}
|
}
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
@include wh(100%, 2px);
|
@include wh(100%, 2px);
|
||||||
opacity: 0.16;
|
opacity: 0.16;
|
||||||
@@ -780,32 +836,39 @@ export default {
|
|||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;
|
border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
|
|
||||||
.titleLeft {
|
.titleLeft {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftTitle {
|
.leftTitle {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
@include wh(60px, 189px);
|
@include wh(60px, 189px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightContent {
|
.rightContent {
|
||||||
height: 189px;
|
height: 189px;
|
||||||
width: calc(100% - 60px);
|
width: calc(100% - 60px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fontColor {
|
.fontColor {
|
||||||
@include fontWeightSize(400, 12px);
|
@include fontWeightSize(400, 12px);
|
||||||
color: #000000;
|
color: #000000;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightContent {
|
.rightContent {
|
||||||
width: calc(100% - 90px);
|
width: calc(100% - 90px);
|
||||||
@include fontWeightSize(bold, 12px);
|
@include fontWeightSize(bold, 12px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.driverPoiBtn {
|
.driverPoiBtn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
@@ -817,47 +880,58 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@include wh(35px, 15px);
|
@include wh(35px, 15px);
|
||||||
margin-left: 21px;
|
margin-left: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.common {
|
.common {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
padding: 11px 24px 14px;
|
padding: 11px 24px 14px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.baseInfo {
|
.baseInfo {
|
||||||
@include wh(100%, 286px);
|
@include wh(100%, 286px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.supplierData {
|
.supplierData {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
.inpInfo {
|
.inpInfo {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
color: #323643;
|
color: #323643;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titleContent {
|
.titleContent {
|
||||||
@include fontWeightSize(bold, 13px);
|
@include fontWeightSize(bold, 13px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-between {
|
.flex-between {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include flexBetCen
|
@include flexBetCen
|
||||||
}
|
}
|
||||||
|
|
||||||
.halfOpcity {
|
.halfOpcity {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputContent {
|
.inputContent {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnComputed {
|
.btnComputed {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
@include all-height(18px);
|
@include all-height(18px);
|
||||||
@@ -865,6 +939,7 @@ img{
|
|||||||
@include bgFontColor(#FFFFFF, #354D93);
|
@include bgFontColor(#FFFFFF, #354D93);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multipleTxt {
|
.multipleTxt {
|
||||||
@include wh(100%, 87px);
|
@include wh(100%, 87px);
|
||||||
background: #FAFAFA;
|
background: #FAFAFA;
|
||||||
@@ -872,67 +947,81 @@ img{
|
|||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataType {
|
.dataType {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alignLeft {
|
.alignLeft {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|
||||||
.reason {
|
.reason {
|
||||||
@include fontWeightSize(400, 11px);
|
@include fontWeightSize(400, 11px);
|
||||||
@include colorOpa(#FF8F37, 1);
|
@include colorOpa(#FF8F37, 1);
|
||||||
//color: #FF8F37;
|
//color: #FF8F37;
|
||||||
//opacity: 1 !important;
|
//opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.camerImg {
|
.camerImg {
|
||||||
@include widHeiMar(54px, 42px, 5px);
|
@include widHeiMar(54px, 42px, 5px);
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.supplierImg {
|
.supplierImg {
|
||||||
@include widHeiMar(54px, 42px, 8px);
|
@include widHeiMar(54px, 42px, 8px);
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@include fontWeightSize(400, 11px);
|
@include fontWeightSize(400, 11px);
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.col1 {
|
.col1 {
|
||||||
width: 41%;
|
width: 41%;
|
||||||
background-color: #E9E9EA;
|
background-color: #E9E9EA;
|
||||||
@include fontWeightSize(400, 12px);
|
@include fontWeightSize(400, 12px);
|
||||||
opacity: 0.55;
|
opacity: 0.55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col2 {
|
.col2 {
|
||||||
width: 58%;
|
width: 58%;
|
||||||
background-color: #EAEFF6;
|
background-color: #EAEFF6;
|
||||||
@include fontWeightSize(400, 12px);
|
@include fontWeightSize(400, 12px);
|
||||||
color: #0434D0;
|
color: #0434D0;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 72px;
|
width: 72px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #EAEFF6;
|
background-color: #EAEFF6;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
color: #0434D0; /* 设置提示内容文字颜色 */
|
color: #0434D0; /* 设置提示内容文字颜色 */
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnCom {
|
.btnCom {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 4px 7px;
|
padding: 4px 7px;
|
||||||
@@ -945,25 +1034,31 @@ img{
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
@include fontWeightSize(bold, 12px)
|
@include fontWeightSize(bold, 12px)
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkData, .supplierShuju {
|
.checkData, .supplierShuju {
|
||||||
color: #323643;
|
color: #323643;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkData {
|
.checkData {
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
opacity: 0.66;
|
opacity: 0.66;
|
||||||
}
|
}
|
||||||
|
|
||||||
.supplierShuju {
|
.supplierShuju {
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.halfOpc {
|
.halfOpc {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.twoBtn {
|
.twoBtn {
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
@include flexColBet;
|
@include flexColBet;
|
||||||
@include sizingPadding(0, 15px);
|
@include sizingPadding(0, 15px);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@include whLin(152px, 39px);
|
@include whLin(152px, 39px);
|
||||||
@include fontWeightSize(bold, 14px);
|
@include fontWeightSize(bold, 14px);
|
||||||
@@ -971,11 +1066,13 @@ img{
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
margin-top: 31px;
|
margin-top: 31px;
|
||||||
margin-bottom: 31px;
|
margin-bottom: 31px;
|
||||||
@include flexColAround;
|
@include flexColAround;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
line-height: 39px;
|
line-height: 39px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@@ -984,6 +1081,7 @@ img{
|
|||||||
@include fontWeightSize(bold, 14px);
|
@include fontWeightSize(bold, 14px);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit {
|
.submit {
|
||||||
background: #354D93;
|
background: #354D93;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user