Pārlūkot izejas kodu

费用模版导入 提示 请选择左侧模版名称

lijunping 8 mēneši atpakaļ
vecāks
revīzija
b80a57b852

+ 2 - 2
src/views/iosBasicData/SeafreightExportF/bills/assembly/feecenter.vue

@@ -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 => {