|
@@ -122,7 +122,6 @@ export function handleDG(context: SetupContext) {
|
|
|
|
|
|
|
|
function DGChange(value: any) {
|
|
function DGChange(value: any) {
|
|
|
const temp = DGList.value.find((e: ErmcpDeliveryGoodsDetailEx) => e.data.deliverygoodsname === value.key)
|
|
const temp = DGList.value.find((e: ErmcpDeliveryGoodsDetailEx) => e.data.deliverygoodsname === value.key)
|
|
|
- console.log('tem', temp)
|
|
|
|
|
if (temp) {
|
|
if (temp) {
|
|
|
gblist.value = temp.gblist
|
|
gblist.value = temp.gblist
|
|
|
gmlist.value = temp.gmlist
|
|
gmlist.value = temp.gmlist
|
|
@@ -133,7 +132,6 @@ export function handleDG(context: SetupContext) {
|
|
|
filterAction()
|
|
filterAction()
|
|
|
}
|
|
}
|
|
|
function filterAction() {
|
|
function filterAction() {
|
|
|
- console.log(selectedDG.value)
|
|
|
|
|
const deliverygoodsname = selectedDG.value ? [selectedDG.value.key] : ['']
|
|
const deliverygoodsname = selectedDG.value ? [selectedDG.value.key] : ['']
|
|
|
const brandname = selectedGB.value ? [selectedGB.value.key] : ['']
|
|
const brandname = selectedGB.value ? [selectedGB.value.key] : ['']
|
|
|
const wrstandardname = selectedGM.value ? [selectedGM.value.key] : ['']
|
|
const wrstandardname = selectedGM.value ? [selectedGM.value.key] : ['']
|