|
@@ -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)
|