This commit is contained in:
wangshiming
2022-05-07 15:02:38 +08:00
parent 93b7985330
commit 513821eeee
3 changed files with 13 additions and 13 deletions

View File

@ -223,7 +223,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
},
goodsTypeId: {
type: 'string',
title: '货物名称',
title: '货物类型',
ui: {
widget: 'select',
placeholder: '请选择',
@ -255,7 +255,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
errors: { required: '请填写货物名称' },
errors: { required: '请填写货物类型' },
change: (value: any, data: any) => {
this.sf3.setValue('/goodsName', data.label);
},
@ -279,7 +279,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
errors: { required: '请填写货物类型' },
visibleIf: {
goodsTypeName: (value: any) => value && value === '其它'
},
@ -1162,7 +1162,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
this.service.request(this.service.$api_checkGoodsName, name).subscribe(res => {
if (res === false) {
const modalRef = this.modalService.error({
nzTitle: '货物名称含有违禁词,请重新输入!',
nzTitle: '货物类型含有违禁词,请重新输入!',
});
modalRef.afterClose.subscribe(result => {
// this.sf3.setValue('/goodsName1', null);

View File

@ -269,7 +269,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
},
goodsTypeId: {
type: 'string',
title: '货物名称',
title: '货物类型',
ui: {
widget: 'select',
placeholder: '请选择',
@ -301,7 +301,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
errors: { required: '请填写货物名称' },
errors: { required: '请填写货物类型' },
change: (_value: any, data: any) => {
this.sf3.setValue('/goodsName', data.label);
},
@ -325,7 +325,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
errors: { required: '请填写货物类型' },
visibleIf: {
goodsTypeName: (value: any) => value && value === '其它'
},
@ -1510,7 +1510,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
this.service.request(this.service.$api_checkGoodsName, name).subscribe(res => {
if (res === false) {
const modalRef = this.modalService.error({
nzTitle: '货物名称含有违禁词,请重新输入!',
nzTitle: '货物类型含有违禁词,请重新输入!',
});
modalRef.afterClose.subscribe(result => {
// this.sf3.setValue('/goodsName1', null);

View File

@ -259,11 +259,11 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
},
goodsTypeId: {
type: 'string',
title: '货物名称',
title: '货物类型',
ui: {
widget: 'select',
placeholder: '请选择',
errors: { required: '请选择货物名称' },
errors: { required: '请选择货物类型' },
asyncData: () =>
this.shipperSrv.loadConfigByKey('goods.name.config.type').pipe(
map((data: any) => {
@ -291,7 +291,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
errors: { required: '请填写货物名称' },
errors: { required: '请填写货物类型' },
change: (value: any, data: any) => {
this.sf3.setValue('/goodsName', data.label);
},
@ -315,7 +315,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
errors: { required: '请填写货物类型' },
visibleIf: {
goodsTypeName: (value: any) => value && value === '其它'
},
@ -1294,7 +1294,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
this.service.request(this.service.$api_checkGoodsName, name).subscribe(res => {
if (res === false) {
const modalRef = this.modalService.error({
nzTitle: '货物名称含有违禁词,请重新输入!',
nzTitle: '货物类型含有违禁词,请重新输入!',
});
modalRef.afterClose.subscribe(result => {
// this.sf3.setValue('/goodsName1', null);