Browse Source

修复已知bug

dev
马远东 4 weeks ago
parent
commit
c897846e1e
  1. 4
      src/option/distribution/SeparateTheList.js
  2. 2
      src/views/Pricesystem/ListOfPriceSystems.vue
  3. 1
      src/views/distribution/inventory/delivery/SeparateTheList.vue

4
src/option/distribution/SeparateTheList.js

@ -48,7 +48,7 @@ export const columnList = [
}, },
{ {
prop: 'orderPackageNumber', prop: 'orderPackageNumber',
label: '拆单件数', label: '计划拆单件数',
type: 1, type: 1,
values: '', values: '',
width: '150', width: '150',
@ -92,7 +92,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'finishUsername', prop: 'createUserName',
label: '创建人', label: '创建人',
type: 2, type: 2,
values: '', values: '',

2
src/views/Pricesystem/ListOfPriceSystems.vue

@ -332,7 +332,7 @@ const beforeAvatarUpload = rawFile => {
}; };
/** 下载导入模板 */ /** 下载导入模板 */
const handleDownLoadFile = () => { 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');
}; };
// //

1
src/views/distribution/inventory/delivery/SeparateTheList.vue

@ -105,7 +105,6 @@
<script setup> <script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue'; import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import { mapGetters } from 'vuex'; import { mapGetters } from 'vuex';
/** 获取字典 */ /** 获取字典 */

Loading…
Cancel
Save