|
@@ -9,6 +9,10 @@
|
|
|
click: openPhotographySeniorDetail
|
|
click: openPhotographySeniorDetail
|
|
|
}
|
|
}
|
|
|
]" />
|
|
]" />
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <hardware-check/>
|
|
|
|
|
+
|
|
|
<div class="detail-container">
|
|
<div class="detail-container">
|
|
|
<div>
|
|
<div>
|
|
|
<!-- 主图LOGO部分 -->
|
|
<!-- 主图LOGO部分 -->
|
|
@@ -210,6 +214,10 @@ import { getRouterUrl } from '@/utils/appfun'
|
|
|
|
|
|
|
|
import { Close, Warning } from '@element-plus/icons-vue'
|
|
import { Close, Warning } from '@element-plus/icons-vue'
|
|
|
import LoadingDialog from '@/views/Photography/components/LoadingDialog.vue'
|
|
import LoadingDialog from '@/views/Photography/components/LoadingDialog.vue'
|
|
|
|
|
+import HardwareCheck from '@/components/check/index.vue'
|
|
|
|
|
+
|
|
|
|
|
+import { useCheckInfo } from '@/composables/useCheckInfo';
|
|
|
|
|
+useCheckInfo();
|
|
|
|
|
|
|
|
const showTips = ref(true)
|
|
const showTips = ref(true)
|
|
|
|
|
|
|
@@ -252,7 +260,7 @@ const queryParams = reactive({ // 分页查询参数
|
|
|
current: 1,
|
|
current: 1,
|
|
|
})
|
|
})
|
|
|
const form = reactive({
|
|
const form = reactive({
|
|
|
- selectTemplate: {}, //选中的模板
|
|
|
|
|
|
|
+ selectTemplate: {}, //选中的模板
|
|
|
dataType: '1', // 1: 选择excel文件 2: 系统对接
|
|
dataType: '1', // 1: 选择excel文件 2: 系统对接
|
|
|
logo_path: '', // 主图LOGO
|
|
logo_path: '', // 主图LOGO
|
|
|
excelFilePath: 'D:\\MyDocuments\\PythonCode\\MyPython\\red_dragonfly\\deal_pics\\auto_capture_V2\\auto_photo', // 商品基础资料EXCEL文件选择
|
|
excelFilePath: 'D:\\MyDocuments\\PythonCode\\MyPython\\red_dragonfly\\deal_pics\\auto_capture_V2\\auto_photo', // 商品基础资料EXCEL文件选择
|
|
@@ -386,10 +394,10 @@ const generate = async function () {
|
|
|
message.value = loadingMsg
|
|
message.value = loadingMsg
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
-}
|
|
|
|
|
|
|
+}
|
|
|
const openLoadingDialog = (timer: number) => {
|
|
const openLoadingDialog = (timer: number) => {
|
|
|
loadingDialogVisible.value = true
|
|
loadingDialogVisible.value = true
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
showButton.value = true
|
|
showButton.value = true
|
|
|
// 根据传入的秒数计算每次增加的进度值
|
|
// 根据传入的秒数计算每次增加的进度值
|
|
|
const step = 100 / timer
|
|
const step = 100 / timer
|