|
@@ -62,8 +62,8 @@
|
|
|
@row-save="rowSave"
|
|
|
@row-update="rowUpdate"
|
|
|
@selection-change="selectionChange"
|
|
|
- @resetColumn="resetColumnTwo('crud','option','optionBack',237.1)"
|
|
|
- @saveColumn="saveColumnTwo('crud','option','optionBack',237.1)">
|
|
|
+ @resetColumn="resetColumnTwo('crud','option','optionBack',237.91)"
|
|
|
+ @saveColumn="saveColumnTwo('crud','option','optionBack',237.91)">
|
|
|
<template slot-scope="{type,size,row,index,disabled}" slot="menu">
|
|
|
<el-button icon="el-icon-share" :size="size" :disabled="disabled" :type="type"
|
|
|
@click="track(row)">箱轨迹
|
|
@@ -118,7 +118,7 @@
|
|
|
@onClose="onClose()"
|
|
|
/>
|
|
|
<!-- 费用信息组件-->
|
|
|
- <box-cost v-model="dataListTwo" :codeValue="237.2" activeName="second" ref="boxCost"
|
|
|
+ <box-cost v-model="dataListTwo" :codeValue="237.92" activeName="second" ref="boxCost"
|
|
|
url="/api/blade-box-tube/transportItemFees/remove" @resetTrigger="resetTrigger"></box-cost>
|
|
|
<trade-card title="附件明细">
|
|
|
<c-upload
|
|
@@ -126,7 +126,7 @@
|
|
|
:data="tradingBoxFilesList"
|
|
|
:disabled="disabled"
|
|
|
deleteUrl="/api/blade-box-tube/transportFiles/remove"
|
|
|
- :enumerationValue="237.3"
|
|
|
+ :enumerationValue="237.93"
|
|
|
display
|
|
|
/>
|
|
|
</trade-card>
|
|
@@ -216,6 +216,8 @@
|
|
|
@on-load="onLoadTrack"
|
|
|
@search-change="searchChange"
|
|
|
@row-update="rowUpdateTrack"
|
|
|
+ @resetColumn="resetColumnTwo('crudTrack','optionTrack','optionTrackBack',237.94)"
|
|
|
+ @saveColumn="saveColumnTwo('crudTrack','optionTrack','optionTrackBack',237.94)"
|
|
|
v-model="formTrack">
|
|
|
<template slot-scope="{type,size,row,index,disabled}" slot="menu">
|
|
|
<el-button icon="el-icon-edit" :size="size" :disabled="disabled" :type="type"
|
|
@@ -337,6 +339,11 @@ export default {
|
|
|
dialogTop: 25,
|
|
|
dialogWidth: "80%",
|
|
|
column: [{
|
|
|
+ label: '客户名称',
|
|
|
+ prop: 'corpName',
|
|
|
+ width: 170,
|
|
|
+ search: true,
|
|
|
+ },{
|
|
|
label: '箱号',
|
|
|
prop: 'code',
|
|
|
width: 100,
|
|
@@ -369,18 +376,9 @@ export default {
|
|
|
format: "yyyy-MM-dd",
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss"
|
|
|
}, {
|
|
|
- label: '状态',
|
|
|
+ label: '业务类型',
|
|
|
prop: 'status',
|
|
|
- overHidden: true,
|
|
|
- filterable: true,
|
|
|
- type: 'select',
|
|
|
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=box_access_status",
|
|
|
- props: {
|
|
|
- label: "dictValue",
|
|
|
- value: "dictKey"
|
|
|
- },
|
|
|
- search: true,
|
|
|
- disabled: true
|
|
|
+ width: 140
|
|
|
}]
|
|
|
},
|
|
|
dataTrackList: [],
|
|
@@ -595,6 +593,7 @@ export default {
|
|
|
editBtn: false,
|
|
|
delBtn: false,
|
|
|
menuWidth: 200,
|
|
|
+ height:500,
|
|
|
dialogTop: 25,
|
|
|
dialogWidth: "80%",
|
|
|
showSummary: true,
|
|
@@ -622,6 +621,10 @@ export default {
|
|
|
name: 'volume',
|
|
|
type: 'sum',
|
|
|
decimals: 2
|
|
|
+ },{
|
|
|
+ name: 'overdueAmount',
|
|
|
+ type: 'sum',
|
|
|
+ decimals: 2
|
|
|
}],
|
|
|
column: [{
|
|
|
label: '箱号',
|
|
@@ -751,8 +754,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async created() {
|
|
|
- this.option = await this.getColumnData(this.getColumnName(237.1), this.optionBack);
|
|
|
- this.optionTrack = await this.getColumnData(this.getColumnName(237.4), this.optionTrackBack);
|
|
|
+ this.option = await this.getColumnData(this.getColumnName(237.91), this.optionBack);
|
|
|
+ this.optionTrack = await this.getColumnData(this.getColumnName(237.94), this.optionTrackBack);
|
|
|
this.option.selectable = (row, index) => {
|
|
|
return row.id;
|
|
|
}
|
|
@@ -1164,6 +1167,7 @@ export default {
|
|
|
delete this.form.transportItemList
|
|
|
delete this.form.transportItemFeesList
|
|
|
delete this.form.transportFilesList
|
|
|
+ this.$refs.boxCost.code = this.form.code
|
|
|
loading.close();
|
|
|
if (type) {
|
|
|
//基础资料
|