切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
朱兆平
5 years ago
提交
3ae675bdf1ca393e1f98c00c1c13864755333fed
2 个父辈
826f808d
5e1f87ab
Merge remote-tracking branch 'origin/master'
显示空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
7 行增加
和
9 行删除
src/views/nmms/ExitArrive.vue
src/views/nmms/ExitLoading.vue
src/views/nmms/ExitPre.vue
src/views/nmms/ExitTidy.vue
src/views/nmms/ExitArrive.vue
查看文件 @
3ae675b
...
...
@@ -316,7 +316,7 @@
</el-table-column>
<el-table-column label="操作人" width="100">
<template slot-scope="scope">
{{scope.row.oper
system
name}}
{{scope.row.oper
user
name}}
</template>
</el-table-column>
</el-table>
...
...
src/views/nmms/ExitLoading.vue
查看文件 @
3ae675b
...
...
@@ -312,7 +312,7 @@
</el-table-column>
<el-table-column label="操作人" width="100">
<template slot-scope="scope">
{{scope.row.oper
system
name}}
{{scope.row.oper
user
name}}
</template>
</el-table-column>
</el-table>
...
...
src/views/nmms/ExitPre.vue
查看文件 @
3ae675b
...
...
@@ -612,7 +612,7 @@
</el-table-column>
<el-table-column label="操作人" width="100">
<template slot-scope="scope">
{{scope.row.oper
system
name}}
{{scope.row.oper
user
name}}
</template>
</el-table-column>
</el-table>
...
...
src/views/nmms/ExitTidy.vue
查看文件 @
3ae675b
...
...
@@ -324,7 +324,7 @@
</el-table-column>
<el-table-column label="操作人" width="100">
<template slot-scope="scope">
{{scope.row.oper
system
name}}
{{scope.row.oper
user
name}}
</template>
</el-table-column>
</el-table>
...
...
@@ -467,7 +467,7 @@
awbpiece: undefined,
awbweight: undefined,
rcfdep: 'MT5202',
user: {
user
info
: {
username : JSON.parse(sessionStorage.getItem('user')).username
}
},
...
...
@@ -649,8 +649,7 @@
confirmButtonText: '发送',
cancelButtonText: '取消'
}).then(() => {
console.log(row)
row.user = {
row.userinfo = {
username : JSON.parse(sessionStorage.getItem('user')).username
}
sendCreateMt5202(row).then(res => {
...
...
@@ -831,7 +830,7 @@
awbpiece: undefined,
awbweight: undefined,
rcfdep: 'MT5202',
user: {
user
info
: {
username: JSON.parse(sessionStorage.getItem('user')).username
}
}
...
...
@@ -856,7 +855,6 @@
// 新增出港理货请求
createData() {
this.$refs.tidyFormData.validate(valid => {
console.log(this.tidyModel)
if (valid) {
addMt520X(this.tidyModel).then(res => {
if (res.data.count > 0) {
...
...
请
注册
或
登录
后发表评论