|
@@ -30,7 +30,7 @@ import import_mixin from '@/components/template/import_mixin.js'
|
|
|
import ImageUpload from '@/components/file-upload'
|
|
|
import { downloadFiles } from '@/utils/util'
|
|
|
import { required, mobileRequired, mobile, httpUrl, email } from '@/components/template/rules_verify.js'
|
|
|
-import { listPageV2, pageExport, getDetail, add, edit, submit, listImport } from "@/api/auxiliaryFittings/auxiliarySalesOrder";
|
|
|
+import { listPageV2, pageExport, getDetail, add, edit, submit, listImportP } from "@/api/auxiliaryFittings/auxiliarySalesOrder";
|
|
|
import { getWebsit } from "@/api/customerManagement";
|
|
|
import printPreview from '../components/preview.vue'
|
|
|
import { disAutoConnect, hiprint } from 'vue-plugin-hiprint'
|
|
@@ -80,7 +80,7 @@ export default {
|
|
|
[
|
|
|
this.optionsEvensAuth("imp", {
|
|
|
render: () => {
|
|
|
- return this.importButton(listImport, '导入')
|
|
|
+ return this.importButton(listImportP, '导入')
|
|
|
}
|
|
|
})
|
|
|
],
|
|
@@ -398,7 +398,7 @@ export default {
|
|
|
},
|
|
|
// 下载导入模版
|
|
|
handleDownload() {
|
|
|
- commonTemplateDownload({ name: '师傅分销员资料初始化.xlsx' }, `${this.$route.meta.title}`).then(res => {
|
|
|
+ commonTemplateDownload({ name: '配件销售订单导入模板.xlsx' }, `${this.$route.meta.title}`).then(res => {
|
|
|
this.$message({
|
|
|
message: '下载成功',
|
|
|
type: 'success'
|