|
|
@ -1320,7 +1320,7 @@ export default {
|
|
|
|
/** 下载模板操作 */
|
|
|
|
/** 下载模板操作 */
|
|
|
|
importTemplate() {
|
|
|
|
importTemplate() {
|
|
|
|
outTemplate().then((response) => {
|
|
|
|
outTemplate().then((response) => {
|
|
|
|
this.$download.excel(response, "发票模板.zip");
|
|
|
|
this.$download.excel(response, "发票模板.xls");
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 文件上传中处理
|
|
|
|
// 文件上传中处理
|
|
|
|