|
|
@@ -342,6 +342,8 @@ export default {
|
|
|
this.form = response.data[0];
|
|
|
this.form.ziiAmount = this.amtFormat(this.form.ziiAmount);
|
|
|
this.form.ziiTotalAmount = this.amtFormat(this.form.ziiTotalAmount);
|
|
|
+ //格式化发票类型
|
|
|
+ this.form.ziiType = this.selectDictLabel(this.typeOptions, this.form.ziiType);
|
|
|
}
|
|
|
});
|
|
|
|