Jelajahi Sumber

会计发票管理选择实际开票单位把电话号带过来

lizhenhao 2 tahun lalu
induk
melakukan
51de74f88b
1 mengubah file dengan 3 tambahan dan 4 penghapusan
  1. 3 4
      src/views/modules/cw/invoice/InvoiceFormTask.vue

+ 3 - 4
src/views/modules/cw/invoice/InvoiceFormTask.vue

@@ -493,8 +493,7 @@
                   :precision="2"
                   placeholder="请填写开票金额"
                   :step="0.01"
-                  :min="0"
-                  clearable>
+                  :min="0">
                 </el-input-number>
               </template>
             </vxe-table-column>
@@ -1225,9 +1224,9 @@
         this.inputForm.billingWorkplaceRealId = row.id // 实际开票单位id ‘客户id’
         this.inputForm.taxpayerIdentificationNo = this.commonJS.isEmpty(row.uscCode) ? '' : row.uscCode // 纳税人识别号 ‘统一社会信用代码’
         this.inputForm.address = this.commonJS.isEmpty(row.address) ? '' : row.address // 地址
-        // this.inputForm.telPhone = this.commonJS.isEmpty(row.mobile) ? '' : row.mobile // 电话
+        this.inputForm.telPhone = this.commonJS.isEmpty(row.mobile) ? '' : row.mobile // 电话
         this.inputForm.billingId = '' // 实际开票单位的开票信息id
-        this.inputForm.telPhone = '' // 电话
+        // this.inputForm.telPhone = '' // 电话
         row.cwWorkClientBillingDTOList.forEach(item => {
           item.ourBank = item.accountHolder
           this.bankList.push(item)