This commit is contained in:
LiJianZhao 2025-05-17 13:10:40 +08:00
parent 73d2554c98
commit 433aa048b6
3 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,11 @@ const openSettlement =()=>{
<div class="btn-group" v-if="status">
<span class="default-btn" @click="openCheckOut">追溯码</span>
<span class="default-btn" @click="openSettlement" style="margin-left: 24px">收费</span>
</div>
<div class="btn-group" v-else>
<span class="default-btn" @click="">打印</span>
<span class="default-btn" @click="" style="margin-left: 24px">退款</span>
</div>
</div>
</Panel>

View File

@ -61,6 +61,7 @@ const toExcel = () => {
}
post("inventory/order/toExcel", {cateIdList: cateIdList}).then((token: any) => {
loadConfig().then((res: any) => {
console.log(res.base_url + "file/download/" + token)
window.open(res.base_url + "file/download/" + token)
})

View File

@ -14,8 +14,10 @@
</el-option>
</el-select>
</el-form-item>
<a href="http://localhost:8088/file/download/8c00d54e-0126-452c-94c8-75b42a96ff46">21312312312</a>
<el-button type="primary" @click="save">保存</el-button>
</el-form>
</div>
</template>
<script setup lang="ts">