chenhaozhe
2025-09-03 0d9acbb21fdeb7f70e5d0f45ed068f02eac20586
添加 销售出库单 源单选择 组织筛选进入不同模块
1个文件已修改
9 ■■■■■ 已修改文件
pages/xiaoshouchuku/form.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchuku/form.vue
@@ -318,7 +318,7 @@
                ModRightName: 'CE_SellOut',
                OperationType: 1,
                HInterID_Temp: '',
                showHStockPlaceName: false,
                showHMainSourceBillType: true,
                showHSourceBillNo: true,
@@ -407,9 +407,10 @@
        computed: {
            enableModule: {
                get() {
                    console.log('typeof(Organization): ', typeof(uni.getStorageSync('Organization')));
                    if (this.hform.HMainSourceBillType == 1402) {
                        // && uni.getStorageSync('Organization').includes('兴达')
                    if (this.hform.HMainSourceBillType == 1402 &&
                      /兴达|智云/.test(uni.getStorageSync('Organization'))
                    ) {
                        return 1
                    } else {
                        return 2