@ -48,7 +48,7 @@ export const columnList = [
},
{
prop: 'orderPackageNumber',
label: '拆单件数',
label: '计划拆单件数',
type: 1,
values: '',
width: '150',
@ -92,7 +92,7 @@ export const columnList = [
head: false,
prop: 'finishUsername',
prop: 'createUserName',
label: '创建人',
type: 2,
@ -332,7 +332,7 @@ const beforeAvatarUpload = rawFile => {
};
/** 下载导入模板 */
const handleDownLoadFile = () => {
window.open('http://huo5u-test.oss-cn-chengdu.aliyuncs.com/upload/20250305/0bdaba45e7b1037fe653d9e012fc7ef1.xlsx');
window.open('https://gzhtoss.oss-cn-chengdu.aliyuncs.com/muban/%E5%AE%A2%E6%88%B7%E4%BB%B7%E6%A0%BC%E7%BB%B4%E6%8A%A4%E6%A8%A1%E6%9D%BF20250304.xlsx');
// 获取客户
@ -105,7 +105,6 @@
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
import { mapGetters } from 'vuex';
/** 获取字典 */