切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
3 years ago
提交
053137758c481c3862cf9fd98b99d5e441e89024
1 个父辈
85c55ea5
转关运抵界面优化、增加两默认值
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
13 行增加
和
9 行删除
src/views/transit/transit.vue
static/nmmsVer.json
src/views/transit/transit.vue
查看文件 @
0531377
...
...
@@ -279,15 +279,17 @@
</el-button>
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="
41
0" fixed="right">
<el-table-column label="操作" align="center" width="
20
0" fixed="right">
<template slot-scope="scope">
<el-row>
<el-button type="success" @click="editTrn(scope.$index,scope.row)">编辑</el-button>
<el-button type="warning" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="declareTrn(scope.row)">
申报
</el-button>
<el-button type="success" @click="editTrn(scope.$index,scope.row)">编  辑</el-button>
<el-button type="danger" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="delTrn(scope.row)">
删除
删  除
</el-button>
</el-row>
<el-row>
<el-button type="warning" :disabled="scope.row.customResponseText && scope.row.customResponseText !== undefined && scope.row.customResponseText.length>0" @click="declareTrn(scope.row)">
申  报
</el-button>
<el-button type="info" @click="statusTrn(scope.row)">
修改状态
...
...
@@ -623,7 +625,7 @@
autoid:'',
seqno:'',
ieflag:'E',
customscode:'',
customscode:'
4604
',
inputopid: '',
inputopname:'',
applyname:'',
...
...
@@ -638,7 +640,7 @@
trafway:'5',
packno:'',
grosswt:'',
unloadcode:'',
unloadcode:'
460043
',
arrivetime: '',
contatype:'',
trnmode:'2',
...
...
@@ -823,6 +825,8 @@
this.form.trnmode = '2'
this.form.trafmode= '5'
this.form.trafway = '5'
this.form.unloadcode = '460043'
this.form.customscode = '4604'
},
// 新增功能
...
...
static/nmmsVer.json
查看文件 @
0531377
{
"nmmsVer"
:
"1.3
4
"
"nmmsVer"
:
"1.3
5
"
}
...
...
请
注册
或
登录
后发表评论