Browse Source

新增价格缓存和提交后刷新

dev-xx
qb 11 months ago
parent
commit
f185318438
  1. 3
      src/views/Pricesystem/ListOfPriceSystems.vue
  2. 16
      src/views/financialsector/CustomerBaseprice.vue
  3. 5
      src/views/financialsector/Financialse/FinancialBill.vue
  4. 4
      src/views/financialsector/Financialse/FinancialDelivery.vue
  5. 6
      src/views/financialsector/Financialse/FinancialTrunkLine.vue
  6. 4
      src/views/financialsector/Financialse/FinancialWarehousing.vue

3
src/views/Pricesystem/ListOfPriceSystems.vue

@ -185,7 +185,7 @@
</template>
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch, onActivated } from 'vue';
import { columnList } from '@/option/Pricesystem/index.js';
import {
$_getpriceTemplate,
@ -590,6 +590,7 @@ const handleSubmitBasic = () => {
}
});
};
</script>
<style scoped lang="scss">

16
src/views/financialsector/CustomerBaseprice.vue

@ -90,7 +90,7 @@
</template>
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch, onActivated } from 'vue';
import { columnList } from '@/option/financialsector/index.js';
import { $_getpriceTemplate, $_deletelpriceTemplate } from '@/api/financialsector/index'; //
import { getDictionaryBiz } from '@/api/system/dict'; //
@ -376,6 +376,20 @@ const Modifytemplate = row => {
//
const dialogVisible = () => {};
onActivated(() => {
console.log('进入缓存');
if ($useStore.state.isRefresh.refreshObj.CustomerBaseprice) {
//
this.pickerClipData.splice(0);
//
this.initPage();
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: false });
}
});
</script>
<style scoped lang="scss">

5
src/views/financialsector/Financialse/FinancialBill.vue

@ -185,6 +185,8 @@ import { getDictionaryBiz } from '@/api/system/dict';
import { postFindCategoryInfo } from '@/api/distribution/CreateOrder.js';
import { $_priceTemplate, $_putpriceTemplate } from '@/api/financialsector/index'; //
import { useRoute } from 'vue-router';
import { useStore } from 'vuex';
const $useStore = useStore();
const $route = useRoute(); //
const emit = defineEmits(['request-data']);
defineComponent({
@ -675,6 +677,8 @@ const handleSubmit = async () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
}
});
} else {
@ -689,6 +693,7 @@ const handleSubmit = async () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
emit('request-data', res.data.data); //
}
// res.data.data

4
src/views/financialsector/Financialse/FinancialDelivery.vue

@ -382,7 +382,9 @@ import { deepClone, fullscreenEnable } from '@/utils/util';
import { postFindCategoryInfo } from '@/api/distribution/CreateOrder.js';
import { $_priceTemplate, $_putpriceTemplate } from '@/api/financialsector/index'; //
import SurchargeTable from '@/components/pric/tablePric.vue';
import { useStore } from 'vuex';
import { submit } from '@/api/base/region';
const $useStore = useStore();
const $route = useRoute(); //
const emit = defineEmits(['request-data']);
defineComponent({
@ -1362,6 +1364,7 @@ const handleSubmit = async () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
}
})
.catch(res => {
@ -1384,6 +1387,7 @@ const handleSubmit = async () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
emit('request-data', res.data.data); //
}
})

6
src/views/financialsector/Financialse/FinancialTrunkLine.vue

@ -214,12 +214,14 @@ import {
defineComponent,
computed,
} from 'vue';
import { debounce, deepClone } from '@/utils/util';
import { debounce, deepClone, getObjType } from '@/utils/util';
import { ElMessage, ElMessageBox } from 'element-plus';
import { getDictionaryBiz } from '@/api/system/dict';
import { $_priceTemplate, $_putpriceTemplate } from '@/api/financialsector/index'; //
import { postFindCategoryInfo } from '@/api/distribution/CreateOrder.js';
import { useRoute } from 'vue-router';
import { useStore } from 'vuex';
const $useStore = useStore();
const $route = useRoute(); //
const emit = defineEmits(['request-data']);
defineComponent({
@ -722,6 +724,7 @@ const handleSubmit = async () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
}
});
} else {
@ -736,6 +739,7 @@ const handleSubmit = async () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
emit('request-data', res.data.data); //
}
});

4
src/views/financialsector/Financialse/FinancialWarehousing.vue

@ -260,6 +260,8 @@ import { deepClone } from '@/utils/util';
import { useRoute } from 'vue-router';
import SurchargeTable from '@/components/pric/tablePric.vue';
import { disable } from '@/api/basicdata/basicdataGoodsShelfView';
import { useStore } from 'vuex';
const $useStore = useStore();
const pageLoading = ref(true); //
const ruleFormRef = ref();
const SelectData = ref({});
@ -785,6 +787,7 @@ const Submit = () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
}
})
.catch(res => {
@ -807,6 +810,7 @@ const Submit = () => {
message: res.data.msg,
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: true });
emit('request-data', res.data.data); //
}
// res.data.data

Loading…
Cancel
Save