@@ -15,7 +15,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
// ['index','appoint','configManager','homepage',''inward,'queue','RMS','sale','serviceManager','SporadicManage'
// 统计报表 组织机构/系统管理 采购 仓储
// 'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
-//let devModules = ['index', 'statisticalReport', 'queue','inward','appoint','sale','RMS','AMS']
+//let devModules = ['index', 'statisticalReport', 'queue', 'sale','TMS']
let devModules = ['all']
//let devModules=['index']
if (pathSrc.indexOf('node_modules') > -1) {
@@ -228,7 +228,9 @@ export default {
offset: 300
})
this.loginBtnLoading = false
- // this.$router.go(0)
+ setTimeout(function() {
+ this.$router.go(0)
+ }, 10)
}
.catch(() => {
@@ -355,11 +355,11 @@
</el-table-column>
<el-table-column prop="receiptTime" label="签收时间" width="150px">
- <el-table-column prop="priceValue" label="系统建议运价" width="100px">
+ <el-table-column prop="priceValue" label="实际运价" width="100px">
<el-table-column
prop="detailsAmount"
- label="系统建议运费"
+ label="实际运费"
width="100px"
></el-table-column>