|
|
|
@ -81,7 +81,7 @@ |
|
|
|
<script src="/static/js/lay-config.js?v=1.0.4" charset="utf-8"></script> |
|
|
|
<script> |
|
|
|
|
|
|
|
function updateTableShowForLocation() { |
|
|
|
function updateFlowShowForLocation() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@ -130,7 +130,7 @@ |
|
|
|
depositoryId = location.did; |
|
|
|
$("#localtion").val(location.depositoryName + "-" + location.kingdeecode); |
|
|
|
} |
|
|
|
updateTableShowForLocation(); |
|
|
|
updateFlowShowForLocation(); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
@ -142,7 +142,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updateTableShowForLocation = function () { |
|
|
|
updateFlowShowForLocation = function () { |
|
|
|
let req = {}; |
|
|
|
req.depositoryId = depositoryId; |
|
|
|
req.placeId = placeId; |
|
|
|
|