Showing
3 changed files
with
54 additions
and
2 deletions
| ... | @@ -59,3 +59,11 @@ export function searchMockReceiptSummary(data) { | ... | @@ -59,3 +59,11 @@ export function searchMockReceiptSummary(data) { |
| 59 | method: "get", | 59 | method: "get", |
| 60 | }); | 60 | }); |
| 61 | } | 61 | } |
| 62 | + | ||
| 63 | +//获取清单模拟回执信息 | ||
| 64 | +export function getListInfoByLogisticsNo(data) { | ||
| 65 | + return request({ | ||
| 66 | + url: `/bus-customer/mockReceipt/getListInfo/${data.logisticsNo}`, | ||
| 67 | + method: "get", | ||
| 68 | + }); | ||
| 69 | +} | ... | ... |
| ... | @@ -166,12 +166,12 @@ | ... | @@ -166,12 +166,12 @@ |
| 166 | > | 166 | > |
| 167 | 清单总分单撤销 | 167 | 清单总分单撤销 |
| 168 | </el-dropdown-item> | 168 | </el-dropdown-item> |
| 169 | - <el-dropdown-item | 169 | + <!-- <el-dropdown-item |
| 170 | :command="{ code: 'totalScore', name: '清单总分单变更' }" | 170 | :command="{ code: 'totalScore', name: '清单总分单变更' }" |
| 171 | class="dropdown-other-menu-button" | 171 | class="dropdown-other-menu-button" |
| 172 | > | 172 | > |
| 173 | 清单总分单变更 | 173 | 清单总分单变更 |
| 174 | - </el-dropdown-item> | 174 | + </el-dropdown-item> --> |
| 175 | </el-dropdown-menu> | 175 | </el-dropdown-menu> |
| 176 | </el-dropdown> | 176 | </el-dropdown> |
| 177 | </div> | 177 | </div> |
| ... | @@ -1041,4 +1041,48 @@ export default { | ... | @@ -1041,4 +1041,48 @@ export default { |
| 1041 | transform: translate(0, -50%); | 1041 | transform: translate(0, -50%); |
| 1042 | z-index: 10; | 1042 | z-index: 10; |
| 1043 | } | 1043 | } |
| 1044 | + | ||
| 1045 | +.dropdown-other-button { | ||
| 1046 | + border-color: #ff0000 !important; | ||
| 1047 | + | ||
| 1048 | + ::v-deep { | ||
| 1049 | + .el-button-group { | ||
| 1050 | + .el-button:last-child { | ||
| 1051 | + border-right-color: #409eff !important; | ||
| 1052 | + border-left: 1px solid #409eff !important; | ||
| 1053 | + border-top-color: #409eff !important; | ||
| 1054 | + border-bottom-color: #409eff !important; | ||
| 1055 | + .el-dropdown__icon { | ||
| 1056 | + color: #409eff; | ||
| 1057 | + } | ||
| 1058 | + } | ||
| 1059 | + .el-button:first-child { | ||
| 1060 | + height: 100%; | ||
| 1061 | + border-left-color: #409eff !important; | ||
| 1062 | + border-top-color: #409eff !important; | ||
| 1063 | + border-bottom-color: #409eff !important; | ||
| 1064 | + span { | ||
| 1065 | + color: #409eff; | ||
| 1066 | + } | ||
| 1067 | + } | ||
| 1068 | + } | ||
| 1069 | + } | ||
| 1070 | +} | ||
| 1071 | +.el-dropdown-menu { | ||
| 1072 | + border: 1px solid #409eff !important; | ||
| 1073 | + .dropdown-other-menu-button:not(.is-disabled):hover, | ||
| 1074 | + .dropdown-other-menu-button:focus { | ||
| 1075 | + background-color: #409eff !important; | ||
| 1076 | + } | ||
| 1077 | +} | ||
| 1078 | +.dropdown-other-button:hover { | ||
| 1079 | + ::v-deep { | ||
| 1080 | + .el-button-group .el-button:first-child span { | ||
| 1081 | + color: #409eff !important; | ||
| 1082 | + } | ||
| 1083 | + .el-button-group .el-button:last-child .el-dropdown__icon { | ||
| 1084 | + color: #409eff !important; | ||
| 1085 | + } | ||
| 1086 | + } | ||
| 1087 | +} | ||
| 1044 | </style> | 1088 | </style> | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment