切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
xudada
5 years ago
提交
4f10129c1f0330e4dae3ffa9a4604bfab2e49eef
1 个父辈
31ac8b97
回执颜色区分
显示空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
24 行增加
和
23 行删除
src/views/nmms_import/AllocateSearch.vue
src/views/nmms_import/OrigMaster.vue
src/views/nmms_import/TallyMster.vue
src/views/nmms_import/Waybill.vue
src/views/nmms_import/AllocateSearch.vue
查看文件 @
4f10129
...
...
@@ -301,20 +301,20 @@
<el-col :span="5">
<el-form-item label="运抵件数" prop="turnpiece">
<div v-if="dialogStatus === 'update'">
<el-input v-model="AruleForm.turnpiece"></el-input>
<el-input
type="number"
v-model="AruleForm.turnpiece"></el-input>
</div>
<div v-else>
<el-input disabled="" v-model="AruleForm.turnpiece"></el-input>
<el-input
type="number"
disabled="" v-model="AruleForm.turnpiece"></el-input>
</div>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item label="运抵重量" prop="turnweight">
<div v-if="dialogStatus === 'update'">
<el-input v-model="AruleForm.turnweight"></el-input>
<el-input
type="number"
v-model="AruleForm.turnweight"></el-input>
</div>
<div v-else>
<el-input disabled="" v-model="AruleForm.turnweight"></el-input>
<el-input
type="number"
disabled="" v-model="AruleForm.turnweight"></el-input>
</div>
</el-form-item>
</el-col>
...
...
src/views/nmms_import/OrigMaster.vue
查看文件 @
4f10129
...
...
@@ -357,22 +357,22 @@
<el-row class="product">
<el-col :span="6">
<el-form-item label="总件数" prop="awbinfo.pcs">
<el-input v-model="ruleForm.awbinfo.pcs" ></el-input>
<el-input
type="number"
v-model="ruleForm.awbinfo.pcs" ></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="总重量" prop="awbinfo.weight">
<el-input v-model="ruleForm.awbinfo.weight"></el-input>
<el-input
type="number"
v-model="ruleForm.awbinfo.weight"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="舱单件数" prop="piece">
<el-input v-model="ruleForm.piece"></el-input>
<el-input
type="number"
v-model="ruleForm.piece"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="舱单重量" prop="weight">
<el-input v-model="ruleForm.weight"></el-input>
<el-input
type="number"
v-model="ruleForm.weight"></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -953,7 +953,7 @@
:row.status=='21'?'可自动发送':row.status=='22'?'未发送':row.status=='23'?'已发送新增报'
:row.status=='24'?'已发送删除报':row.status=='25'?'已发送修改报':'';
},
//发送舱单报按钮判定事件
//发送舱单报按钮
,删除,修改
判定事件
btSendStatusFormater:(status) => {
if(status=='23' || status=='24'||status=='25'){
return true;
...
...
@@ -987,6 +987,7 @@
this.FenStatus='ediAwbh';
this.ruleForm=row;
this.ruleForm.originstation=row.originstation+"-"+row.destinationstation;
this.ruleForm.flightno=row.carrier+row.flightno;
this.FenQuery.awba=row.awba;
this.FenQuery.flightno= row.flightno;
this.FenQuery.flightdate=row.flightdate
...
...
@@ -1291,13 +1292,13 @@
},
//分拨申请
Importallocation(index,row){
this.$router.push({name:'进港分拨',params:{carrier:row.carrier,flightno:row.flightno
.substr(2)
,awba:row.awba,flightdate:row.flightdate,
this.$router.push({name:'进港分拨',params:{carrier:row.carrier,flightno:row.flightno,awba:row.awba,flightdate:row.flightdate,
turnpiece:row.awbinfo.pcs,turnweight:row.awbinfo.weight,customcode:row.customcode}});
},
//分拨运抵
Allocatearrive(index,row){
this.$router.push({name:'分拨运抵',params:{carrier:row.carrier,flightno:row.flightno
.substr(2)
,awba:row.awba,flightdate:row.flightdate,
this.$router.push({name:'分拨运抵',params:{carrier:row.carrier,flightno:row.flightno,awba:row.awba,flightdate:row.flightdate,
turnpiece:row.awbinfo.pcs,turnweight:row.awbinfo.weight,customcode:row.customcode,goodsname:row.goodsname}});
},
back(){
...
...
src/views/nmms_import/TallyMster.vue
查看文件 @
4f10129
...
...
@@ -236,22 +236,22 @@
<el-row class="product">
<el-col :span="6">
<el-form-item label="舱单件数" prop="pcs">
<el-input v-model="ruleForm.pcs"></el-input>
<el-input
type="number"
v-model="ruleForm.pcs"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="舱单重量" prop="wei">
<el-input v-model="ruleForm.wei"></el-input>
<el-input
type="number"
v-model="ruleForm.wei"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="理货件数" prop="piece">
<el-input v-model="ruleForm.piece"></el-input>
<el-input
type="number"
v-model="ruleForm.piece"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="理货重量" prop="weight">
<el-input v-model="ruleForm.weight"></el-input>
<el-input
type="number"
v-model="ruleForm.weight"></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/nmms_import/Waybill.vue
查看文件 @
4f10129
...
...
@@ -133,16 +133,16 @@
width="115"
>
<template slot-scope="scope">
<span v-if="scope.row.stype=='MT1201'&&scope.row.awbh==''" style="background-color:#
5BB75B;width: 100%;height:auto;display:block;
">
<span v-if="scope.row.stype=='MT1201'&&scope.row.awbh==''" style="background-color:#
67C23A;width: 100%;height:100%;display:block
">
{{scope.row.awba}}
</span>
<span v-else-if="scope.row.stype=='MT1201'&&scope.row.awbh!=''" style="background-color:#
12B399
;width: 100%;height:100%;display:block;">
<span v-else-if="scope.row.stype=='MT1201'&&scope.row.awbh!=''" style="background-color:#
409eff
;width: 100%;height:100%;display:block;">
{{scope.row.awba}}
</span>
<span v-else-if="scope.row.stype=='MT5201'&&scope.row.awbh==''" style="background-color:#F
A9403
;width: 100%;height:100%;display:block;">
<span v-else-if="scope.row.stype=='MT5201'&&scope.row.awbh==''" style="background-color:#F
F8C00
;width: 100%;height:100%;display:block;">
{{scope.row.awba}}
</span>
<span v-else-if="scope.row.stype=='MT5201'&&scope.row.awbh!=''" style="background-color:#
C55124
;width: 100%;height:100%;display:block;">
<span v-else-if="scope.row.stype=='MT5201'&&scope.row.awbh!=''" style="background-color:#
e6a23c
;width: 100%;height:100%;display:block;">
{{scope.row.awba}}
</span>
</template>
...
...
@@ -228,10 +228,10 @@
.sel{display: inline;}
.mark{height:24px;}
.bg{height:24px;text-align: center;line-height:24px;min-height: 24px}
.mainse{background: #5BB75B}
.fense{background-color: #12B399}
.tallse{background-color: #FA9403}
.tallfense{background-color: #C55124}
.mainse{background: #67C23A}
.fense{background-color: #409eff}
.tallse{background-color: #FF8C00}
.tallfense{background-color: #e6a23c}
.cell{background: #5BB75B}
.cell2{background-color: #12B399}
.el-input-group{
...
...
请
注册
或
登录
后发表评论