Browse Source

销售合同/销售询价单-筛选条件修改

jingbb 4 months ago
parent
commit
5a89f919a2

+ 1 - 1
src/views/saleCode/quotation/quotation.vue

@@ -18,7 +18,7 @@
           </a-col>           
           <template v-if="toggleSearchStatus">
             <a-col :lg="8">
-              <a-form-item name="inquiryProject">
+              <a-form-item name="quotationProject">
                 <template #label><span title="报价项目(quotation project)">报价项目(quotation project)</span></template>
                   <ApiSelect
                     :api="ProjectOption"

+ 2 - 2
src/views/saleCode/saleContract/SaleContract.data.ts

@@ -106,7 +106,7 @@ export const searchFormSchema: FormSchema[] = [
 	},	
 	{
       label: "客户(Customer)",
-      field: "quotationCustomerName",
+      field: "quotationCustomer",
       labelWidth: 150,
       component: 'ApiSelect',
       componentProps: {
@@ -128,7 +128,7 @@ export const searchFormSchema: FormSchema[] = [
  	},
   {
     label: "项目(Project)",
-    field: "quotationProjectName",
+    field: "quotationProject",
     labelWidth: 150,
     component: 'ApiSelect',
     componentProps: {