|
@@ -882,7 +882,7 @@
|
|
}
|
|
}
|
|
function getShipList(id) {
|
|
function getShipList(id) {
|
|
let params = { id: id };
|
|
let params = { id: id };
|
|
- defHttp.get({ url: '/saleCode/saleInquiryForm/querySaleInquiryFormShipByMainId', params }, { isTransformResponse: false }).then((res) => {
|
|
|
|
|
|
+ defHttp.get({ url: '/purCode/purQuotationSelection/queryPurQuotationSelectionShipByMainId', params }, { isTransformResponse: false }).then((res) => {
|
|
if (res) {
|
|
if (res) {
|
|
saleQuotationFormShipTable.dataSource = res.result;
|
|
saleQuotationFormShipTable.dataSource = res.result;
|
|
}
|
|
}
|