+
+ {actionType == 1 ? '添加订单' : '修改订单'}
+
+
+
+ *
+
+ { setAddOrderData({ plate: e.target.value }) }}
+ />
+
+
+ *
+
+
+
+
+ { setAddOrderData({ phone: e.target.value }) }}
+ />
+
+
+ *
+
+
+
+
+ *
+
+
+
+ {
+ addOrderData.name &&
+ <>
+
+ *
+
+
+
+ *
+
+
+
+ >
+ }
+
+
+
+
+
>
);
diff --git a/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.scss b/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.scss
index d1e2c5c..c9c64b5 100644
--- a/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.scss
+++ b/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.scss
@@ -3,26 +3,34 @@ $color-container-bg: var(--color-container-bg);
$color-user-list-bg: var(--color-user-list-bg);
$color-text: var(--color-text);
$color-primary: var(--color-primary);
+
.ant-tabs-tabpane-hidden {
display: none;
}
+
.ant-tabs {
margin-bottom: 16px;
+
.ant-tabs-nav {
margin-bottom: 0 !important;
+
&::before {
border-bottom: 1px solid var(--color-card-line) !important;
}
}
+
.ant-tabs-nav-wrap {
width: 100%;
box-sizing: content-box;
+
.ant-tabs-nav-list {
width: 340px;
+
.ant-tabs-ink-bar {
height: 3px;
background-color: #00ccff;
}
+
.ant-tabs-tab {
flex: 1;
width: 100%;
@@ -36,6 +44,7 @@ $color-primary: var(--color-primary);
text-align: center;
letter-spacing: 0.7px;
}
+
.ant-tabs-tab-active {
div {
color: #00ccff;
@@ -44,70 +53,86 @@ $color-primary: var(--color-primary);
}
}
}
+
.ant-input::-webkit-input-placeholder {
color: var(--color-placeholder);
}
+
.ant-input::-moz-placeholder {
color: var(--color-placeholder);
}
+
.ant-input:-ms-input-placeholder {
color: var(--color-placeholder);
}
+
.ant-input::placeholder {
color: var(--color-placeholder);
}
+
.ant-select-selection-placeholder {
color: var(--color-placeholder);
}
-.ant-select-disabled.ant-select-single:not(.ant-select-customize-input)
- .ant-select-selector {
+
+.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
background: var(--color-input-disabled-bg);
color: var(--color-placeholder);
}
+
.ant-select-disabled .ant-select-arrow {
color: var(--color-placeholder);
}
-.ant-select-disabled.ant-select:not(.ant-select-customize-input)
- .ant-select-selector {
+
+.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: var(--color-input-disabled-bg);
color: var(--color-input-disabled-color);
cursor: not-allowed;
}
+
.ant-select-multiple {
.ant-select-selector {
.ant-select-selection-item {
background-color: var(--color-bg-body);
border-color: var(--color-border);
+
.ant-select-selection-item-remove {
color: var(--color-text);
}
}
}
}
+
.ant-select-arrow {
color: var(--color-text);
}
+
.ant-select-clear {
border-radius: 50%;
}
+
.ant-select-dropdown-menu {
background-color: var(--color-input-bg);
+
.ant-select-dropdown-menu-item {
color: var(--color-text);
+
&.ant-select-dropdown-menu-item-active {
color: #fff;
// background-color: var(--radio-button-bg-checked);
}
+
&.ant-select-dropdown-menu-item-selected {
color: #fff;
// background-color: var(--radio-button-bg-checked);
}
+
&:hover {
color: #fff;
// background-color: var(--radio-button-bg-checked);
}
}
}
+
.ant-select-selector {
background-color: var(--color-search-list-item-bg) !important;
box-shadow: none !important;
@@ -115,6 +140,7 @@ $color-primary: var(--color-primary);
color: var(--color-search-list-item-value);
border-color: var(--color-search-list-item-bd) !important;
}
+
.ant-select-selection {
background-color: var(--color-input-bg);
box-shadow: none;
@@ -129,11 +155,13 @@ $color-primary: var(--color-primary);
white-space: normal;
}
}
+
.ant-picker {
width: 100%;
background-color: var(--color-search-list-item-bg);
border-color: var(--color-border);
}
+
.yisa-table {
width: 100%;
@@ -148,6 +176,7 @@ $color-primary: var(--color-primary);
background: var(--color-table-body-bg) !important;
border-bottom-color: var(--color-table-border-bottom-color);
}
+
tr:nth-child(even) {
td {
background: var(--color-table-body-bg-nth-child-even) !important;
@@ -155,141 +184,168 @@ $color-primary: var(--color-primary);
}
}
}
+
.base-ltc {
- display: flex;
+ display: flex;
}
+
.ltc-img {
margin-right: 20px;
}
+
.ltc-box {
width: 100%;
+
.ltc-box-title {
- font-size: 18px;
- font-weight: bolder;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- .text {
- display: inline-block;
- }
- .line {
- display: inline-block;
- border: 1px dotted #607092;
- width: inherit;
- margin-bottom: 6px;
- }
- .ltc-icon {
- width: 5px;
- background: #0080db;
- height: 19px;
- display: inline-block;
- margin-right: 10px;
- }
- .ltc-btn {
- display: inline-block;
- border: 1px solid;
- border-radius: 5px;
- margin: 0 10px;
- width: 60px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- background: #409eff;
- color: #fff;
- font-weight: 100;
- cursor: pointer;
- }
- .ltc-cancel {
- background: #fff;
- color: #000;
- }
+ font-size: 18px;
+ font-weight: bolder;
+ width: 100%;
+ white-space: nowrap;
+ overflow: hidden;
+
+ .text {
+ display: inline-block;
+ }
+
+ .line {
+ display: inline-block;
+ border: 1px dotted #607092;
+ width: inherit;
+ margin-bottom: 6px;
+ }
+
+ .ltc-icon {
+ width: 5px;
+ background: #0080db;
+ height: 19px;
+ display: inline-block;
+ margin-right: 10px;
+ }
+
+ .ltc-btn {
+ display: inline-block;
+ border: 1px solid;
+ border-radius: 5px;
+ margin: 0 10px;
+ width: 60px;
+ height: 35px;
+ line-height: 35px;
+ text-align: center;
+ background: #409eff;
+ color: #fff;
+ font-weight: 100;
+ cursor: pointer;
+ }
+
+ .ltc-cancel {
+ background: #fff;
+ color: #000;
+ }
}
+
.ltc-box-line {
border: 1px solid #e7e7e7;
margin: 8px 0;
}
+
.ltc-box-in {
margin-left: 20px;
+
.ant-descriptions {
margin-left: 20px;
}
}
+
.ltc-title {
- margin: auto;
- width: 50%;
- text-align: center;
- font-size: 18px;
- font-weight: 600;
+ margin: auto;
+ width: 50%;
+ text-align: center;
+ font-size: 18px;
+ font-weight: 600;
}
+
.ltc-content {
- margin: auto;
- padding: 20px;
- .ltc-item {
- font-size: 14px;
- margin: 6px 12px 6px 0;
- display: inline-flex;
- //width: 470px;
- .new-item {
- display: inline-block;
- width: 120px;
- height: 32px;
- line-height: 32px;
- background: rgba(150,161,192,0.24);
- text-align: center;
- }
- .new-value {
- display: inline-block;
- width: 320px;
- height: 32px;
- line-height: 32px;
- text-align: center;
- background: #3E4557;
- box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.12);
- }
- .ltc-item-input {
- display: inline-block;
- width: 200px;
- }
- div {
- width: 150px;
- }
+ margin: auto;
+ padding: 20px;
+
+ .ltc-item {
+ font-size: 14px;
+ margin: 6px 12px 6px 0;
+ display: inline-flex;
+
+ //width: 470px;
+ .new-item {
+ display: inline-block;
+ width: 120px;
+ height: 32px;
+ line-height: 32px;
+ background: rgba(150, 161, 192, 0.24);
+ text-align: center;
+ }
+
+ .new-value {
+ display: inline-block;
+ width: 320px;
+ height: 32px;
+ line-height: 32px;
+ text-align: center;
+ background: #3E4557;
+ box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
+
+ .ltc-item-input {
+ display: inline-block;
+ width: 200px;
+ }
+
+ div {
+ width: 150px;
+ }
+ }
}
+
.ltc-liuc {
+ display: flex;
+ margin-left: 200px;
+
+ .ltc-item {
display: flex;
- margin-left: 200px;
- .ltc-item {
- display: flex;
- .ltc-item-name {
- margin: 6px 10px 0 10px;
- color: #3f94df;
- }
+
+ .ltc-item-name {
+ margin: 6px 10px 0 10px;
+ color: #3f94df;
}
- .ltc-work{
- text-align: center;
- .ltc-tips {
- border: 3px solid #000;
- text-align: center;
- line-height: 27px;
- height: 35px;
- width: 35px;
- border-radius: 28px;
- margin: auto;
- }
+ }
+
+ .ltc-work {
+ text-align: center;
+
+ .ltc-tips {
+ border: 3px solid #000;
+ text-align: center;
+ line-height: 27px;
+ height: 35px;
+ width: 35px;
+ border-radius: 28px;
+ margin: auto;
}
-
+ }
+
}
-}
+}
+
.distable {
.ant-pagination {
justify-self: center;
}
}
+
.eae-modal {
.eae-modal-title {
font-size: 18px;
font-weight: bolder;
+
.ltc-icon {
width: 5px;
background: #0080db;
@@ -298,14 +354,17 @@ $color-primary: var(--color-primary);
margin-right: 10px;
}
}
+
.eae-modal-item {
display: inline-block;
font-size: 16px;
}
}
+
.cc-container {
overflow: auto;
}
+
.back-btn {
position: absolute;
right: 50px;
@@ -320,6 +379,7 @@ $color-primary: var(--color-primary);
cursor: pointer;
z-index: 9999;
}
+
.add-btn {
margin: 0 5px;
width: 78px;
@@ -329,4 +389,83 @@ $color-primary: var(--color-primary);
color: #fff;
text-align: center;
line-height: 34px;
+}
+
+.parkModal {
+ width: 900px !important;
+
+ .carTitle {
+ .font {
+ font-weight: 700;
+ font-size: 16px;
+ border-left: 6px solid #409eff;
+ padding-left: 8px;
+ height: 20px;
+ line-height: 20px;
+ margin-bottom: 20px;
+ }
+ }
+
+ .parkShop {
+ display: flex;
+ margin-top: 13px;
+
+ label {
+ line-height: 31px;
+ }
+ }
+
+ .only {
+ color: #999;
+ }
+
+ .parkNum {
+ display: flex;
+
+ label {
+ line-height: 31px;
+ }
+
+ .parkFont {
+ margin-left: 20px;
+ color: #999;
+ }
+ }
+
+ .add {
+ margin-left: 25px;
+
+ .yisa-search {
+ margin-top: 20px;
+ }
+
+ .extra-style {
+ margin-left: 26px;
+ }
+
+ }
+
+ .submitBtn {
+ margin-left: 132px;
+ margin-top: 20px;
+
+ .submit {
+ width: 80px;
+ height: 35px;
+ background: #409eff;
+ border: none !important;
+ border-radius: 4px;
+ cursor: pointer;
+ color: #fff;
+ }
+
+ .cancel {
+ width: 80px;
+ height: 35px;
+ border: none;
+ border-radius: 4px;
+ cursor: pointer;
+ margin-left: 20px;
+ }
+ }
}
\ No newline at end of file
diff --git a/src/pages/OperationCenter/UserMgm/UserInfo/loadable.jsx b/src/pages/OperationCenter/UserMgm/UserInfo/loadable.jsx
index e4cbe94..c014889 100644
--- a/src/pages/OperationCenter/UserMgm/UserInfo/loadable.jsx
+++ b/src/pages/OperationCenter/UserMgm/UserInfo/loadable.jsx
@@ -979,7 +979,7 @@ function UserInfo() {
total={total}
pagename={pagename}
search={searchOther}
- initFormData={exportUrl == "/api/bpm/record/get_record_export" ? { start_time: moment().subtract(1, "month") } : {}} //初始化的表格搜索项
+ initFormData={exportUrl == "/api/bpm/record/get_record_export" ? { start_time: moment().subtract(1, "month"), type: 1 } : { type: 1 }} //初始化的表格搜索项
isExport={exportUrl ? true : false}
exportUrl={exportUrl}
export_other={{ memberId: memberId }}
diff --git a/src/pages/OutRoadMgm/OutExceptionMgm/LiftUpPoleRecord/loadable.jsx b/src/pages/OutRoadMgm/OutExceptionMgm/LiftUpPoleRecord/loadable.jsx
index 8ae6393..3f15bf1 100644
--- a/src/pages/OutRoadMgm/OutExceptionMgm/LiftUpPoleRecord/loadable.jsx
+++ b/src/pages/OutRoadMgm/OutExceptionMgm/LiftUpPoleRecord/loadable.jsx
@@ -193,7 +193,11 @@ function LiftUpPoleRecord(props) {
...formData
}
ajax.poleExport(data).then(res => {
- window.open(res.data.url)
+ if (res.status == 20000) {
+ window.open(res.data.url || res.data.export_url)
+ } else {
+ message.error(res.message)
+ }
})
}
diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx
index 4959a8e..f5d304b 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx
@@ -54,9 +54,9 @@ function Detail(props) {
diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/TimePart.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/TimePart.jsx
index 90452fe..fb89a24 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/TimePart.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/TimePart.jsx
@@ -27,7 +27,7 @@ function TimePart(props) {
onChange(all);
};
-
+ console.log(30,record)
return (