|
@@ -28,37 +28,39 @@
|
|
type="primary"
|
|
type="primary"
|
|
v-hasPermission="`report.transportationReport.view`"
|
|
v-hasPermission="`report.transportationReport.view`"
|
|
@click="handlepass()"
|
|
@click="handlepass()"
|
|
|
|
+ v-if="processNo"
|
|
>通过</ws-button
|
|
>通过</ws-button
|
|
>
|
|
>
|
|
<ws-button
|
|
<ws-button
|
|
type="primary"
|
|
type="primary"
|
|
v-hasPermission="`report.transportationReport.view`"
|
|
v-hasPermission="`report.transportationReport.view`"
|
|
@click="handlereject()"
|
|
@click="handlereject()"
|
|
|
|
+ v-if="processNo"
|
|
>驳回</ws-button
|
|
>驳回</ws-button
|
|
>
|
|
>
|
|
<ws-button
|
|
<ws-button
|
|
type="primary"
|
|
type="primary"
|
|
v-hasPermission="`report.transportationReport.payment`"
|
|
v-hasPermission="`report.transportationReport.payment`"
|
|
@click="handlepayment"
|
|
@click="handlepayment"
|
|
|
|
+ v-if="processNo"
|
|
>付款</ws-button
|
|
>付款</ws-button
|
|
>
|
|
>
|
|
- <ws-button
|
|
|
|
|
|
+ <!-- <ws-button
|
|
type="primary"
|
|
type="primary"
|
|
v-hasPermission="`report.transportationReport.draw`"
|
|
v-hasPermission="`report.transportationReport.draw`"
|
|
@click="handleninvoice"
|
|
@click="handleninvoice"
|
|
>开发票</ws-button
|
|
>开发票</ws-button
|
|
- >
|
|
|
|
|
|
+ > -->
|
|
</el-col>
|
|
</el-col>
|
|
<el-col
|
|
<el-col
|
|
style="text-align: right; line-height: 60px; padding-right: 10px"
|
|
style="text-align: right; line-height: 60px; padding-right: 10px"
|
|
:span="14"
|
|
:span="14"
|
|
>
|
|
>
|
|
- <el-select
|
|
|
|
|
|
+ <el-select
|
|
v-model="contractNo"
|
|
v-model="contractNo"
|
|
placeholder="请选择合同"
|
|
placeholder="请选择合同"
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
-
|
|
|
|
@change="contractchange"
|
|
@change="contractchange"
|
|
maxlength="500"
|
|
maxlength="500"
|
|
type="input"
|
|
type="input"
|
|
@@ -76,7 +78,6 @@
|
|
placeholder="请选择运输任务编号"
|
|
placeholder="请选择运输任务编号"
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
-
|
|
|
|
@change="taskNochange"
|
|
@change="taskNochange"
|
|
maxlength="500"
|
|
maxlength="500"
|
|
type="input"
|
|
type="input"
|
|
@@ -85,7 +86,7 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="item in taskNoList"
|
|
v-for="item in taskNoList"
|
|
:key="item.taskNoKey"
|
|
:key="item.taskNoKey"
|
|
- :label="item.taskNoValue "
|
|
|
|
|
|
+ :label="item.taskNoValue"
|
|
:value="item.taskNoValue"
|
|
:value="item.taskNoValue"
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -94,7 +95,6 @@
|
|
placeholder="请选择运输阶段编号"
|
|
placeholder="请选择运输阶段编号"
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
-
|
|
|
|
@change="processNochange"
|
|
@change="processNochange"
|
|
maxlength="500"
|
|
maxlength="500"
|
|
type="input"
|
|
type="input"
|
|
@@ -103,60 +103,84 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="item in processNoList"
|
|
v-for="item in processNoList"
|
|
:key="item.processNoKey"
|
|
:key="item.processNoKey"
|
|
- :label="item.processNoValue "
|
|
|
|
|
|
+ :label="item.processNoValue"
|
|
:value="item.processNoValue"
|
|
:value="item.processNoValue"
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <!-- v-if="actualFreight && tranPriceIng" -->
|
|
|
|
- <div class="freightSet" v-if="processNo">
|
|
|
|
- <div style="display: flex;width:200px;line-height: 30px;"> 预计运费(元):{{tranPriceIng}}元</div>
|
|
|
|
- <span style="display: flex;line-height: 30px;">实际运费(元):<el-input type="text" maxlength="70" size="small" v-model="actualFreight" v-show="textShow"/><span v-show="!textShow">{{actualFreight ? actualFreight : tranPriceIng}}</span>元</span>
|
|
|
|
- <i @click="actualFreightchange" class="iconfont icon-dui" v-show="textShow" style="margin-top:10px"></i>
|
|
|
|
|
|
+ <div class="freightSet" v-if="processNo">
|
|
|
|
+ <div style="display: flex; width: 200px; line-height: 30px">
|
|
|
|
+ 预计运费(元):{{ tranPriceIng }}元
|
|
|
|
+ </div>
|
|
|
|
+ <span style="display: flex; line-height: 30px"
|
|
|
|
+ >实际运费(元):<el-input
|
|
|
|
+ type="text"
|
|
|
|
+ maxlength="70"
|
|
|
|
+ size="small"
|
|
|
|
+ v-model="actualFreight"
|
|
|
|
+ v-show="textShow"
|
|
|
|
+ /><span v-show="!textShow">{{
|
|
|
|
+ actualFreight ? actualFreight : tranPriceIng
|
|
|
|
+ }}</span
|
|
|
|
+ >元</span
|
|
|
|
+ >
|
|
|
|
+ <i
|
|
|
|
+ @click="actualFreightchange"
|
|
|
|
+ class="iconfont icon-dui"
|
|
|
|
+ v-show="textShow"
|
|
|
|
+ style="margin-top: 10px"
|
|
|
|
+ ></i>
|
|
<img
|
|
<img
|
|
- width="17"
|
|
|
|
- height="18"
|
|
|
|
- style="vertical-align: text-top; position: relative; top: 6px"
|
|
|
|
- src="../../../public/img/edit.png"
|
|
|
|
- @click="textShow = true"
|
|
|
|
- alt=""
|
|
|
|
- v-show="!textShow"
|
|
|
|
- />
|
|
|
|
- <span class="span_text">已付:{{amountEdPayable}}元
|
|
|
|
- <img
|
|
|
|
|
|
+ width="17"
|
|
|
|
+ height="18"
|
|
|
|
+ style="vertical-align: text-top; position: relative; top: 6px"
|
|
|
|
+ src="../../../public/img/edit.png"
|
|
|
|
+ @click="textShow = true"
|
|
|
|
+ alt=""
|
|
|
|
+ v-show="!textShow"
|
|
|
|
+ />
|
|
|
|
+ <span class="span_text"
|
|
|
|
+ >已付:{{ amountEdPayable }}元
|
|
|
|
+ <img
|
|
width="18"
|
|
width="18"
|
|
height="20"
|
|
height="20"
|
|
style="vertical-align: text-top; position: relative; top: -1px"
|
|
style="vertical-align: text-top; position: relative; top: -1px"
|
|
src="../../../public/img/fujian.png"
|
|
src="../../../public/img/fujian.png"
|
|
@click="fujian()"
|
|
@click="fujian()"
|
|
alt=""
|
|
alt=""
|
|
- />{{paymentScreenshotList.length == 0 ? "暂无附件" : paymentScreenshotList.length}}</span>
|
|
|
|
- <span class="span_text">未付:{{alreadyInvoice}}元</span>
|
|
|
|
- <span class="span_text">{{priceStatus}}</span>
|
|
|
|
|
|
+ />{{
|
|
|
|
+ paymentScreenshotList.length == 0
|
|
|
|
+ ? '暂无附件'
|
|
|
|
+ : paymentScreenshotList.length
|
|
|
|
+ }}</span
|
|
|
|
+ >
|
|
|
|
+ <span class="span_text">未付:{{ alreadyInvoice }}元</span>
|
|
|
|
+
|
|
|
|
+ <span class="span_text">{{ priceStatus }}</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<el-table
|
|
<el-table
|
|
class="wenzi"
|
|
class="wenzi"
|
|
:data="warehouseList.records"
|
|
:data="warehouseList.records"
|
|
style="width: 100%; margin-top: 20px"
|
|
style="width: 100%; margin-top: 20px"
|
|
- ref="warehouseList"
|
|
|
|
|
|
+ ref="warehouseList.records"
|
|
border
|
|
border
|
|
@row-click="handleRowClick"
|
|
@row-click="handleRowClick"
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
>
|
|
>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
:selectable="selectInit"
|
|
:selectable="selectInit"
|
|
type="selection"
|
|
type="selection"
|
|
width="55"
|
|
width="55"
|
|
- ></el-table-column>
|
|
|
|
|
|
+ ></el-table-column> -->
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
class="table_td"
|
|
class="table_td"
|
|
prop="contractNo"
|
|
prop="contractNo"
|
|
label="合同编号"
|
|
label="合同编号"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <el-table-column
|
|
class="table_td"
|
|
class="table_td"
|
|
prop="taskNo"
|
|
prop="taskNo"
|
|
label="运输任务"
|
|
label="运输任务"
|
|
@@ -180,21 +204,15 @@
|
|
class="table_td"
|
|
class="table_td"
|
|
prop="loadingWeight"
|
|
prop="loadingWeight"
|
|
label="装车净重(吨)"
|
|
label="装车净重(吨)"
|
|
- ></el-table-column
|
|
|
|
- >
|
|
|
|
|
|
+ ></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
class="table_td"
|
|
class="table_td"
|
|
prop="unloadingWeight"
|
|
prop="unloadingWeight"
|
|
label="卸车净重(吨)"
|
|
label="卸车净重(吨)"
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
- class="table_td"
|
|
|
|
- prop="lossWeight"
|
|
|
|
- label="损耗(吨)"
|
|
|
|
- >
|
|
|
|
|
|
+ <el-table-column class="table_td" prop="lossWeight" label="损耗(吨)">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
</el-table>
|
|
</el-table>
|
|
|
|
|
|
<!-- 页数 -->
|
|
<!-- 页数 -->
|
|
@@ -217,7 +235,7 @@
|
|
<el-form :model="form">
|
|
<el-form :model="form">
|
|
<el-form-item label="未付金额(元)" :label-width="formLabelWidth">
|
|
<el-form-item label="未付金额(元)" :label-width="formLabelWidth">
|
|
<template>
|
|
<template>
|
|
- <span>{{ amountNotPayable }}</span>
|
|
|
|
|
|
+ <span>{{ alreadyInvoice }}</span>
|
|
</template>
|
|
</template>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="本次付款金额" :label-width="formLabelWidth">
|
|
<el-form-item label="本次付款金额" :label-width="formLabelWidth">
|
|
@@ -311,47 +329,47 @@
|
|
>
|
|
>
|
|
<h3 style="margin-left: 30px">{{ driverPayeeList.payeeName }}的账户</h3>
|
|
<h3 style="margin-left: 30px">{{ driverPayeeList.payeeName }}的账户</h3>
|
|
<div v-for="(item, index) in driverPayeeList" :key="index">
|
|
<div v-for="(item, index) in driverPayeeList" :key="index">
|
|
- <h4 style="margin-left: 30px">账户-{{index+1}}</h4>
|
|
|
|
- <div class="anniu">
|
|
|
|
- <el-radio-group @change="bankCard(item,id)" v-model="item.radio">
|
|
|
|
- <el-radio label="1">本次收款账户</el-radio>
|
|
|
|
- </el-radio-group>
|
|
|
|
- </div>
|
|
|
|
- <el-form class="customer" :model="form">
|
|
|
|
- <el-form-item label="账户类型" :label-width="formLabelWidth">
|
|
|
|
- {{ item.accountType }}
|
|
|
|
- </el-form-item>
|
|
|
|
- <el-form-item label="银行卡号" :label-width="formLabelWidth">
|
|
|
|
- {{ item.bankCard }}
|
|
|
|
- </el-form-item>
|
|
|
|
- <el-form-item label="开户行" :label-width="formLabelWidth">
|
|
|
|
- {{ item.bankDeposit }}
|
|
|
|
- </el-form-item>
|
|
|
|
- <el-form-item label="开户支行" :label-width="formLabelWidth">
|
|
|
|
- {{ item.bankDepositBranch }}
|
|
|
|
- </el-form-item>
|
|
|
|
- <el-form-item
|
|
|
|
- label="收款人姓名"
|
|
|
|
- :label-width="formLabelWidth"
|
|
|
|
- v-if="item.accountTypeFlag == 1"
|
|
|
|
- >
|
|
|
|
- {{ item.payeeName }}
|
|
|
|
- </el-form-item>
|
|
|
|
- <el-form-item
|
|
|
|
- label="收款人身份证号"
|
|
|
|
- :label-width="formLabelWidth"
|
|
|
|
- v-if="item.accountTypeFlag == 1"
|
|
|
|
- >
|
|
|
|
- {{ item.payeeNumberCard }}
|
|
|
|
- </el-form-item>
|
|
|
|
- <el-form-item
|
|
|
|
- v-if="item.accountTypeFlag == 2"
|
|
|
|
- label="企业名称"
|
|
|
|
- :label-width="formLabelWidth"
|
|
|
|
- >
|
|
|
|
- {{ item.compName }}
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-form>
|
|
|
|
|
|
+ <h4 style="margin-left: 30px">账户-{{ index + 1 }}</h4>
|
|
|
|
+ <div class="anniu">
|
|
|
|
+ <el-radio-group @change="bankCard(item, id)" v-model="item.radio">
|
|
|
|
+ <el-radio label="1">本次收款账户</el-radio>
|
|
|
|
+ </el-radio-group>
|
|
|
|
+ </div>
|
|
|
|
+ <el-form class="customer" :model="form">
|
|
|
|
+ <el-form-item label="账户类型" :label-width="formLabelWidth">
|
|
|
|
+ {{ item.accountType }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="银行卡号" :label-width="formLabelWidth">
|
|
|
|
+ {{ item.bankCard }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="开户行" :label-width="formLabelWidth">
|
|
|
|
+ {{ item.bankDeposit }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="开户支行" :label-width="formLabelWidth">
|
|
|
|
+ {{ item.bankDepositBranch }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item
|
|
|
|
+ label="收款人姓名"
|
|
|
|
+ :label-width="formLabelWidth"
|
|
|
|
+ v-if="item.accountTypeFlag == 1"
|
|
|
|
+ >
|
|
|
|
+ {{ item.payeeName }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item
|
|
|
|
+ label="收款人身份证号"
|
|
|
|
+ :label-width="formLabelWidth"
|
|
|
|
+ v-if="item.accountTypeFlag == 1"
|
|
|
|
+ >
|
|
|
|
+ {{ item.payeeNumberCard }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item
|
|
|
|
+ v-if="item.accountTypeFlag == 2"
|
|
|
|
+ label="企业名称"
|
|
|
|
+ :label-width="formLabelWidth"
|
|
|
|
+ >
|
|
|
|
+ {{ item.compName }}
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-form>
|
|
</div>
|
|
</div>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
<el-button @click="dialogFormVisible8 = false">取 消</el-button>
|
|
<el-button @click="dialogFormVisible8 = false">取 消</el-button>
|
|
@@ -386,14 +404,17 @@
|
|
</div>
|
|
</div>
|
|
</WinseaContentModal>
|
|
</WinseaContentModal>
|
|
|
|
|
|
- <WinseaContentModal v-model="accessoryTFs" :title="$t('system.noticeCircular.information')"
|
|
|
|
- @on-cancel="accessoryTFs = false">
|
|
|
|
- <div v-for="(item,index) in paymentScreenshotList" :key="index">
|
|
|
|
- <!-- <ws-upload ref="upload" :comp-id="compId" :appendix-ids="item" :editable="false"
|
|
|
|
|
|
+ <WinseaContentModal
|
|
|
|
+ v-model="accessoryTFs"
|
|
|
|
+ :title="$t('system.noticeCircular.information')"
|
|
|
|
+ @on-cancel="accessoryTFs = false"
|
|
|
|
+ >
|
|
|
|
+ <div v-for="(item, index) in paymentScreenshotList" :key="index">
|
|
|
|
+ <!-- <ws-upload ref="upload" :comp-id="compId" :appendix-ids="item" :editable="false"
|
|
accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" /> -->
|
|
accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" /> -->
|
|
- <img :src="item" alt="附件" class="img_css">
|
|
|
|
- </div>
|
|
|
|
- </WinseaContentModal>
|
|
|
|
|
|
+ <img :src="item" alt="附件" class="img_css" />
|
|
|
|
+ </div>
|
|
|
|
+ </WinseaContentModal>
|
|
</div>
|
|
</div>
|
|
<!-- </div> -->
|
|
<!-- </div> -->
|
|
</template>
|
|
</template>
|
|
@@ -406,7 +427,7 @@ import {
|
|
openinvoicelist,
|
|
openinvoicelist,
|
|
getYunShuXiaLa,
|
|
getYunShuXiaLa,
|
|
getYunShuNumber,
|
|
getYunShuNumber,
|
|
- SetYunShuPrice
|
|
|
|
|
|
+ SetYunShuPrice,
|
|
} from '@/model/statisticalReport/index'
|
|
} from '@/model/statisticalReport/index'
|
|
import { posthandle } from '@/model/purchasingManagement/index'
|
|
import { posthandle } from '@/model/purchasingManagement/index'
|
|
import { downloadFile } from '@/utils/batchDown'
|
|
import { downloadFile } from '@/utils/batchDown'
|
|
@@ -469,7 +490,7 @@ export default {
|
|
// 年
|
|
// 年
|
|
year: '',
|
|
year: '',
|
|
options: [],
|
|
options: [],
|
|
- id:'',
|
|
|
|
|
|
+ id: '',
|
|
pickerOptions: {},
|
|
pickerOptions: {},
|
|
value2: '',
|
|
value2: '',
|
|
deptBudgetTotal: 0,
|
|
deptBudgetTotal: 0,
|
|
@@ -480,7 +501,7 @@ export default {
|
|
searchTypeText: '未完成',
|
|
searchTypeText: '未完成',
|
|
searchKeyWord: '',
|
|
searchKeyWord: '',
|
|
driverPayeeList: {
|
|
driverPayeeList: {
|
|
- radio: '1',
|
|
|
|
|
|
+ radio: '1',
|
|
},
|
|
},
|
|
contractType: 2,
|
|
contractType: 2,
|
|
accessoryTFs: false,
|
|
accessoryTFs: false,
|
|
@@ -489,14 +510,14 @@ export default {
|
|
enter: {
|
|
enter: {
|
|
closePositionList: [],
|
|
closePositionList: [],
|
|
},
|
|
},
|
|
- taskNoList:[],
|
|
|
|
- processNoList:[],
|
|
|
|
- taskNo:"",
|
|
|
|
- processNo:"",
|
|
|
|
- textShow:false,
|
|
|
|
- actualFreight:"",
|
|
|
|
- processNoId:"",
|
|
|
|
- tranPriceIng:"",
|
|
|
|
|
|
+ taskNoList: [],
|
|
|
|
+ processNoList: [],
|
|
|
|
+ taskNo: '',
|
|
|
|
+ processNo: '',
|
|
|
|
+ textShow: false,
|
|
|
|
+ actualFreight: '',
|
|
|
|
+ processNoId: '',
|
|
|
|
+ tranPriceIng: '',
|
|
|
|
|
|
// 提交类型
|
|
// 提交类型
|
|
submitType: true,
|
|
submitType: true,
|
|
@@ -544,10 +565,10 @@ export default {
|
|
return time.getTime() > Date.now()
|
|
return time.getTime() > Date.now()
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- amountEdPayable : "",//已付金额
|
|
|
|
- alreadyInvoice:"",//未付金额
|
|
|
|
- priceStatus:"",//状态
|
|
|
|
- paymentScreenshotList:[],//付款截图
|
|
|
|
|
|
+ amountEdPayable: '', //已付金额
|
|
|
|
+ alreadyInvoice: '', //未付金额
|
|
|
|
+ priceStatus: '', //状态
|
|
|
|
+ paymentScreenshotList: [], //付款截图
|
|
}
|
|
}
|
|
},
|
|
},
|
|
activated() {
|
|
activated() {
|
|
@@ -555,6 +576,17 @@ export default {
|
|
this.showType = this.isShow
|
|
this.showType = this.isShow
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ fujian() {
|
|
|
|
+ if (this.paymentScreenshotList.length == 0) {
|
|
|
|
+ EventBus.$emit(
|
|
|
|
+ 'warning',
|
|
|
|
+ this.$t('system.noticeCircular.NoInformation')
|
|
|
|
+ )
|
|
|
|
+ } else {
|
|
|
|
+ this.accessoryTFs = true
|
|
|
|
+ }
|
|
|
|
+ // this.appendixIdss = row.addressUrl
|
|
|
|
+ },
|
|
cur(status) {
|
|
cur(status) {
|
|
if (status == 0) {
|
|
if (status == 0) {
|
|
this.currect = true
|
|
this.currect = true
|
|
@@ -620,34 +652,34 @@ export default {
|
|
look(item) {
|
|
look(item) {
|
|
this.dialogFormVisible8 = true
|
|
this.dialogFormVisible8 = true
|
|
if (item.driverPayeeInfoList) {
|
|
if (item.driverPayeeInfoList) {
|
|
- this.driverPayeeList= item.driverPayeeInfoList
|
|
|
|
- this.driverPayeeList.payeeName=item.driverPayeeInfoList[0].payeeName
|
|
|
|
- for (var i = 0; i < item.driverPayeeInfoList.length; i++){
|
|
|
|
- if(item.driverPayeeInfoList[i].bankCard==item.cardNo){
|
|
|
|
- this.driverPayeeList[i].radio='1'
|
|
|
|
- }
|
|
|
|
- else{
|
|
|
|
- this.driverPayeeList[i].radio='2'
|
|
|
|
|
|
+ this.driverPayeeList = item.driverPayeeInfoList
|
|
|
|
+ this.driverPayeeList.payeeName = item.driverPayeeInfoList[0].payeeName
|
|
|
|
+ for (var i = 0; i < item.driverPayeeInfoList.length; i++) {
|
|
|
|
+ if (item.driverPayeeInfoList[i].bankCard == item.cardNo) {
|
|
|
|
+ this.driverPayeeList[i].radio = '1'
|
|
|
|
+ } else {
|
|
|
|
+ this.driverPayeeList[i].radio = '2'
|
|
}
|
|
}
|
|
- console.log(this.driverPayeeList[i].radio)
|
|
|
|
}
|
|
}
|
|
- this.id=item.id
|
|
|
|
|
|
+ this.id = item.id
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//付款
|
|
//付款
|
|
handlepayment() {
|
|
handlepayment() {
|
|
- this.amountNotPayable = 0
|
|
|
|
- this.money = this.money
|
|
|
|
- this.tranSettlementReportList = this.warehouseList.records[0].tranSettlementReportList
|
|
|
|
|
|
+ this.amountNotPayable =
|
|
|
|
+ this.warehouseList.records[0].tranSettlementReportList //未付金额
|
|
|
|
+ // this.money = this.money
|
|
|
|
+ this.tranSettlementReportList =
|
|
|
|
+ this.warehouseList.records[0].tranSettlementReportList
|
|
this.amountEdPayable = this.warehouseList.records[0].amountEdPayable
|
|
this.amountEdPayable = this.warehouseList.records[0].amountEdPayable
|
|
- this.paymentDate = this.paymentDate
|
|
|
|
- if (this.modification.length == 0) {
|
|
|
|
- this.$message.warning('请选择一条要付款的条目')
|
|
|
|
|
|
+ // this.paymentDate = this.paymentDate
|
|
|
|
+ if (this.warehouseList.records.length == 0) {
|
|
|
|
+ this.$message.warning('付款的条目为空')
|
|
} else {
|
|
} else {
|
|
- for (var i = 0; i < this.modification.length; i++) {
|
|
|
|
|
|
+ for (var i = 0; i < this.warehouseList.records.length; i++) {
|
|
if (
|
|
if (
|
|
- this.modification[i].status != '已通过' &&
|
|
|
|
- this.modification[i].status != '部分付款'
|
|
|
|
|
|
+ this.warehouseList.records[i].status != '已通过' &&
|
|
|
|
+ this.warehouseList.records[i].status != '部分付款'
|
|
) {
|
|
) {
|
|
this.$message.warning('只有已通过或部分付款的条目才可进行付款操作')
|
|
this.$message.warning('只有已通过或部分付款的条目才可进行付款操作')
|
|
return
|
|
return
|
|
@@ -660,7 +692,7 @@ export default {
|
|
submitMoney() {
|
|
submitMoney() {
|
|
this.autoSettlementReport.money = this.money
|
|
this.autoSettlementReport.money = this.money
|
|
this.autoSettlementReport.paymentDate = this.paymentDate
|
|
this.autoSettlementReport.paymentDate = this.paymentDate
|
|
- if (this.modification.length == 0) {
|
|
|
|
|
|
+ if (this.warehouseList.records.length == 0) {
|
|
this.$message.warning('请选择一条要付款的条目')
|
|
this.$message.warning('请选择一条要付款的条目')
|
|
} else {
|
|
} else {
|
|
if (
|
|
if (
|
|
@@ -691,7 +723,7 @@ export default {
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (this.money > this.modification[0].amountNotPayable) {
|
|
|
|
|
|
+ if (Number(this.money) > Number(this.alreadyInvoice)) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '付款金额不能大于未付金额!',
|
|
message: '付款金额不能大于未付金额!',
|
|
type: 'warning',
|
|
type: 'warning',
|
|
@@ -704,9 +736,10 @@ export default {
|
|
type: 'warning',
|
|
type: 'warning',
|
|
}).then(() => {
|
|
}).then(() => {
|
|
autopaymoney({
|
|
autopaymoney({
|
|
- tranSettlementReportList: this.modification,
|
|
|
|
|
|
+ tranSettlementReportList: this.warehouseList.records,
|
|
// amountEdPayable: this.modification[0].amountEdPayable,
|
|
// amountEdPayable: this.modification[0].amountEdPayable,
|
|
// amountNotPayable: this.modification[0].amountNotPayable,
|
|
// amountNotPayable: this.modification[0].amountNotPayable,
|
|
|
|
+ tranTypeKey: 3,
|
|
money: this.money,
|
|
money: this.money,
|
|
paymentDate: this.paymentDate,
|
|
paymentDate: this.paymentDate,
|
|
paymentScreenshot: this.paymentScreenshot,
|
|
paymentScreenshot: this.paymentScreenshot,
|
|
@@ -724,7 +757,6 @@ export default {
|
|
this.getList()
|
|
this.getList()
|
|
})
|
|
})
|
|
.catch((response) => {
|
|
.catch((response) => {
|
|
- console.log(response)
|
|
|
|
EventBus.$emit('error', response.message)
|
|
EventBus.$emit('error', response.message)
|
|
})
|
|
})
|
|
})
|
|
})
|
|
@@ -803,7 +835,8 @@ export default {
|
|
//批量开发票
|
|
//批量开发票
|
|
handleninvoice() {
|
|
handleninvoice() {
|
|
this.amountEdPayable = 0
|
|
this.amountEdPayable = 0
|
|
- this.tranSettlementReportList = this.warehouseList.records[0].tranSettlementReportList
|
|
|
|
|
|
+ this.tranSettlementReportList =
|
|
|
|
+ this.warehouseList.records[0].tranSettlementReportList
|
|
for (var i = 0; i < this.modification.length; i++) {
|
|
for (var i = 0; i < this.modification.length; i++) {
|
|
this.amountEdPayable += this.modification[i].amountEdPayable
|
|
this.amountEdPayable += this.modification[i].amountEdPayable
|
|
}
|
|
}
|
|
@@ -878,7 +911,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
//设置本次账户
|
|
//设置本次账户
|
|
- bankCard(item,id) {
|
|
|
|
|
|
+ bankCard(item, id) {
|
|
editauto({
|
|
editauto({
|
|
cardNo: item.bankCard,
|
|
cardNo: item.bankCard,
|
|
id: id,
|
|
id: id,
|
|
@@ -943,9 +976,7 @@ export default {
|
|
//装车磅单
|
|
//装车磅单
|
|
lookloadingImg(row) {
|
|
lookloadingImg(row) {
|
|
if (row.loadingImg == null || row.loadingImg == '') {
|
|
if (row.loadingImg == null || row.loadingImg == '') {
|
|
- EventBus.$emit(
|
|
|
|
- this.$message.warning('暂无磅单信息')
|
|
|
|
- )
|
|
|
|
|
|
+ EventBus.$emit(this.$message.warning('暂无磅单信息'))
|
|
} else {
|
|
} else {
|
|
this.accessoryTFs = true
|
|
this.accessoryTFs = true
|
|
}
|
|
}
|
|
@@ -954,9 +985,7 @@ export default {
|
|
//卸车磅单
|
|
//卸车磅单
|
|
lookunloadingImg(row) {
|
|
lookunloadingImg(row) {
|
|
if (row.unloadingImg === null || row.unloadingImg === '') {
|
|
if (row.unloadingImg === null || row.unloadingImg === '') {
|
|
- EventBus.$emit(
|
|
|
|
- this.$message.warning('暂无磅单信息')
|
|
|
|
- )
|
|
|
|
|
|
+ EventBus.$emit(this.$message.warning('暂无磅单信息'))
|
|
} else {
|
|
} else {
|
|
this.accesscard = true
|
|
this.accesscard = true
|
|
}
|
|
}
|
|
@@ -965,9 +994,7 @@ export default {
|
|
//付款截图
|
|
//付款截图
|
|
lookpaymentScreenshot(row) {
|
|
lookpaymentScreenshot(row) {
|
|
if (row.paymentScreenshot == null || row.paymentScreenshot == '') {
|
|
if (row.paymentScreenshot == null || row.paymentScreenshot == '') {
|
|
- EventBus.$emit(
|
|
|
|
- this.$message.warning('暂无付款截图信息')
|
|
|
|
- )
|
|
|
|
|
|
+ EventBus.$emit(this.$message.warning('暂无付款截图信息'))
|
|
} else {
|
|
} else {
|
|
this.paymentImg = true
|
|
this.paymentImg = true
|
|
}
|
|
}
|
|
@@ -975,7 +1002,7 @@ export default {
|
|
},
|
|
},
|
|
//审核
|
|
//审核
|
|
audit(item, index, status, status2, reason) {
|
|
audit(item, index, status, status2, reason) {
|
|
- if (index < this.modification.length) {
|
|
|
|
|
|
+ if (index < this.warehouseList.records.length) {
|
|
posthandle({
|
|
posthandle({
|
|
taskId: item.taskId,
|
|
taskId: item.taskId,
|
|
approved: status,
|
|
approved: status,
|
|
@@ -984,24 +1011,24 @@ export default {
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
- this.audit(this.modification[index + 1], index + 1, status)
|
|
|
|
|
|
+ this.audit(this.warehouseList.records[index + 1], index + 1, status)
|
|
})
|
|
})
|
|
.catch((req) => {
|
|
.catch((req) => {
|
|
this.$message.warning(req.message)
|
|
this.$message.warning(req.message)
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
- if (status==true) {
|
|
|
|
|
|
+ if (status == true) {
|
|
this.$message.success('通过成功')
|
|
this.$message.success('通过成功')
|
|
this.getList()
|
|
this.getList()
|
|
- } else if (status==false) {
|
|
|
|
|
|
+ } else if (status == false) {
|
|
this.$message.success('驳回成功')
|
|
this.$message.success('驳回成功')
|
|
this.getList()
|
|
this.getList()
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handlereject(status) {
|
|
handlereject(status) {
|
|
var that = this
|
|
var that = this
|
|
- if (this.modification.length == 0) {
|
|
|
|
|
|
+ if (this.warehouseList.records.length == 0) {
|
|
this.$message.warning('请选择要驳回的条目')
|
|
this.$message.warning('请选择要驳回的条目')
|
|
} else {
|
|
} else {
|
|
this.$confirm(`是否确定驳回?`, {
|
|
this.$confirm(`是否确定驳回?`, {
|
|
@@ -1009,7 +1036,7 @@ export default {
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
type: 'warning',
|
|
type: 'warning',
|
|
}).then(() => {
|
|
}).then(() => {
|
|
- that.audit(this.modification[0], 0, false, true, '已驳回')
|
|
|
|
|
|
+ that.audit(this.warehouseList.records[0], 0, false, true, '已驳回')
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -1033,15 +1060,15 @@ export default {
|
|
},
|
|
},
|
|
handlepass() {
|
|
handlepass() {
|
|
var that = this
|
|
var that = this
|
|
- if (this.modification.length == 0) {
|
|
|
|
- this.$message.warning('请选择要通过的条目')
|
|
|
|
|
|
+ if (this.warehouseList.records.length == 0) {
|
|
|
|
+ this.$message.warning('没有要审核的!')
|
|
} else {
|
|
} else {
|
|
this.$confirm(`是否确定通过?`, {
|
|
this.$confirm(`是否确定通过?`, {
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
type: 'warning',
|
|
type: 'warning',
|
|
}).then(() => {
|
|
}).then(() => {
|
|
- that.audit(this.modification[0], 0, true, 2)
|
|
|
|
|
|
+ that.audit(this.warehouseList.records[0], 0, true, 2)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -1052,79 +1079,79 @@ export default {
|
|
this.searchType = status
|
|
this.searchType = status
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
- contractchange(e) {
|
|
|
|
|
|
+ contractchange(e) {
|
|
this.contractNo = e
|
|
this.contractNo = e
|
|
this.taskNoList = []
|
|
this.taskNoList = []
|
|
- this.taskNo = ""
|
|
|
|
- this.processNoList= []
|
|
|
|
- this.processNo = ""
|
|
|
|
- getYunShuNumber({
|
|
|
|
- contractNo:this.contractNo,
|
|
|
|
- flag:1
|
|
|
|
|
|
+ this.taskNo = ''
|
|
|
|
+ this.processNoList = []
|
|
|
|
+ this.processNo = ''
|
|
|
|
+ getYunShuNumber({
|
|
|
|
+ contractNo: this.contractNo,
|
|
|
|
+ flag: 1,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
- for(let i = 0 ; i < response.length ; i++){
|
|
|
|
|
|
+ for (let i = 0; i < response.length; i++) {
|
|
this.taskNoList.push({
|
|
this.taskNoList.push({
|
|
- taskNoKey : i,
|
|
|
|
- taskNoValue : response[i].taskNo,
|
|
|
|
- processNo: response[i].tranProcessInfoList
|
|
|
|
- })
|
|
|
|
|
|
+ taskNoKey: i,
|
|
|
|
+ taskNoValue: response[i].taskNo,
|
|
|
|
+ processNo: response[i].tranProcessInfoList,
|
|
|
|
+ })
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- taskNochange(e){
|
|
|
|
|
|
+ taskNochange(e) {
|
|
this.taskNo = e
|
|
this.taskNo = e
|
|
- this.processNoList= []
|
|
|
|
- this.processNo = ""
|
|
|
|
- for(let i = 0 ; i < this.taskNoList.length ; i++ ){
|
|
|
|
- if(e == this.taskNoList[i].taskNoValue){
|
|
|
|
- for(let j = 0 ; j < this.taskNoList.length ; j++){
|
|
|
|
|
|
+ this.processNoList = []
|
|
|
|
+ this.processNo = ''
|
|
|
|
+ for (let i = 0; i < this.taskNoList.length; i++) {
|
|
|
|
+ if (e == this.taskNoList[i].taskNoValue) {
|
|
|
|
+ for (let j = 0; j < this.taskNoList.length; j++) {
|
|
this.processNoList.push({
|
|
this.processNoList.push({
|
|
- processNoKey:i,
|
|
|
|
- processNoValue:this.taskNoList[i].processNo[j].processNo,
|
|
|
|
- actualFreight : this.taskNoList[i].processNo[j].actualFreight,
|
|
|
|
- id:this.taskNoList[i].processNo[j].id,
|
|
|
|
- tranPriceIng:this.taskNoList[i].processNo[j].tranPrice,
|
|
|
|
- priceStatus:this.taskNoList[i].processNo[j].priceStatus
|
|
|
|
- })
|
|
|
|
|
|
+ processNoKey: i,
|
|
|
|
+ processNoValue: this.taskNoList[i].processNo[j].processNo,
|
|
|
|
+ actualFreight: this.taskNoList[i].processNo[j].actualFreight,
|
|
|
|
+ id: this.taskNoList[i].processNo[j].id,
|
|
|
|
+ tranPriceIng: this.taskNoList[i].processNo[j].tranPrice,
|
|
|
|
+ priceStatus: this.taskNoList[i].processNo[j].priceStatus,
|
|
|
|
+ })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- processNochange(e){
|
|
|
|
|
|
+ processNochange(e) {
|
|
this.processNo = e
|
|
this.processNo = e
|
|
- for(let i = 0 ; i < this.processNoList.length ; i++){
|
|
|
|
- if(this.processNoList[i].processNoValue == e){
|
|
|
|
|
|
+ for (let i = 0; i < this.processNoList.length; i++) {
|
|
|
|
+ if (this.processNoList[i].processNoValue == e) {
|
|
this.actualFreight = this.processNoList[i].actualFreight
|
|
this.actualFreight = this.processNoList[i].actualFreight
|
|
- this.processNoId =this.processNoList[i].id
|
|
|
|
|
|
+ this.processNoId = this.processNoList[i].id
|
|
this.tranPriceIng = this.processNoList[i].tranPriceIng
|
|
this.tranPriceIng = this.processNoList[i].tranPriceIng
|
|
this.priceStatus = this.processNoList[i].priceStatus
|
|
this.priceStatus = this.processNoList[i].priceStatus
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
- actualFreightchange(){
|
|
|
|
|
|
+ actualFreightchange() {
|
|
// this.actualFreight
|
|
// this.actualFreight
|
|
this.$confirm(`是否提交实际总价?`, {
|
|
this.$confirm(`是否提交实际总价?`, {
|
|
- cancelButtonText: '取消',
|
|
|
|
- confirmButtonText: '确定',
|
|
|
|
- type: 'warning',
|
|
|
|
- }).then(() => {
|
|
|
|
- SetYunShuPrice({
|
|
|
|
- actualFreight:this.actualFreight,
|
|
|
|
- id:this.processNoId,
|
|
|
|
- flag :3
|
|
|
|
- })
|
|
|
|
- .toPromise()
|
|
|
|
- .then((response) => {
|
|
|
|
- this.$notify.success({
|
|
|
|
- title: '成功',
|
|
|
|
- message: '实际运费总价设置成功',
|
|
|
|
- })
|
|
|
|
- this.textShow = false
|
|
|
|
- })
|
|
|
|
|
|
+ cancelButtonText: '取消',
|
|
|
|
+ confirmButtonText: '确定',
|
|
|
|
+ type: 'warning',
|
|
|
|
+ }).then(() => {
|
|
|
|
+ SetYunShuPrice({
|
|
|
|
+ actualFreight: this.actualFreight,
|
|
|
|
+ id: this.processNoId,
|
|
|
|
+ flag: 3,
|
|
})
|
|
})
|
|
|
|
+ .toPromise()
|
|
|
|
+ .then((response) => {
|
|
|
|
+ this.$notify.success({
|
|
|
|
+ title: '成功',
|
|
|
|
+ message: '实际运费总价设置成功',
|
|
|
|
+ })
|
|
|
|
+ this.textShow = false
|
|
|
|
+ })
|
|
|
|
+ })
|
|
},
|
|
},
|
|
updated() {
|
|
updated() {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
@@ -1173,35 +1200,41 @@ export default {
|
|
searchType: this.searchType,
|
|
searchType: this.searchType,
|
|
contractNo: this.contractNo,
|
|
contractNo: this.contractNo,
|
|
manualFlag: this.manualFlag,
|
|
manualFlag: this.manualFlag,
|
|
- taskNo:this.taskNo,
|
|
|
|
- processNo:this.processNo
|
|
|
|
|
|
+ taskNo: this.taskNo,
|
|
|
|
+ processNo: this.processNo,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
response.records[i].settlementWeightchange = false
|
|
response.records[i].settlementWeightchange = false
|
|
response.records[i].deductionAmountchange = false
|
|
response.records[i].deductionAmountchange = false
|
|
- response.records[i].amountNotPayable=response.records[i].amountIngPayable-response.records[i].amountEdPayable
|
|
|
|
- if(this.processNo){
|
|
|
|
- this.amountEdPayable += response.records[i].amountEdPayable // 已付
|
|
|
|
- this.alreadyInvoice += response.records[i].alreadyInvoice//未付
|
|
|
|
- this.paymentScreenshotList = response.records[0].paymentScreenshot.split(",")//附件地址取运输阶段第一条
|
|
|
|
- }
|
|
|
|
|
|
+ response.records[i].amountNotPayable =
|
|
|
|
+ response.records[i].amountIngPayable -
|
|
|
|
+ response.records[i].amountEdPayable
|
|
|
|
+ if (this.processNo) {
|
|
|
|
+ if (response.records[0].paymentScreenshot) {
|
|
|
|
+ this.paymentScreenshotList =
|
|
|
|
+ response.records[0].paymentScreenshot.split(',') //附件地址取运输阶段第一条
|
|
|
|
+ this.paymentScreenshot = response.records[0].paymentScreenshot
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+ this.amountEdPayable = response.records[0].amountEdPayable // 已付
|
|
|
|
+ this.alreadyInvoice = response.records[0].amountNotPayable //未付
|
|
this.deptBudgetTotal = response.total
|
|
this.deptBudgetTotal = response.total
|
|
this.warehouseList = response
|
|
this.warehouseList = response
|
|
})
|
|
})
|
|
- this.contractNoList=[]
|
|
|
|
|
|
+ this.contractNoList = []
|
|
getYunShuXiaLa({
|
|
getYunShuXiaLa({
|
|
- flag:1,
|
|
|
|
|
|
+ flag: 1,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
- for(let i = 0 ; i < response.length ; i++){
|
|
|
|
|
|
+ for (let i = 0; i < response.length; i++) {
|
|
this.contractNoList.push({
|
|
this.contractNoList.push({
|
|
- constKey : i,
|
|
|
|
- contractNo : response[i]
|
|
|
|
- })
|
|
|
|
|
|
+ constKey: i,
|
|
|
|
+ contractNo: response[i],
|
|
|
|
+ })
|
|
}
|
|
}
|
|
this.contractNoList.unshift({ contractNo: '全部合同' })
|
|
this.contractNoList.unshift({ contractNo: '全部合同' })
|
|
this.options = this.contractNoList
|
|
this.options = this.contractNoList
|
|
@@ -1211,8 +1244,11 @@ export default {
|
|
console.log(file)
|
|
console.log(file)
|
|
},
|
|
},
|
|
handlePictureCardPreview(file) {
|
|
handlePictureCardPreview(file) {
|
|
- this.paymentScreenshot = file.url
|
|
|
|
-
|
|
|
|
|
|
+ if (this.paymentScreenshot) {
|
|
|
|
+ this.paymentScreenshot += ',' + file.url
|
|
|
|
+ } else {
|
|
|
|
+ this.paymentScreenshot = file.url
|
|
|
|
+ }
|
|
this.dialogVisible = true
|
|
this.dialogVisible = true
|
|
},
|
|
},
|
|
handleDownload(file) {
|
|
handleDownload(file) {
|
|
@@ -1292,7 +1328,7 @@ export default {
|
|
this.historyList = response
|
|
this.historyList = response
|
|
})
|
|
})
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
total() {},
|
|
total() {},
|
|
},
|
|
},
|
|
}
|
|
}
|
|
@@ -1544,33 +1580,33 @@ hr {
|
|
text-align: center;
|
|
text-align: center;
|
|
height: 40px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
-/deep/.freightSet .el-input__inner{
|
|
|
|
- width: 100px;
|
|
|
|
|
|
+/deep/.freightSet .el-input__inner {
|
|
|
|
+ width: 100px;
|
|
}
|
|
}
|
|
-.freightSet{
|
|
|
|
|
|
+.freightSet {
|
|
margin: 10px 0 0 20px;
|
|
margin: 10px 0 0 20px;
|
|
display: flex;
|
|
display: flex;
|
|
- width:800px;
|
|
|
|
- .span_text{
|
|
|
|
|
|
+ width: 800px;
|
|
|
|
+ .span_text {
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-/deep/.freightSet .el-input{
|
|
|
|
|
|
+/deep/.freightSet .el-input {
|
|
width: 44%;
|
|
width: 44%;
|
|
}
|
|
}
|
|
-.findValue{
|
|
|
|
|
|
+.findValue {
|
|
width: 300px;
|
|
width: 300px;
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
-/deep/.freightSet .el-input{
|
|
|
|
|
|
+/deep/.freightSet .el-input {
|
|
width: 44%;
|
|
width: 44%;
|
|
}
|
|
}
|
|
-.findValue{
|
|
|
|
|
|
+.findValue {
|
|
width: 300px;
|
|
width: 300px;
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
-.img_css{
|
|
|
|
|
|
+.img_css {
|
|
width: 200px;
|
|
width: 200px;
|
|
height: 200px;
|
|
height: 200px;
|
|
}
|
|
}
|