更新BOM维护和配置文件

This commit is contained in:
Developer
2026-05-25 16:09:31 +08:00
parent 5fe6c42cb6
commit b668dc6b2b
2 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
@click="pageCurrent = 1;pageSize = 20;searchTable()">查询 @click="pageCurrent = 1;pageSize = 20;searchTable()">查询
</el-button> </el-button>
<el-button type="success" plain icon="el-icon-download" size="small" @click="exportExcel()">导出</el-button> <el-button type="success" plain icon="el-icon-download" size="small" @click="exportExcel()">导出</el-button>
<!-- <el-button type="distribution" icon="el-icon-plus" size="small" @click="addMaterial()">物料</el-button> --> <el-button type="distribution" icon="el-icon-plus" size="small" @click="addMaterial()">物料</el-button>
<el-button <el-button
type="danger" type="danger"
plain plain
@@ -256,7 +256,7 @@
</el-button> </el-button>
<el-button type="success" plain icon="el-icon-download" size="small" @click="exportExcel1()">导出 <el-button type="success" plain icon="el-icon-download" size="small" @click="exportExcel1()">导出
</el-button> </el-button>
<!-- <el-button type="distribution" icon="el-icon-plus" size="small" @click="addMaterial()">物料</el-button> --> <el-button type="distribution" icon="el-icon-plus" size="small" @click="addMaterial()">物料</el-button>
<el-button <el-button
type="danger" type="danger"
plain plain

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`