Browse Source

供应商

yusheng 1 year ago
parent
commit
50d67c47b6

+ 13 - 1
src/BIZComponents/searchProduct.vue

@@ -84,6 +84,17 @@
           />
           />
         </el-form-item>
         </el-form-item>
       </el-col>
       </el-col>
+      <el-col v-bind="styleResponsive ? { md: 6 } : { span: 6 }">
+        <el-form-item label="关键字">
+          <el-input
+            clearable
+            size="small"
+            v-model="where.searchKey"
+            placeholder="请输入"
+          />
+        </el-form-item>
+      </el-col>
+      
     </el-row>
     </el-row>
   </el-form>
   </el-form>
 </template>
 </template>
@@ -97,7 +108,8 @@
         code: '',
         code: '',
         brandNum: '',
         brandNum: '',
         modelType: '',
         modelType: '',
-        specification: ''
+        specification: '',
+        searchKey:''
       };
       };
       return {
       return {
         defaultWhere,
         defaultWhere,

+ 2 - 6
src/views/financialManage/feeManage/feeApplication/addOrEditDialog.vue

@@ -386,13 +386,9 @@ export default {
           businessId:id,
           businessId:id,
           businessKey : 'fin_fee_apply',
           businessKey : 'fin_fee_apply',
           formCreateUserId: data.createUserId,
           formCreateUserId: data.createUserId,
+         
+
 
 
-          // callBackMethodType : '1',
-          // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
-          // pcHandle : '/bpm/handleTask/components/project-manage/plan-manage/submit.vue',
-          // pcView : '/bpm/handleTask/components/project-manage/plan-manage/detailDialog.vue',
-          // miniHandle : '',
-          // miniView : '',
         }
         }
         this.$refs.processSubmitDialogRef.init(params)
         this.$refs.processSubmitDialogRef.init(params)
       })
       })

+ 2 - 1
src/views/financialManage/invoiceManage/components/addOrEditDialog.vue

@@ -436,7 +436,8 @@ export default {
           businessKey : key,
           businessKey : key,
           formCreateUserId: data.createUserId,
           formCreateUserId: data.createUserId,
           variables:{
           variables:{
-            type: data.type
+            type: data.type,
+            businessCode:data.code
           },
           },
           // callBackMethodType : '1',
           // callBackMethodType : '1',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',

+ 2 - 1
src/views/financialManage/invoiceManage/index.vue

@@ -335,7 +335,8 @@ export default {
           businessKey : key,
           businessKey : key,
           formCreateUserId: res.createUserId,
           formCreateUserId: res.createUserId,
           variables:{
           variables:{
-            type: res.type
+            type: res.type,
+            businessCode:res.code
           },
           },
           // callBackMethodType : '1',
           // callBackMethodType : '1',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',

+ 3 - 1
src/views/purchasingManage/supplierManage/components/addContactDialog.vue

@@ -1113,8 +1113,10 @@ export default {
           businessKey : 'contact_qc_approve',
           businessKey : 'contact_qc_approve',
           formCreateUserId: row.createUserId,
           formCreateUserId: row.createUserId,
           variables:{
           variables:{
-            certificationType: 2
+            certificationType: 2,
+            businessCode:row.code
           },
           },
+          
           // callBackMethodType : '1',
           // callBackMethodType : '1',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // pcHandle : '/bpm/handleTask/components/project-manage/plan-manage/submit.vue',
           // pcHandle : '/bpm/handleTask/components/project-manage/plan-manage/submit.vue',

+ 2 - 1
src/views/purchasingManage/supplierManage/components/certificateQualificationsDialog.vue

@@ -535,7 +535,8 @@ export default {
           businessKey : key,
           businessKey : key,
           formCreateUserId: data.createUserId,
           formCreateUserId: data.createUserId,
           variables:{
           variables:{
-            certificationType: this.typeInfo
+            certificationType: this.typeInfo,
+            businessCode:data.code
           },
           },
           // callBackMethodType : '1',
           // callBackMethodType : '1',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',

+ 5 - 1
src/views/saleManage/contact/components/addContactDialog.vue

@@ -1366,7 +1366,8 @@ export default {
           businessKey: 'contact_approve',
           businessKey: 'contact_approve',
           formCreateUserId: base.createUserId,
           formCreateUserId: base.createUserId,
           variables: {
           variables: {
-            certificationType: 1
+            certificationType: 1,
+            businessCode:base.code
           }
           }
           // callBackMethodType : '1',
           // callBackMethodType : '1',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
@@ -1674,8 +1675,11 @@ export default {
       this.otherForm = data.other;
       this.otherForm = data.other;
       this.tableBankData = data.bankList;
       this.tableBankData = data.bankList;
       this.tableLinkData = data.linkList;
       this.tableLinkData = data.linkList;
+      this.supplyList = data.productList || [];
+
       this.tableCertificateDataAdd({});
       this.tableCertificateDataAdd({});
       this.form.qualificationCensorship=this.form.qualificationCensorship||'2'
       this.form.qualificationCensorship=this.form.qualificationCensorship||'2'
+
       // if (data.base.businessLicenseFile && data.base.businessLicenseFile.uid) {
       // if (data.base.businessLicenseFile && data.base.businessLicenseFile.uid) {
       //   this.$set(this.form, 'businessLicenseFiles', [
       //   this.$set(this.form, 'businessLicenseFiles', [
       //     data.base.businessLicenseFile
       //     data.base.businessLicenseFile

+ 2 - 1
src/views/saleManage/contact/contactList.vue

@@ -404,7 +404,8 @@ export default {
           businessKey: 'contact_approve',
           businessKey: 'contact_approve',
           formCreateUserId: res.createUserId,
           formCreateUserId: res.createUserId,
           variables: {
           variables: {
-            certificationType: 1
+            certificationType: 1,
+            businessCode:res.code
           }
           }
           // callBackMethodType : '1',
           // callBackMethodType : '1',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
           // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',

+ 2 - 1
src/views/saleManage/contact/contactListAdmin.vue

@@ -491,7 +491,8 @@
             businessKey: 'contact_approve',
             businessKey: 'contact_approve',
             formCreateUserId: res.createUserId,
             formCreateUserId: res.createUserId,
             variables: {
             variables: {
-              certificationType: 1
+              certificationType: 1,
+              businessCode:res.code
             }
             }
             // callBackMethodType : '1',
             // callBackMethodType : '1',
             // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
             // callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',