|
@@ -1546,7 +1546,7 @@ export default {
|
|
|
templateExport() {
|
|
|
|
|
|
if (!this.lefttemplate.id) {
|
|
|
- this.$message.warning('请选择左侧客户')
|
|
|
+ this.$message.warning('请选择左侧模版名')
|
|
|
return
|
|
|
}
|
|
|
if (this.feesselectionList.length > 0) {
|
|
@@ -1683,7 +1683,7 @@ export default {
|
|
|
obj.corpId = this.assemblyForm.corpId
|
|
|
obj.corpCnName = this.assemblyForm.corpCnName.split(' - ')[0]
|
|
|
obj.corpEnName = this.assemblyForm.corpEnName
|
|
|
- //
|
|
|
+ //
|
|
|
// 预付/到付
|
|
|
obj.paymode = this.assemblyForm.mpaymode
|
|
|
getBcorpsDetail(this.assemblyForm.corpId).then(res => {
|