diff --git a/src/views/operation/bill/index.vue b/src/views/operation/bill/index.vue index c15d5d51..a54c5575 100644 --- a/src/views/operation/bill/index.vue +++ b/src/views/operation/bill/index.vue @@ -27,16 +27,91 @@ - - 现舱 + + 提单签入 + + + + + + + + 提单签出 + + + + + + + + 船证签入 + + + + + + + + 换签(背书) + + + + + + + + 驳回放单通知 + + + + + + + + 其他 +
+ + 提单查询 + 可签入 + 可签出 + 已签出 + 改签 + 已扣单 + +
@@ -58,20 +133,20 @@
- - - - - -
+
- +
日志
+
+
欠费信息
+ + +
-
票面信息
+
相关信息
发票抬头: {{ feeData.invoiceHeader }} @@ -120,30 +195,7 @@
-
-
- - - - -
-
- - - -
-
-
+
@@ -289,6 +341,7 @@ const feeData = ref({}) as any const loading = ref(false) const fileData = ref([]) as any const remark = ref('') +const value = ref('') function download(item) { DownloadOpFile({ id: item.id }).then(res => { const pdfUrl = window.URL.createObjectURL(new Blob([res.data], { type: 'application/txt;charset=utf-8' })) @@ -405,14 +458,19 @@ function sureRefuse() { } .left { - width: 58%; - margin-right: 1%; + width: 29%; + padding-right: 10px; + border-right: 1px solid #ebebeb; +} +.middle{ + width: 38%; + margin:0 1%; padding-right: 10px; border-right: 1px solid #ebebeb; } .right { - width: 40%; + width: 30%; padding-top: 5px; font-size: 12px; } @@ -523,5 +581,19 @@ function sureRefuse() { margin: 6.8px; } } + +:deep(.ant-radio-group) { + display: flex; + font-size: 12px; + + span { + font-size: 12px; + } +} +.title-bold{ + font-weight: bold; + font-size: 12px; + margin-bottom: 10px +} diff --git a/src/views/taskmanage/index.vue b/src/views/taskmanage/index.vue index 6a7e830c..55bbc398 100644 --- a/src/views/taskmanage/index.vue +++ b/src/views/taskmanage/index.vue @@ -46,9 +46,9 @@ 取消 - + 任务转交 任务领取