Browse Source

供应商策略

master
zhangli 11 months ago
parent
commit
ad6320e6b9
  1. 4
      src/views/wms/strategy/supplieDeliveryStrategy/AddForm.vue

4
src/views/wms/strategy/supplieDeliveryStrategy/AddForm.vue

@ -276,6 +276,7 @@ const getFormSupplierList = async () => {
//
const changeSupplierType = (e) => {
querySupplierParams.value.type = e
formData.value.condition[1].Value = []
getFormSupplierList()
}
@ -324,6 +325,9 @@ const open = async (type: string, strategyCode: string, id?: number) => {
formData.value.configuration = JSON.parse(data.configuration)
}
querySupplierParams.value.type = formData.value?.condition[0]?.Value || ''
getFormSupplierList()
} finally {
formLoading.value = false
}

Loading…
Cancel
Save