| pages/xiaoshouchuku/form.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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