计量客户

This commit is contained in:
‘huanghaiixia’
2026-03-17 15:19:11 +08:00
parent 1114535f59
commit 6cfb1c77c5
9 changed files with 578 additions and 40 deletions

View File

@ -144,7 +144,7 @@
import { getCompDept } from '/@/api/approve/Appro';
import { useUserStore } from '/@/store/modules/user';
import { getDictionary } from '/@/api/sales/Customer';
import { getLngPngDemandContractList, getLngPngDemandPointDely, getLngPngDemandContractQty, getLngPngDemandPurList, getLngPngDemandRate } from '/@/api/dayPlan/Demand';
import { getLngLngDemandContractList, getLngLngDemandStationList } from '/@/api/dayPlan/LngDemand';
const userStore = useUserStore();
const userInfo = userStore.getUserInfo;
@ -203,7 +203,7 @@
cuCode:formState.value.cuCode,
datePlan: dayjs(formState.value.datePlan).format('YYYY-MM-DD')
}
let res = await getLngPngDemandContractList(obj)
let res = await getLngLngDemandContractList(obj)
contractList.value = res || []
if (contractList.value.length == 1) {
formState.value.kName = contractList.value[0].kName
@ -240,7 +240,7 @@
getPurList()
}
const getPointDely = async () => {
let res = await getLngPngDemandPointDely({kId: formState.value.ksId})
let res = await getLngLngDemandStationList({kId: formState.value.ksId})
pointDelyList.value = res || []
if (pointDelyList.value.length == 1) {
formState.value.pointDelyName = pointDelyList.value[0].pointDelyName