diff --git a/src/components/SettingDrawer/settingConfig.js b/src/components/SettingDrawer/settingConfig.js index 4455bd1..f8e38d4 100644 --- a/src/components/SettingDrawer/settingConfig.js +++ b/src/components/SettingDrawer/settingConfig.js @@ -28,6 +28,9 @@ const colorList = [ }, { key: '酱紫', color: '#722ED1' + }, + { + key: '墨黑', color: '#212121' } ] @@ -85,7 +88,6 @@ const menuColorList = [ } ] - const updateTheme = newPrimaryColor => { const hideMessage = message.loading('正在切换主题!', 0) themeColor.changeColor(newPrimaryColor).finally(t => { diff --git a/src/views/main/BookingLedger/detail/components/selectView.vue b/src/views/main/BookingLedger/detail/components/selectView.vue index 471b230..de1f761 100644 --- a/src/views/main/BookingLedger/detail/components/selectView.vue +++ b/src/views/main/BookingLedger/detail/components/selectView.vue @@ -295,6 +295,23 @@ export default { code: 'TEN' } ] + case 'masterBolIndicator': + return [ + { ID: '1', NAME: 'Carrier filing HBL | 船公司发HBL' }, + { ID: '2', NAME: 'Self filing HBL | 自己发' }, + { ID: '3', NAME: 'Not Applicable/Straight bl | 无HBL' } + ] + case 'salerCode': + return [ + { ID: 'CN087', NAME: 'CN087 | GRACE SUN' }, + { ID: 'CN096', NAME: 'CN096 | LEON LIANG' }, + { ID: 'CN097', NAME: 'CN097 | CHARLES GAO' }, + { ID: 'CN098', NAME: 'CN098 | TERESA LIU SHAN' }, + { ID: 'CN106', NAME: 'CN106 | HOKI YU' }, + { ID: 'CN107', NAME: 'CN107 | WILLIAM YANG JING YU' }, + { ID: 'CN099', NAME: 'CN099 | HELEN ZHANG' }, + { ID: 'CN100', NAME: 'CN100 | LEOREN' } + ] case 'yard': return this.yardList case 'kindpkgs': @@ -360,7 +377,7 @@ export default { this.$refs.selectView.$refs.vcSelect.focus() } this.open = true - if (['cargoid', 'nobill', 'copynobill', 'carrierid', 'yard', 'kindpkgs', 'issuetype', 'blfrt', 'lineName'].includes(this.type)) { + if (['cargoid', 'nobill', 'copynobill', 'carrierid', 'yard', 'kindpkgs', 'issuetype', 'blfrt', 'lineName', 'masterBolIndicator', 'salerCode'].includes(this.type)) { this.selectList = this.emnuData(this.type) this.inLoading = false return false diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index a7306ab..cf4ada7 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -8,7 +8,7 @@ :animated="Object.keys($refs).includes('sedOrder') ? false : true" @change="changeTab" > - +