修复地磅
This commit is contained in:
parent
5d5108953e
commit
8095089f7c
@ -42,7 +42,7 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://192.168.34.117:6023/' // 杨杰本地
|
||||
// axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋
|
||||
// axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上(旧)地址
|
||||
axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/
|
||||
// axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
|
||||
// axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上旧
|
||||
// axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地
|
||||
@ -78,9 +78,9 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:8188' //郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:8210' //郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:12346' //郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:12350' //金林湾本地
|
||||
axios.defaults.baseURL = 'http://192.168.34.221:12350' //金林湾本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.122:8070' //彭洁本地
|
||||
axios.defaults.baseURL = 'http://192.168.34.221:8070' //演示平台郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:8070' //演示平台郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:30000' //中建五局郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://101.43.164.214:11111' //百色线上
|
||||
// axios.defaults.baseURL = 'http://101.43.164.214:12345/'//内蒙古线上
|
||||
|
||||
@ -124,7 +124,7 @@ export default {
|
||||
downloadData: {}, //下载数据
|
||||
tableList: [],
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
pageSize:10,
|
||||
total: 0,
|
||||
dialogVisibleAdd: false,
|
||||
dialogVisibleEdit: false,
|
||||
@ -293,8 +293,8 @@ export default {
|
||||
},
|
||||
//查看条数
|
||||
handleSizeChange(val) {
|
||||
this.pageNo = val
|
||||
this.pageSize = 10
|
||||
this.pageNo = 1
|
||||
this.pageSize = val
|
||||
this.getListData()
|
||||
},
|
||||
//查看页
|
||||
|
||||
@ -177,7 +177,7 @@ export default {
|
||||
downloadData: {}, //下载数据
|
||||
tableList: [],
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
dialogVisibleAdd: false,
|
||||
dialogVisibleEdit: false,
|
||||
@ -254,8 +254,8 @@ export default {
|
||||
},
|
||||
//查看条数
|
||||
handleSizeChange(val) {
|
||||
this.pageNo = val
|
||||
this.pageSize = 10
|
||||
this.pageNo = 1
|
||||
this.pageSize = val
|
||||
this.getListData()
|
||||
},
|
||||
//查看页
|
||||
|
||||
@ -124,7 +124,7 @@ export default {
|
||||
downloadData: {}, //下载数据
|
||||
tableList: [],
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
pageSize:10,
|
||||
total: 0,
|
||||
dialogVisibleAdd: false,
|
||||
dialogVisibleEdit: false,
|
||||
@ -290,8 +290,8 @@ export default {
|
||||
},
|
||||
//查看条数
|
||||
handleSizeChange(val) {
|
||||
this.pageNo = val
|
||||
this.pageSize = 10
|
||||
this.pageNo = 1
|
||||
this.pageSize = val
|
||||
this.getListData()
|
||||
},
|
||||
//查看页
|
||||
|
||||
@ -119,7 +119,7 @@ export default {
|
||||
downloadData: {}, //下载数据
|
||||
tableList: [],
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
dialogVisibleAdd: false,
|
||||
dialogVisibleEdit: false,
|
||||
@ -280,8 +280,8 @@ export default {
|
||||
},
|
||||
//查看条数
|
||||
handleSizeChange(val) {
|
||||
this.pageNo = val
|
||||
this.pageSize = 10
|
||||
this.pageNo = 1
|
||||
this.pageSize = val
|
||||
this.getListData()
|
||||
},
|
||||
//查看页
|
||||
|
||||
@ -21,11 +21,11 @@
|
||||
<el-table-column prop="goodsName" label="货名" align="center"></el-table-column>
|
||||
<el-table-column prop="specifications" label="规格" align="center"></el-table-column>
|
||||
<el-table-column prop="reserve" label="备注 " align="center"></el-table-column>
|
||||
<el-table-column prop="tare" label="毛重" align="center"></el-table-column>
|
||||
<el-table-column prop="grossWeight" label="皮重" align="center"></el-table-column>
|
||||
<el-table-column prop="grossWeight" label="毛重" align="center"></el-table-column>
|
||||
<el-table-column prop="tare" label="皮重" align="center"></el-table-column>
|
||||
<el-table-column prop="netWeight" label="净重" align="center"></el-table-column>
|
||||
<el-table-column prop="tareTime" width="200px" label="毛重时间" align="center"></el-table-column>
|
||||
<el-table-column prop="grossTime" width="200px" label="皮重时间" align="center"></el-table-column>
|
||||
<el-table-column prop="grossTime" width="200px" label="毛重时间" align="center"></el-table-column>
|
||||
<el-table-column prop="tareTime" width="200px" label="皮重时间" align="center"></el-table-column>
|
||||
<el-table-column label="操作" align="center">
|
||||
<template slot-scope="scope">
|
||||
<div class="tableBtns">
|
||||
@ -105,7 +105,7 @@ export default {
|
||||
downloadData: {}, //下载数据
|
||||
tableList: [],
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
pageSize:10,
|
||||
total: 0,
|
||||
dialogVisiblePhone: false,
|
||||
phoneList: [],
|
||||
@ -170,8 +170,8 @@ export default {
|
||||
},
|
||||
//查看条数
|
||||
handleSizeChange(val) {
|
||||
this.pageNo = val
|
||||
this.pageSize = 10
|
||||
this.pageNo = 1
|
||||
this.pageSize = val
|
||||
this.getListData()
|
||||
},
|
||||
//查看页
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user