-
+
-
+
-
+
{{ i.value | currency }}
@@ -277,14 +241,14 @@
{{ i.value | currency }}
-
-
-
-
- 天内支付运费
-
+
+
+
+
+ 天内支付运费
+
@@ -293,7 +257,9 @@
-
-
+
+
diff --git a/src/app/routes/supply-management/components/release-publish/release-publish.component.less b/src/app/routes/supply-management/components/release-publish/release-publish.component.less
index f6d4bb4f..b34cbcc9 100644
--- a/src/app/routes/supply-management/components/release-publish/release-publish.component.less
+++ b/src/app/routes/supply-management/components/release-publish/release-publish.component.less
@@ -3,10 +3,34 @@
nz-input-number {
width: 100%;
}
+
nz-date-picker {
width: 94.3%;
}
+
+ .sf3 {
+ .goods_Tips_item {
+ .goods_tips {
+ width: calc(50% - 45px);
+
+ .ant-alert {
+ padding: 0 0 0 2px;
+ }
+
+ }
+
+ nz-form-item {
+ margin-bottom: 8px;
+ }
+
+ // .ant-form-item-control-input-content {
+ // display: flex;
+ // justify-content: end;
+ // }
+ }
+ }
}
+
i {
cursor: pointer;
}
@@ -34,7 +58,10 @@
padding: 24px;
color: #7d7d7d;
font-size: 30px;
- :hover{color: #52acff;}
+
+ :hover {
+ color: #52acff;
+ }
}
#container {
@@ -45,6 +72,7 @@
input[type='number'] {
-moz-appearance: textfield;
}
+
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
margin: 0;
diff --git a/src/app/routes/supply-management/components/release-publish/release-publish.component.ts b/src/app/routes/supply-management/components/release-publish/release-publish.component.ts
index 5a261ff0..5eb7ad4a 100644
--- a/src/app/routes/supply-management/components/release-publish/release-publish.component.ts
+++ b/src/app/routes/supply-management/components/release-publish/release-publish.component.ts
@@ -237,6 +237,17 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
initSF3() {
this.schema3 = {
properties: {
+ goodsTips: {
+ type: 'string',
+ title: '',
+ ui: {
+ widget: 'custom',
+ class: 'goods_Tips_item',
+ // visibleIf: {
+ // goodsTypeName: (value: any) => value && value === '其它'
+ // }
+ }
+ },
goodsTypeId: {
type: 'string',
title: '货物名称',
@@ -308,6 +319,9 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
'*': {
spanLabelFixed: 115,
grid: { span: 12 }
+ },
+ $goodsTips: {
+ grid: { span: 24 }
}
};
}
@@ -745,9 +759,8 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
this.service
.request(
this.service.$api_getAdditionalRate +
- `?shipperId=${this?.sf1.value?.shipperAppUserId || ''}&enterpriseInfoId=${
- this?.sf1.value?.enterpriseInfoName || ''
- }&resourcetype='1'`
+ `?shipperId=${this?.sf1.value?.shipperAppUserId || ''}&enterpriseInfoId=${this?.sf1.value?.enterpriseInfoName || ''
+ }&resourcetype='1'`
)
.subscribe(res => {
if (res) {