箱管 调整

feature-JimuReport-1106-yjl
张同海 1 month ago
parent af1d880b9c
commit 5773acae6c

@ -310,12 +310,12 @@ export const searchFormSchema: FormSchema[] = [
allowClear: true, allowClear: true,
}, },
}, },
{ // {
field: 'ctnReleaseNo', // field: 'ctnReleaseNo',
label: '关联合同号', // label: '关联合同号',
component: 'Input', // component: 'Input',
colProps: { span: 4 }, // colProps: { span: 4 },
}, // },
{ {
field: 'remark', field: 'remark',

@ -161,17 +161,18 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [ export const searchFormSchema: FormSchema[] = [
{ {
field: 'billno', field: 'cntrnoAll',
label: '业务号', label: '箱号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 8 },
}, },
{ {
field: 'cntrnoAll', field: 'billno',
label: '箱号', label: '业务号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 4 },
}, },
{ {
field: 'oldContainerOwner', field: 'oldContainerOwner',
label: '原箱主', label: '原箱主',

@ -146,17 +146,18 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [ export const searchFormSchema: FormSchema[] = [
{ {
field: 'billno', field: 'cntrnoAll',
label: '业务号', label: '箱号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 8 },
}, },
{ {
field: 'cntrnoAll', field: 'billno',
label: '箱号', label: '业务号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 4 },
}, },
{ {
field: 'rentCustomerName', field: 'rentCustomerName',
label: '租箱客户', label: '租箱客户',

@ -150,17 +150,18 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [ export const searchFormSchema: FormSchema[] = [
{ {
field: 'billno', field: 'cntrnoAll',
label: '业务号', label: '箱号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 8 },
}, },
{ {
field: 'cntrnoAll', field: 'billno',
label: '箱号', label: '业务号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 4 },
}, },
{ {
field: 'oldContainerOwner', field: 'oldContainerOwner',
label: '原箱主', label: '原箱主',

@ -170,17 +170,18 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [ export const searchFormSchema: FormSchema[] = [
{ {
field: 'billno', field: 'cntrnoAll',
label: '业务号', label: '箱号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 8 },
}, },
{ {
field: 'cntrnoAll', field: 'billno',
label: '箱号', label: '业务号',
component: 'Input', component: 'Input',
colProps: { span: 4 }, colProps: { span: 4 },
}, },
{ {
field: 'rentCustomerName', field: 'rentCustomerName',
label: '租箱客户', label: '租箱客户',

@ -133,32 +133,32 @@ export const searchFormSchema: FormSchema[] = [
field: 'code', field: 'code',
label: '编码', label: '编码',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'name', field: 'name',
label: '名称', label: '名称',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'taxCategory', field: 'taxCategory',
label: '税目', label: '税目',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'taxRate', field: 'taxRate',
label: '税率', label: '税率',
component: 'InputNumber', component: 'InputNumber',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'identification', field: 'identification',
label: '零税率标识', label: '零税率标识',
component: 'ApiSelect', component: 'ApiSelect',
colProps: { span: 6 }, colProps: { span: 4 },
componentProps: ({ formActionType }) => { componentProps: ({ formActionType }) => {
return { return {
api: () => { api: () => {
@ -184,19 +184,19 @@ export const searchFormSchema: FormSchema[] = [
field: 'taxClassificationCode', field: 'taxClassificationCode',
label: '税收分类编码', label: '税收分类编码',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'taxClassificationName', field: 'taxClassificationName',
label: '税收分类名称', label: '税收分类名称',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'isIncludingTax', field: 'isIncludingTax',
label: '是否含税', label: '是否含税',
component: 'Switch', component: 'Switch',
colProps: { span: 6 }, colProps: { span: 4 },
componentProps: { componentProps: {
checkedChildren: '是', checkedChildren: '是',
checkedValue: true, checkedValue: true,
@ -208,7 +208,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'hasPreferentialPolicy', field: 'hasPreferentialPolicy',
label: '是否享受优惠政策', label: '是否享受优惠政策',
component: 'Switch', component: 'Switch',
colProps: { span: 6 }, colProps: { span: 4 },
componentProps: { componentProps: {
checkedChildren: '是', checkedChildren: '是',
checkedValue: true, checkedValue: true,
@ -220,7 +220,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'preferentialPolicyDescription', field: 'preferentialPolicyDescription',
label: '优惠政策说明', label: '优惠政策说明',
component: 'InputTextArea', component: 'InputTextArea',
colProps: { span: 6 }, colProps: { span: 4 },
componentProps: { componentProps: {
rows: 2, rows: 2,
}, },
@ -229,7 +229,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'isDefault', field: 'isDefault',
label: '是否默认商品名', label: '是否默认商品名',
component: 'Switch', component: 'Switch',
colProps: { span: 6 }, colProps: { span: 4 },
componentProps: { componentProps: {
checkedChildren: '是', checkedChildren: '是',
checkedValue: true, checkedValue: true,
@ -241,7 +241,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'defaultCurrency', field: 'defaultCurrency',
label: '默认币别', label: '默认币别',
component: 'ApiSelect', component: 'ApiSelect',
colProps: { span: 6 }, colProps: { span: 4 },
componentProps: () => { componentProps: () => {
return { return {
api: GetFeeCurrencySelectList, api: GetFeeCurrencySelectList,
@ -255,13 +255,13 @@ export const searchFormSchema: FormSchema[] = [
field: 'specification', field: 'specification',
label: '规格型号', label: '规格型号',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
{ {
field: 'unit', field: 'unit',
label: '单位', label: '单位',
component: 'Input', component: 'Input',
colProps: { span: 6 }, colProps: { span: 4 },
}, },
] ]
export const formSchema: FormSchema[] = [ export const formSchema: FormSchema[] = [

Loading…
Cancel
Save