szh_zidingyibiaoti
张同海 2 years ago
parent 0c73ced21a
commit 922821054e

@ -409,10 +409,12 @@
flex-direction: column; flex-direction: column;
>div{ >div{
display: flex; display: flex;
margin-top: .5rem;
>span{ >span{
display: inline-block; display: inline-block;
width: 2.5rem; width: 2.5rem;
font-weight: bold; font-weight: bolder;
color: @primary-color;
} }
>div{ >div{
flex: 1; flex: 1;
@ -422,6 +424,11 @@
span{ span{
&:nth-child(1){ &:nth-child(1){
margin-right: .3rem; margin-right: .3rem;
font-weight: 600;
}
&:nth-child(2){
// color: @primary-color;
} }
} }
} }

@ -2050,7 +2050,7 @@ export default {
padding: 0 10px; padding: 0 10px;
height: 28px; height: 28px;
line-height: 26px; line-height: 26px;
color:#000; color: #000;
.iconfont { .iconfont {
margin-right: 6px; margin-right: 6px;
} }
@ -2379,7 +2379,8 @@ export default {
.active { .active {
cursor: pointer; cursor: pointer;
// color: @primary-color; // color: @primary-color;
color: #336600; color: #4e9c00;
font-weight: bold;
} }
} }
} }
@ -2417,7 +2418,8 @@ export default {
.active { .active {
cursor: pointer; cursor: pointer;
// color: @primary-color; // color: @primary-color;
color: #336600; color: #4e9c00;
font-weight: bold;
} }
&:nth-of-type(3) { &:nth-of-type(3) {
i { i {
@ -2733,7 +2735,7 @@ export default {
font-size: 100px; font-size: 100px;
} }
} }
/deep/ .content-table .vxe-body--column .vxe-cell div{ /deep/ .content-table .vxe-body--column .vxe-cell div {
color: #000; color: #000;
} }
.pono { .pono {

@ -235,7 +235,7 @@ import {
DeleteBookingOrder, DeleteBookingOrder,
RecoverDeleteOrder, RecoverDeleteOrder,
ExcuteShippingOrderCompareBatch, ExcuteShippingOrderCompareBatch,
GetTenantLineList, GetTenantLineList
} from '@/api/modular/main/BookingLedger' } from '@/api/modular/main/BookingLedger'
import initData from './modules/initData' import initData from './modules/initData'
@ -247,7 +247,7 @@ const formInitData = [
{ title: '订舱编号', align: 'center', width: '90', label: 'CUSTNO', type: 'input' }, { title: '订舱编号', align: 'center', width: '90', label: 'CUSTNO', type: 'input' },
{ title: '开船日期', align: 'center', width: 160, label: 'ETD', type: 'dateRange', resLabel: ['BETD', 'EETD'] }, { title: '开船日期', align: 'center', width: 160, label: 'ETD', type: 'dateRange', resLabel: ['BETD', 'EETD'] },
{ title: '实际开船日期', align: 'center', width: 160, label: 'ATD', type: 'dateRange', resLabel: ['BATD', 'EATD'] }, { title: '实际开船日期', align: 'center', width: 160, label: 'ATD', type: 'dateRange', resLabel: ['BATD', 'EATD'] },
{ title: '船名', align: 'center', width: '90', label: 'VESSEL', type: 'input' }, { title: '船名', align: 'center', width: '90', label: 'VESSEL', type: 'input' }
] ]
export default { export default {
name: 'BookingLedger', name: 'BookingLedger',
@ -256,7 +256,7 @@ export default {
XCard, XCard,
columnSetting, columnSetting,
setFormModel, setFormModel,
formLabel, formLabel
}, },
data() { data() {
return { return {
@ -264,7 +264,7 @@ export default {
spinning: false, spinning: false,
TaskShippingOrderCompareVisible: false, TaskShippingOrderCompareVisible: false,
TaskShippingOrderCompareData: { TaskShippingOrderCompareData: {
showDetailList: '', showDetailList: ''
}, },
ResetType: true, ResetType: true,
tstyle: { 'padding-bottom': '0px', 'margin-bottom': '10px' }, tstyle: { 'padding-bottom': '0px', 'margin-bottom': '10px' },
@ -295,7 +295,7 @@ export default {
total: 0, total: 0,
currentPage: 1, currentPage: 1,
pageSize: 20, pageSize: 20,
pageSizes: [10, 20, 50, 100, 200, 500], pageSizes: [10, 20, 50, 100, 200, 500]
}, },
columns: [ columns: [
{ noDraggable: true, type: 'checkbox', width: 60 }, { noDraggable: true, type: 'checkbox', width: 60 },
@ -307,7 +307,7 @@ export default {
showHeaderOverflow: true, showHeaderOverflow: true,
showOverflow: false, showOverflow: false,
sortable: true, sortable: true,
slots: { default: 'mblno' }, slots: { default: 'mblno' }
}, },
{ {
field: 'createdTime', field: 'createdTime',
@ -315,7 +315,7 @@ export default {
width: 160, width: 160,
title: '创建日期', title: '创建日期',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true
}, },
{ {
field: 'createdUserName', field: 'createdUserName',
@ -323,7 +323,7 @@ export default {
minwidth: 160, minwidth: 160,
title: '创建人', title: '创建人',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true
}, },
{ {
field: 'etd', field: 'etd',
@ -332,7 +332,7 @@ export default {
title: '开船日期', title: '开船日期',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true,
slots: { default: 'etd' }, slots: { default: 'etd' }
}, },
{ {
field: 'customername', field: 'customername',
@ -340,7 +340,7 @@ export default {
minwidth: 160, minwidth: 160,
title: '委托单位', title: '委托单位',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true
}, // }, //
{ {
field: 'consignee', field: 'consignee',
@ -348,7 +348,7 @@ export default {
minwidth: 120, minwidth: 120,
title: '收货人', title: '收货人',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true
}, },
{ {
field: 'notifyparty', field: 'notifyparty',
@ -356,7 +356,7 @@ export default {
width: 160, width: 160,
title: '通知人', title: '通知人',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true
}, },
{ field: 'carrier', width: 120, title: '船公司', showHeaderOverflow: true, sortable: true }, { field: 'carrier', width: 120, title: '船公司', showHeaderOverflow: true, sortable: true },
{ {
@ -365,7 +365,7 @@ export default {
minwidth: 160, minwidth: 160,
title: '卸货港', title: '卸货港',
showHeaderOverflow: true, showHeaderOverflow: true,
sortable: true, sortable: true
}, },
{ {
field: 'operate', field: 'operate',
@ -374,10 +374,10 @@ export default {
noDraggable: true, noDraggable: true,
slots: { default: 'operate' }, slots: { default: 'operate' },
fixed: 'right', fixed: 'right',
resizable: false, resizable: false
}, }
], ],
data: [], data: []
// treeConfig: { // treeConfig: {
// transform: true, // transform: true,
// rowField: 'index', // rowField: 'index',
@ -392,7 +392,7 @@ export default {
radioStyle: { radioStyle: {
display: 'block', display: 'block',
height: '50px', height: '50px',
lineHeight: '50px', lineHeight: '50px'
}, },
moreNumVisible: false, moreNumVisible: false,
moreNumVal: '', moreNumVal: '',
@ -407,7 +407,7 @@ export default {
editingModalVisible: false, editingModalVisible: false,
traceOptions: [ traceOptions: [
{ label: '起运港', value: '1' }, { label: '起运港', value: '1' },
{ label: '目的港', value: '2' }, { label: '目的港', value: '2' }
], ],
traceValue: [], traceValue: [],
addNum: 0, addNum: 0,
@ -423,11 +423,11 @@ export default {
portDischargeData: [], portDischargeData: [],
destinationData: [], destinationData: [],
RcarrierData: [], RcarrierData: [],
RecentlyCarrierData: [], RecentlyCarrierData: []
} }
}, },
computed: { computed: {
...mapGetters(['bookingList', 'bookingGridOptions']), ...mapGetters(['bookingList', 'bookingGridOptions'])
}, },
beforeRouteLeave(to, from, next) { beforeRouteLeave(to, from, next) {
// const copyArr = JSON.parse(JSON.stringify(this.gridOptions.data)) // const copyArr = JSON.parse(JSON.stringify(this.gridOptions.data))
@ -457,7 +457,7 @@ export default {
next() next()
}, },
beforeRouteEnter(to, from, next) { beforeRouteEnter(to, from, next) {
next((vm) => { next(vm => {
vm.upDate() vm.upDate()
}) })
}, },
@ -527,16 +527,16 @@ export default {
// //
editingHandleOk() { editingHandleOk() {
const { const {
editingForm: { validateFields }, editingForm: { validateFields }
} = this } = this
validateFields((errors, values) => { validateFields((errors, values) => {
if (!errors) { if (!errors) {
values.id = [] values.id = []
const select = this.$refs.xGrid.getCheckboxRecords() const select = this.$refs.xGrid.getCheckboxRecords()
select.forEach((item) => { select.forEach(item => {
values.id.push(item.id) values.id.push(item.id)
}) })
BookingOrderBachUpdate(values).then((res) => { BookingOrderBachUpdate(values).then(res => {
if (res.success) { if (res.success) {
this.$message.success('编辑成功') this.$message.success('编辑成功')
this.editingHandleCancel() this.editingHandleCancel()
@ -563,7 +563,7 @@ export default {
this.WebVessel = data this.WebVessel = data
} }
GetVessellist({ KeyWord: data }).then((res) => { GetVessellist({ KeyWord: data }).then(res => {
this.vesselData = res.data this.vesselData = res.data
}) })
}, },
@ -572,40 +572,40 @@ export default {
setTimeout(() => { setTimeout(() => {
this.editingForm.setFieldsValue({ this.editingForm.setFieldsValue({
...this.editingForm.getFieldsValue(), ...this.editingForm.getFieldsValue(),
vessel: this.WebVessel, vessel: this.WebVessel
}) })
}, 100) }, 100)
} }
}, },
portDischargeSearch(data) { portDischargeSearch(data) {
GetPortlist({ KeyWord: data }).then((res) => { GetPortlist({ KeyWord: data }).then(res => {
this.portDischargeData = res.data this.portDischargeData = res.data
}) })
}, },
portDischargeChange(value) { portDischargeChange(value) {
this.portDischargeData.forEach((item) => { this.portDischargeData.forEach(item => {
if (item.enName == value) { if (item.enName == value) {
setTimeout(() => { setTimeout(() => {
this.editingForm.setFieldsValue({ this.editingForm.setFieldsValue({
...this.editingForm.getFieldsValue(), ...this.editingForm.getFieldsValue(),
portDischargeId: item.ediCode, portDischargeId: item.ediCode
}) })
}, 100) }, 100)
} }
}) })
}, },
destinationSearch(data) { destinationSearch(data) {
GetPortlist({ KeyWord: data }).then((res) => { GetPortlist({ KeyWord: data }).then(res => {
this.destinationData = res.data this.destinationData = res.data
}) })
}, },
destinationChange(value) { destinationChange(value) {
this.destinationData.forEach((item) => { this.destinationData.forEach(item => {
if (item.enName == value) { if (item.enName == value) {
setTimeout(() => { setTimeout(() => {
this.editingForm.setFieldsValue({ this.editingForm.setFieldsValue({
...this.editingForm.getFieldsValue(), ...this.editingForm.getFieldsValue(),
destinationid: item.ediCode, destinationid: item.ediCode
}) })
}, 100) }, 100)
} }
@ -625,16 +625,16 @@ export default {
total: 0, total: 0,
currentPage: 1, currentPage: 1,
pageSize: this.gridOptions.pagerConfig.pageSize, pageSize: this.gridOptions.pagerConfig.pageSize,
pageSizes: [10, 20, 50, 100, 200, 500], pageSizes: [10, 20, 50, 100, 200, 500]
} }
this.gridOptions.data = [] this.gridOptions.data = []
this.getList(queryParam) this.getList(queryParam)
}, },
getConfigUser(isInit = false) { getConfigUser(isInit = false) {
const query = { const query = {
typeArr: ['booking_list_cond', 'booking_list_column', 'booking_list_page'], typeArr: ['booking_list_cond', 'booking_list_column', 'booking_list_page']
} }
DjyUserConfigMulti(this.$qs.stringify(query, { arrayFormat: 'repeat' })).then((res) => { DjyUserConfigMulti(this.$qs.stringify(query, { arrayFormat: 'repeat' })).then(res => {
const $data = {} const $data = {}
res.data.map((item, index) => { res.data.map((item, index) => {
switch (item.type) { switch (item.type) {
@ -668,11 +668,11 @@ export default {
}, },
// - start // - start
getCarrier() { getCarrier() {
const Rdata = (data) => { const Rdata = data => {
let RData = {} let RData = {}
for (var i = 0; i < 26; i++) { for (var i = 0; i < 26; i++) {
RData[String.fromCharCode(65 + i)] = [] RData[String.fromCharCode(65 + i)] = []
data.forEach((item) => { data.forEach(item => {
if (String.fromCharCode(65 + i) == item.enName[0].toUpperCase()) { if (String.fromCharCode(65 + i) == item.enName[0].toUpperCase()) {
RData[String.fromCharCode(65 + i)].push(item) RData[String.fromCharCode(65 + i)].push(item)
} }
@ -683,17 +683,17 @@ export default {
'E-L': ['E', 'F', 'G', 'H', 'I', 'J', 'K', 'L'], 'E-L': ['E', 'F', 'G', 'H', 'I', 'J', 'K', 'L'],
'M-R': ['M', 'N', 'O', 'P', 'Q', 'R'], 'M-R': ['M', 'N', 'O', 'P', 'Q', 'R'],
'S-U': ['S', 'T', 'U'], 'S-U': ['S', 'T', 'U'],
'V-Z': ['V', 'W', 'X', 'Y', 'Z'], 'V-Z': ['V', 'W', 'X', 'Y', 'Z']
} }
let Data = { let Data = {
'A-D': [], 'A-D': [],
'E-L': [], 'E-L': [],
'M-R': [], 'M-R': [],
'S-U': [], 'S-U': [],
'V-Z': [], 'V-Z': []
} }
Object.keys(Obj).forEach((e) => { Object.keys(Obj).forEach(e => {
Obj[e].forEach((item) => { Obj[e].forEach(item => {
RData[item].forEach((Ai, AiIndex) => { RData[item].forEach((Ai, AiIndex) => {
let imgSrc = '' let imgSrc = ''
try { try {
@ -709,15 +709,15 @@ export default {
this.RcarrierData = Data this.RcarrierData = Data
} }
GetCarrierlist() GetCarrierlist()
.then((res) => { .then(res => {
if (res.code === 200) { if (res.code === 200) {
Rdata(res.data) Rdata(res.data)
DjyUserConfigGet({ type: 'booking_memory' }) DjyUserConfigGet({ type: 'booking_memory' })
.then((e) => { .then(e => {
if (e.data) { if (e.data) {
let data = [] let data = []
JSON.parse(e.data.configJson).forEach((item) => { JSON.parse(e.data.configJson).forEach(item => {
res.data.forEach((item2) => { res.data.forEach(item2 => {
if (item == item2.code) { if (item == item2.code) {
data.push(item2) data.push(item2)
} }
@ -731,7 +731,7 @@ export default {
}) })
} }
}) })
.catch((err) => { .catch(err => {
console.log(err) console.log(err)
}) })
}, },
@ -840,7 +840,7 @@ export default {
}, },
getFormData(isReset = false) { getFormData(isReset = false) {
DjyUserConfigGet({ type: 'booking_list_cond' }).then((res) => { DjyUserConfigGet({ type: 'booking_list_cond' }).then(res => {
this.setFormData(res.data) this.setFormData(res.data)
}) })
}, },
@ -862,7 +862,7 @@ export default {
}, },
getFromSelectData(func, ...args) { getFromSelectData(func, ...args) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
func(...args).then((res) => { func(...args).then(res => {
if (res.code === 200) { if (res.code === 200) {
resolve(res.data) resolve(res.data)
} else { } else {
@ -882,12 +882,12 @@ export default {
editPageSizeSave(pageSize = 10) { editPageSizeSave(pageSize = 10) {
const data = { const data = {
pageSize: pageSize, pageSize: pageSize
} }
DjyUserConfigAdd({ DjyUserConfigAdd({
type: 'booking_list_page', type: 'booking_list_page',
configJson: JSON.stringify(data), configJson: JSON.stringify(data)
}).then((res) => { }).then(res => {
console.log('页码设置成功') console.log('页码设置成功')
}) })
}, },
@ -936,7 +936,7 @@ export default {
'D+': date.getDate(), 'D+': date.getDate(),
'h+': date.getHours(), 'h+': date.getHours(),
'm+': date.getMinutes(), 'm+': date.getMinutes(),
's+': date.getSeconds(), 's+': date.getSeconds()
} }
for (const k in o) { for (const k in o) {
if (new RegExp(`(${k})`).test(fmt)) { if (new RegExp(`(${k})`).test(fmt)) {
@ -965,8 +965,8 @@ export default {
this.searchData = {} this.searchData = {}
DjyUserConfigAdd({ DjyUserConfigAdd({
type: 'booking_list_cond', type: 'booking_list_cond',
configJson: JSON.stringify(arr), configJson: JSON.stringify(arr)
}).then((res) => { }).then(res => {
this.$message.success('保存成功') this.$message.success('保存成功')
this.$refs.setForm.handleCancel() this.$refs.setForm.handleCancel()
Object.keys(this.$refs).map((label, index) => { Object.keys(this.$refs).map((label, index) => {
@ -1015,8 +1015,8 @@ export default {
editColumnsSave(data = {}) { editColumnsSave(data = {}) {
DjyUserConfigAdd({ DjyUserConfigAdd({
type: 'booking_list_column', type: 'booking_list_column',
configJson: JSON.stringify(data), configJson: JSON.stringify(data)
}).then((res) => { }).then(res => {
this.$refs.setForm.handleCancel() this.$refs.setForm.handleCancel()
}) })
}, },
@ -1047,11 +1047,11 @@ export default {
...{ ...{
PageNo: currentPage, PageNo: currentPage,
PageSize: pageSize, PageSize: pageSize,
ISDel: true, ISDel: true
}, },
...{ ...{
SortField: this.tableOrderLabel, SortField: this.tableOrderLabel
}, }
} }
Object.keys(query).map((item, index) => { Object.keys(query).map((item, index) => {
if (!query[item]) { if (!query[item]) {
@ -1069,7 +1069,7 @@ export default {
query.firstFlag = true query.firstFlag = true
} }
BookingOrderPage(query) BookingOrderPage(query)
.then((res) => { .then(res => {
console.log('BookingOrderPage==>>', query) console.log('BookingOrderPage==>>', query)
if (res.success) { if (res.success) {
let newBookingList = {} let newBookingList = {}
@ -1085,7 +1085,7 @@ export default {
{ staCode: 'sta_zhuangzai', isChecked: false }, { staCode: 'sta_zhuangzai', isChecked: false },
{ staCode: 'sta_mafang', isChecked: false }, { staCode: 'sta_mafang', isChecked: false },
{ staCode: 'sta_zhuangchuan', isChecked: false }, { staCode: 'sta_zhuangchuan', isChecked: false },
{ staCode: 'sta_atd', isChecked: false }, { staCode: 'sta_atd', isChecked: false }
] ]
if (item.bookstatus.length > 0) { if (item.bookstatus.length > 0) {
bookstatus.map((book, bindex) => { bookstatus.map((book, bindex) => {
@ -1124,7 +1124,7 @@ export default {
this.ResetType = true this.ResetType = true
console.log(this.gridOptions) console.log(this.gridOptions)
}) })
.catch((err) => { .catch(err => {
console.log(err) console.log(err)
}) })
}, },
@ -1160,7 +1160,7 @@ export default {
let data = [] let data = []
data.push(this.carrierRadio) data.push(this.carrierRadio)
if (this.RecentlyCarrierData.length) { if (this.RecentlyCarrierData.length) {
this.RecentlyCarrierData.forEach((item) => { this.RecentlyCarrierData.forEach(item => {
if (item.code != this.carrierRadio && data.length < 10) { if (item.code != this.carrierRadio && data.length < 10) {
data.push(item.code) data.push(item.code)
} }
@ -1169,8 +1169,8 @@ export default {
DjyUserConfigAdd({ DjyUserConfigAdd({
type: 'booking_memory', type: 'booking_memory',
configJson: JSON.stringify(data), configJson: JSON.stringify(data)
}).then((res) => { }).then(res => {
this.getCarrier() this.getCarrier()
this.addVisible = false this.addVisible = false
this.addNum = Math.round(Math.random() * 1000) this.addNum = Math.round(Math.random() * 1000)
@ -1192,7 +1192,7 @@ export default {
this.moreNumVal this.moreNumVal
.replace(/\n|\r/g, ',') .replace(/\n|\r/g, ',')
.split(',') .split(',')
.forEach((item) => { .forEach(item => {
if (item.replace(/\s*/g, '')) { if (item.replace(/\s*/g, '')) {
if (data) { if (data) {
data = `${data},${item}` data = `${data},${item}`
@ -1341,7 +1341,7 @@ export default {
yardCode: this.traceValue.includes('1') ? item.yardid : '', yardCode: this.traceValue.includes('1') ? item.yardid : '',
carrierid: this.traceValue.includes('2') ? item.carrierid : '', carrierid: this.traceValue.includes('2') ? item.carrierid : '',
carrier: this.traceValue.includes('2') ? item.carrier : '', carrier: this.traceValue.includes('2') ? item.carrier : '',
isBook: !!this.traceValue.includes('2'), isBook: !!this.traceValue.includes('2')
} }
arr.push(query) arr.push(query)
}) })
@ -1352,7 +1352,7 @@ export default {
} }
SendTrace(arr) SendTrace(arr)
.then((res) => { .then(res => {
if (res.success) { if (res.success) {
const tip = `订阅成功` const tip = `订阅成功`
this.$message.success(tip) this.$message.success(tip)
@ -1364,7 +1364,7 @@ export default {
this.traceValue = [] this.traceValue = []
} }
}) })
.catch((err) => { .catch(err => {
console.log(err) console.log(err)
}) })
}, },
@ -1383,50 +1383,50 @@ export default {
'ISSUEPLACE', 'ISSUEPLACE',
'PREPARDAT', 'PREPARDAT',
'SERVICE', 'SERVICE',
'SHIPAGENCY', 'SHIPAGENCY'
].includes(form.label) ].includes(form.label)
) { ) {
// //
query = { query = {
KeyWord: value, KeyWord: value
} }
} else if (form.label === 'CUSTOMERNAME') { } else if (form.label === 'CUSTOMERNAME') {
// / // /
query = { query = {
KeyWord: value, KeyWord: value,
type: 'consignor', type: 'consignor'
} }
} else if (form.label === 'FORWARDER') { } else if (form.label === 'FORWARDER') {
// //
query = { query = {
KeyWord: value, KeyWord: value,
type: 'booking_agent', type: 'booking_agent'
} }
} else if (['SALE', 'CUSTSERVICE', 'DOC', 'ROUTE', 'OP'].includes(form.label)) { } else if (['SALE', 'CUSTSERVICE', 'DOC', 'ROUTE', 'OP'].includes(form.label)) {
// , 线 // , 线
query = { query = {
name: value, name: value
} }
} else if (form.label === 'CUSTOMSER') { } else if (form.label === 'CUSTOMSER') {
// //
query = { query = {
SearchValue: value, SearchValue: value,
PropString: 'customs_broker', PropString: 'customs_broker'
} }
} else if (form.label === 'AGENTID') { } else if (form.label === 'AGENTID') {
query = { query = {
SearchValue: value, SearchValue: value,
PropString: 'out_agent', PropString: 'out_agent'
} }
} else if (form.label === 'TRUCKER') { } else if (form.label === 'TRUCKER') {
query = { query = {
SearchValue: value, SearchValue: value,
PropString: 'fleet', PropString: 'fleet'
} }
} }
const fun = this.emnuCompleteApi(form.label) const fun = this.emnuCompleteApi(form.label)
if (fun) { if (fun) {
this.getFromSelectData(this.emnuCompleteApi(form.label), query).then((data) => { this.getFromSelectData(this.emnuCompleteApi(form.label), query).then(data => {
if (['CUSTOMERNAME', 'FORWARDER', 'CUSTOMSER', 'AGENTID', 'TRUCKER'].includes(form.label)) { if (['CUSTOMERNAME', 'FORWARDER', 'CUSTOMSER', 'AGENTID', 'TRUCKER'].includes(form.label)) {
this.$refs[`fromlabel-${form.label}`][0].$data.dataSourceList = data.rows this.$refs[`fromlabel-${form.label}`][0].$data.dataSourceList = data.rows
} else { } else {
@ -1488,7 +1488,7 @@ export default {
getSelectFirst({ form, index, value }) { getSelectFirst({ form, index, value }) {
const fun = this.emnuSelectApi(form.label) const fun = this.emnuSelectApi(form.label)
if (fun) { if (fun) {
this.getFromSelectData(fun).then((data) => { this.getFromSelectData(fun).then(data => {
this.formData[index].dataList = data this.formData[index].dataList = data
this.$refs[`fromlabel-${form.label}`][0].$data.dataList = data this.$refs[`fromlabel-${form.label}`][0].$data.dataList = data
}) })
@ -1511,10 +1511,10 @@ export default {
}, },
deleteBookingOrder(arr) { deleteBookingOrder(arr) {
RecoverDeleteOrder(arr.toString()) RecoverDeleteOrder(arr.toString())
.then((res) => { .then(res => {
if (res.success) { if (res.success) {
this.$message.success('恢复成功') this.$message.success('恢复成功')
const _data = this.gridOptions.data.filter((item) => !arr.includes(item.id)) const _data = this.gridOptions.data.filter(item => !arr.includes(item.id))
this.$refs.xGrid.reloadData(_data).then(() => { this.$refs.xGrid.reloadData(_data).then(() => {
this.gridOptions.pagerConfig.total = this.gridOptions.pagerConfig.total - arr.length this.gridOptions.pagerConfig.total = this.gridOptions.pagerConfig.total - arr.length
}) })
@ -1523,7 +1523,7 @@ export default {
this.$message.error(res.message) this.$message.error(res.message)
} }
}) })
.catch((err) => { .catch(err => {
console.log(err) console.log(err)
}) })
}, },
@ -1553,7 +1553,7 @@ export default {
} }
this.spinning = true this.spinning = true
ExcuteShippingOrderCompareBatch(arr) ExcuteShippingOrderCompareBatch(arr)
.then((res) => { .then(res => {
if (res.success) { if (res.success) {
this.spinning = false this.spinning = false
if (!res.data.succ) { if (!res.data.succ) {
@ -1572,15 +1572,15 @@ export default {
this.$message.error(res.data.msg) this.$message.error(res.data.msg)
} }
}) })
.catch((err) => { .catch(err => {
console.log(err) console.log(err)
this.spinning = false this.spinning = false
}) })
}, }
}, }
} }
</script> </script>
<style lang="less"> <style lang="less">
/*.ant-layout{ /*.ant-layout{
background: #f4f4f4; background: #f4f4f4;
}*/ }*/
@ -1748,7 +1748,7 @@ export default {
} }
} }
</style> </style>
<style lang="less" scoped> <style lang="less" scoped>
/*订舱表格内字体颜色 */ /*订舱表格内字体颜色 */
.mblno { .mblno {
text-align: left; text-align: left;
@ -2104,7 +2104,8 @@ export default {
.active { .active {
cursor: pointer; cursor: pointer;
// color: @primary-color; // color: @primary-color;
color: #336600; color: #4e9c00;
font-weight: bold;
} }
} }
} }
@ -2142,7 +2143,8 @@ export default {
.active { .active {
cursor: pointer; cursor: pointer;
// color: @primary-color; // color: @primary-color;
color: #336600; color: #4e9c00;
font-weight: bold;
} }
&:nth-of-type(3) { &:nth-of-type(3) {
i { i {
@ -2573,5 +2575,3 @@ export default {
// } // }
// } // }
</style> </style>
Loading…
Cancel
Save