Przeglądaj źródła

客户信息修改

lizhenhao 2 lat temu
rodzic
commit
c6372d3229

+ 1 - 1
src/views/modules/finance/invoice/InvoiceList.vue

@@ -179,7 +179,7 @@
           :data="dataList"
           :checkbox-config="{}">
           <vxe-column type="seq" width="40"></vxe-column>
-          <vxe-column type="checkbox" width="40" ></vxe-column>
+          <vxe-column type="checkbox" width="" ></vxe-column>
           <vxe-column width="150" title="项目名称"align="center" field="programName">
             <template slot-scope="scope">
               <el-link  type="primary" :underline="false" @click="viewProject(scope.row.id)">{{commonJS.isEmpty(scope.row.financeInvoiceBaseDTOList[0].programId)?'其他:':''}}{{scope.row.programName}}</el-link>

+ 2 - 2
src/views/modules/program/registered/ProjectList.vue

@@ -68,7 +68,7 @@
           <el-button v-if="hasPermission('sys:project:exportFile')"  type="warning" plain @click="exportFile()" size="small">导出</el-button>
         </template>
       </vxe-toolbar>
-      <div style="height: calc(100% - 50px)">
+      <div style="height: calc(100% - 90px)">
         <vxe-table
           border="inner"
           auto-resize
@@ -88,7 +88,7 @@
           :checkbox-config="{}">
           <vxe-column type="seq" width="40"></vxe-column>
           <vxe-column type="checkbox" width="40" ></vxe-column>
-          <vxe-column width="180" title="项目名称" field="name" align="left">
+          <vxe-column width="" title="项目名称" field="name" align="left">
             <template slot-scope="scope">
               <el-link  type="primary" :underline="false" v-if="hasPermission('program:registered:view')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>
               <el-link  type="primary" :underline="false" v-else-if="hasPermission('program:registered:view')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>

+ 4 - 3
src/views/modules/program/registered/WorkClientForm.vue

@@ -160,7 +160,8 @@
           createBy: '',
           deputy: ''
         },
-        rowId: ''
+        rowId: '',
+        deputy: ''
       }
     },
     workClientService: null,
@@ -176,7 +177,7 @@
         // if (!this.commonJS.isEmpty(id)) {
         //   this.$refs.workContractTable.setCurrentRow(id)
         // }
-        this.searchForm.deputy = deputy
+        this.deputy = deputy
         this.visible = true
         this.list()
       },
@@ -188,7 +189,7 @@
           return
         }
         this.close()
-        this.$emit('getWorkClient', row, this.searchForm.deputy)
+        this.$emit('getWorkClient', row, this.deputy)
       },
       list () {
         this.loading = true

+ 15 - 15
src/views/modules/sys/workClient/WorkClientForm.vue

@@ -135,21 +135,21 @@
             </el-form-item>
           </el-col>
 
-          <el-col :span="12">
-            <el-form-item label="代表方" prop="workClientInfo.deputyList"
-                          :rules="[
-                    {required: true, message:'请选择代表方', trigger:'blur'}
-                 ]">
-              <el-select v-model="inputForm.workClientInfo.deputyList" placeholder="请选择" multiple style="width:100%;">
-                <el-option
-                  v-for="item in $dictUtils.getDictList('representative')"
-                  :key="item.value"
-                  :label="item.label"
-                  :value="item.value">
-                </el-option>
-              </el-select>
-            </el-form-item>
-          </el-col>
+<!--          <el-col :span="12">-->
+<!--            <el-form-item label="代表方" prop="workClientInfo.deputyList"-->
+<!--                          :rules="[-->
+<!--                    {required: true, message:'请选择代表方', trigger:'blur'}-->
+<!--                 ]">-->
+<!--              <el-select v-model="inputForm.workClientInfo.deputyList" placeholder="请选择" multiple style="width:100%;">-->
+<!--                <el-option-->
+<!--                  v-for="item in $dictUtils.getDictList('representative')"-->
+<!--                  :key="item.value"-->
+<!--                  :label="item.label"-->
+<!--                  :value="item.value">-->
+<!--                </el-option>-->
+<!--              </el-select>-->
+<!--            </el-form-item>-->
+<!--          </el-col>-->
 
           <el-col :span="12">
             <el-form-item label="法人代表" prop="workClientInfo.lawerPresint">

+ 12 - 12
src/views/modules/sys/workClient/WorkClientList.vue

@@ -86,16 +86,16 @@
             @getValue="(value) => {searchForm.createBy=value}"/>
         </el-form-item>
 
-        <el-form-item label="代表方" prop="deputy">
-          <el-select v-model="searchForm.deputy" placeholder="请选择" style="width:100%;">
-            <el-option
-              v-for="item in $dictUtils.getDictList('representative')"
-              :key="item.value"
-              :label="item.label"
-              :value="item.value">
-            </el-option>
-          </el-select>
-        </el-form-item>
+<!--        <el-form-item label="代表方" prop="deputy">-->
+<!--          <el-select v-model="searchForm.deputy" placeholder="请选择" style="width:100%;">-->
+<!--            <el-option-->
+<!--              v-for="item in $dictUtils.getDictList('representative')"-->
+<!--              :key="item.value"-->
+<!--              :label="item.label"-->
+<!--              :value="item.value">-->
+<!--            </el-option>-->
+<!--          </el-select>-->
+<!--        </el-form-item>-->
 
           <el-form-item>
             <el-button type="primary" @click="refreshList()" size="small" icon="el-icon-search">查询</el-button>
@@ -130,14 +130,14 @@
                 :checkbox-config="{}">
                 <vxe-column type="seq" width="40"></vxe-column>
                 <vxe-column type="checkbox"  width="40px"></vxe-column>
-                <vxe-column width="300px"  title="客户名称" field="name">
+                <vxe-column width=""  title="客户名称" field="name">
                     <template slot-scope="scope">
                         <el-link  type="primary" :underline="false" v-if="hasPermission('sys:project:edit')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>
                         <el-link  type="primary" :underline="false" v-else-if="hasPermission('sys:project:view')"  @click="view(scope.row.id)">{{scope.row.name}}</el-link>
                         <span v-else>{{scope.row.name}}</span>
                     </template>
                 </vxe-column>
-                <vxe-column width="200px"  title="代表方" field="deputy" ></vxe-column>
+<!--                <vxe-column width="200px"  title="代表方" field="deputy" ></vxe-column>-->
                 <vxe-column width="100px"  title="客户性质" field="companyType" >
                   <template slot-scope="scope">
                     {{ $dictUtils.getDictLabel("customer_nature", scope.row.companyType, '-') }}