chore: 同步项目变更,清理旧构建包,更新配置

This commit is contained in:
Developer
2026-05-22 17:08:21 +08:00
parent db6a51eab5
commit a50608c4b0
15 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist.7z

Binary file not shown.

View File

@@ -1674,10 +1674,15 @@
{{ scope.row.数量 }} {{ scope.row.数量 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :width="setColumnWidth('应领数')" label="已领数" align="center">
<template slot-scope="scope">
{{ scope.row.已领数量 }}
</template>
</el-table-column>
<el-table-column :width="setColumnWidth('已领数')" label="占用数" align="center"> <el-table-column :width="setColumnWidth('已领数')" label="占用数" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- {{ scope.row.已领数量 }} --> <!-- {{ scope.row.已领数量 }} -->
{{ scope.row.表明细数量总和 }} {{ scope.row.全表明细数量总和 }}
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

View File

@@ -4,8 +4,8 @@ export const name1_config = `OP1000`
export const name3_config = `OP2000` export const name3_config = `OP2000`
export const name4_config = `OP9999` export const name4_config = `OP9999`
// //
var url = `http://192.168.1.27:8030` // 测试环境 接口端口号 http://192.168.1.27:8031 测试环境管理系统 0001 654321 // var url = `http://192.168.1.27:8030` // 测试环境 接口端口号 http://192.168.1.27:8031 测试环境管理系统 0001 654321
// var url = `http://192.168.1.27:8010` // 正式环境 接口端口号 http://192.168.1.27:8001 正式环境管理系统 0000 0000 var url = `http://192.168.1.27:8010` // 正式环境 接口端口号 http://192.168.1.27:8001 正式环境管理系统 0000 0000
var url1 = `http://192.168.1.27:10006` // 立库数据库的接口端口号 var url1 = `http://192.168.1.27:10006` // 立库数据库的接口端口号
// var url = `http://127.0.0.1:10250` // var url = `http://127.0.0.1:10250`
// var url = `http://124.220.15.242:8602` // var url = `http://124.220.15.242:8602`