Ver código fonte

客户信息

zerp 2 anos atrás
pai
commit
edac551ab6
2 arquivos alterados com 50 adições e 34 exclusões
  1. 19 6
      src/views/client/user.vue
  2. 31 28
      src/views/tender/tender4/tender.vue

+ 19 - 6
src/views/client/user.vue

@@ -16,9 +16,27 @@
           <tr>
             <td align="right" class="column"><span>法定代表人:</span></td>
             <td align="left" class="item">{{ item.legalPerson }}</td>
+            <td align="right" class="column"><span>住所:</span></td>
+            <td align="left" class="item">{{ item.residence }}</td>
+          </tr>
+          <tr>
+            <td align="right" class="column"><span>联系人姓名:</span></td>
+            <td align="left" class="item">{{ item.contactName }}</td>
             <td align="right" class="column"><span>联系电话:</span></td>
             <td align="left" class="item">{{ item.phone }}</td>
           </tr>
+          <tr>
+            <td align="right" class="column"><span>统一社会信用代码:</span></td>
+            <td align="left" class="item">{{ item.creditCode }}</td>
+            <td align="right" class="column"><span>法人身份证号:</span></td>
+            <td align="left" class="item">{{ item.legalPersonCard }}</td>
+          </tr>
+          <tr>
+            <td align="right" class="column"><span>开户银行:</span></td>
+            <td align="left" class="item">{{ item.depositBank }}</td>
+            <td align="right" class="column"><span>开户账号:</span></td>
+            <td align="left" class="item">{{ item.depositBankAccount }}</td>
+          </tr>
           <tr>
             <td align="right" class="column"><span>邮箱:</span></td>
             <td align="left" class="item">{{ item.email }}</td>
@@ -54,12 +72,7 @@
             <td align="right" class="column"><span>修改时间:</span></td>
             <td align="left" class="item">{{ item.updateTime }}</td>
           </tr>
-          <tr>
-            <td align="right" class="column"><span>住所:</span></td>
-            <td align="left" class="item">{{ item.residence }}</td>
-            <td align="right" class="column" />
-            <td align="left" class="item" />
-          </tr>
+    
         </table>
       </div>
     </div>

+ 31 - 28
src/views/tender/tender4/tender.vue

@@ -364,7 +364,7 @@
                      </el-form-item>
                        <el-row :gutter="20">
                           <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
-                              <el-form-item label="站台使用费" prop="byqStationUsePrice" required>
+                              <el-form-item label="站台使用费"  required>
                               <div class="typeNumber">
                                 <el-input v-model.number="form.byqStationUsePrice" type="number" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"></el-input>
                               </div>
@@ -388,7 +388,17 @@
                               </div>
                             </el-form-item>
                           </el-col>
+                          <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
+                               <el-form-item label="合计" prop="quantity">
+                               <!-- <el-input  :value="form.byqStationUsePrice || form.byqFreightPrice ? (form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) :0" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
+                               <el-input  :value="(Number(form.byqStationUsePrice) + Number(form.byqFreightPrice) + Number(form.byqStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
+                               </el-form-item>
+                          </el-col>
+                          
+                         </el-row>
 
+                         <el-row :gutter="20">
+                         
                           <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
                              <el-form-item label="备注" prop="byqOtherRemarks" >
                                 <el-input
@@ -403,15 +413,6 @@
                           </el-col>
                          </el-row>
 
-                         <el-row :gutter="20">
-                          <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
-                               <el-form-item label="合计" prop="quantity">
-                               <!-- <el-input  :value="form.byqStationUsePrice || form.byqFreightPrice ? (form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) :0" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
-                               <el-input  :value="(Number(form.byqStationUsePrice) + Number(form.byqFreightPrice) + Number(form.byqStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
-                               </el-form-item>
-                          </el-col>
-                         </el-row>
-
                           <el-form-item label="( 至锦州港运费 ) " size="mini" style="font-szie:50px"  >
                      </el-form-item>
                        <el-row :gutter="20">
@@ -441,6 +442,16 @@
                             </el-form-item>
                           </el-col>
 
+                          <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
+                               <el-form-item label="合计" prop="quantity">
+                               <el-input  :value="(Number(form.jzgStationUsePrice) + Number(form.jzgFreightPrice) + Number(form.jzgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
+                               <!-- <el-input  :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
+                               </el-form-item>
+                          </el-col>
+                         </el-row>
+
+                         <el-row :gutter="20">
+                          
                           <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
                              <el-form-item label="备注" prop="jzgOtherRemarks">
                                 <el-input
@@ -455,15 +466,6 @@
                           </el-col>
                          </el-row>
 
-                         <el-row :gutter="20">
-                          <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
-                               <el-form-item label="合计" prop="quantity">
-                               <el-input  :value="(Number(form.jzgStationUsePrice) + Number(form.jzgFreightPrice) + Number(form.jzgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
-                               <!-- <el-input  :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
-                               </el-form-item>
-                          </el-col>
-                         </el-row>
-
                            <el-form-item label="( 至绥中港运费 ) " size="mini" style="font-szie:50px"  >
                      </el-form-item>
                        <el-row :gutter="20">
@@ -493,6 +495,16 @@
                             </el-form-item>
                           </el-col>
 
+                            <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
+                               <el-form-item label="合计" prop="quantity">
+                               <el-input  :value="(Number(form.szgStationUsePrice) + Number(form.szgFreightPrice) + Number(form.szgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
+                               <!-- <el-input  :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
+                               </el-form-item>
+                          </el-col>
+                         </el-row>
+
+                         <el-row :gutter="20">
+                        
                           <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
                              <el-form-item label="备注" prop="szgOtherRemarks">
                                 <el-input
@@ -507,15 +519,6 @@
                           </el-col>
                          </el-row>
 
-                         <el-row :gutter="20">
-                          <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
-                               <el-form-item label="合计" prop="quantity">
-                               <el-input  :value="(Number(form.szgStationUsePrice) + Number(form.szgFreightPrice) + Number(form.szgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
-                               <!-- <el-input  :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
-                               </el-form-item>
-                          </el-col>
-                         </el-row>
-