Commit fb311c84 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

修改确认询价报价的schema

parent 4f48f31a
...@@ -6,8 +6,8 @@ import { PublicApi } from '@/services/api' ...@@ -6,8 +6,8 @@ import { PublicApi } from '@/services/api'
/** /**
* @description: 公用 * @description: 公用
* @param {type} * @param {type}
* @return {type} * @return {type}
*/ */
export const commonEnquieryOfferSchema: ISchema = { export const commonEnquieryOfferSchema: ISchema = {
type:'object', type:'object',
...@@ -33,7 +33,7 @@ export const commonEnquieryOfferSchema: ISchema = { ...@@ -33,7 +33,7 @@ export const commonEnquieryOfferSchema: ISchema = {
}, },
"x-component-props":{ "x-component-props":{
placeholder:'报价单搜索' placeholder:'报价单'
} }
} }
} }
...@@ -63,7 +63,7 @@ export const commonEnquieryOfferSchema: ISchema = { ...@@ -63,7 +63,7 @@ export const commonEnquieryOfferSchema: ISchema = {
inquiryListNo:{//需求单号 inquiryListNo:{//需求单号
type:'string', type:'string',
"x-mega-props":{ "x-mega-props":{
}, },
"x-component-props":{ "x-component-props":{
placeholder:'询价单号' placeholder:'询价单号'
...@@ -95,7 +95,7 @@ export const commonEnquieryOfferSchema: ISchema = { ...@@ -95,7 +95,7 @@ export const commonEnquieryOfferSchema: ISchema = {
sumbit:{ sumbit:{
"x-component":'Submit', "x-component":'Submit',
"x-mega-props":{ "x-mega-props":{
span:1 span:1
}, },
"x-component-props":{ "x-component-props":{
children:'查询' children:'查询'
...@@ -108,8 +108,8 @@ export const commonEnquieryOfferSchema: ISchema = { ...@@ -108,8 +108,8 @@ export const commonEnquieryOfferSchema: ISchema = {
/** /**
* @description: 需求报价-需求单查询 * @description: 需求报价-需求单查询
* @param {type} * @param {type}
* @return {type} * @return {type}
*/ */
export const enquierySearchSchema: ISchema = { export const enquierySearchSchema: ISchema = {
type:'object', type:'object',
...@@ -207,8 +207,8 @@ export const enquierySearchSchema: ISchema = { ...@@ -207,8 +207,8 @@ export const enquierySearchSchema: ISchema = {
/** /**
* @description: 需求报价-报价查询 * @description: 需求报价-报价查询
* @param {type} * @param {type}
* @return {type} * @return {type}
*/ */
export const enquieryOfferSearchSchema: ISchema = { export const enquieryOfferSearchSchema: ISchema = {
type:'object', type:'object',
...@@ -293,8 +293,8 @@ export const enquieryOfferSearchSchema: ISchema = { ...@@ -293,8 +293,8 @@ export const enquieryOfferSearchSchema: ISchema = {
/** /**
* @description: 报价单新增编辑-需求单查询 * @description: 报价单新增编辑-需求单查询
* @param {type} * @param {type}
* @return {type} * @return {type}
*/ */
export const dialogEqformSearch: ISchema = { export const dialogEqformSearch: ISchema = {
type:'object', type:'object',
...@@ -376,7 +376,7 @@ export const dialogEqformSearch: ISchema = { ...@@ -376,7 +376,7 @@ export const dialogEqformSearch: ISchema = {
} }
/** /**
* @description: 报价单查询-搜索 * @description: 报价单查询-搜索
* @param {type} * @param {type}
* @return {type} * @return {type}
*/ */
export const quoteFormSearch: ISchema = { export const quoteFormSearch: ISchema = {
...@@ -485,4 +485,4 @@ export const quoteFormSearch: ISchema = { ...@@ -485,4 +485,4 @@ export const quoteFormSearch: ISchema = {
} }
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment