|
@@ -66,11 +66,12 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
+import { commonMixin } from '@/utils/mixin'
|
|
import { hdExportExcel } from '@/libs/exportExcel'
|
|
import { hdExportExcel } from '@/libs/exportExcel'
|
|
import { productPriceImport, productPriceFailExcel } from '@/api/product'
|
|
import { productPriceImport, productPriceFailExcel } from '@/api/product'
|
|
-import { toThousands } from '@/libs/tools.js'
|
|
|
|
export default {
|
|
export default {
|
|
name: 'ChooseImportModal',
|
|
name: 'ChooseImportModal',
|
|
|
|
+ mixins: [commonMixin],
|
|
props: {
|
|
props: {
|
|
openModal: { // 弹框显示状态
|
|
openModal: { // 弹框显示状态
|
|
type: Boolean,
|
|
type: Boolean,
|