diff --git a/common/style/layout.styl b/common/style/layout.styl
index 2ff4893..bed274b 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -233,29 +233,28 @@ uni-button:after {
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
}
.item-font-1
- _font(30rpx,28rpx,#000,,)
+ _font(30rpx,52rpx,#000,,)
.item-font-2
- _font(24rpx,40rpx,$red,,)
+ _font(26rpx,52rpx,$red,,)
.item-font-3
- _font(24rpx,26rpx,#333,,)
+ _font(26rpx,38rpx,#333,,)
text-align:justify;
text-align-last: justify;
text-justify: inter-ideograph;
.item-font-4
- _font(26rpx,26rpx,#999,,)
+ _font(26rpx,38rpx,#999,,)
.item-font-5
_font(44rpx,60rpx,$green,,center)
background-color #f6f6f6
.item-font-6
height 52rpx
- _font(24rpx,52rpx,#666,,center)
+ _font(26rpx,52rpx,#666,,center)
background-color #e5e5e5
border-radius 26rpx
.item-font-7
_font(24rpx,52rpx,#666,,center)
-.item-font-8
- _font(24rpx,52rpx,#666,,center)
.isChecked
+ background-color: #fff !important
box-shadow inset 2px 2px 4px 0px rgba(120, 141, 250, 0.7), inset -2px -2px 4px 0px rgba(120, 141, 250, 0.7)
/** 提交栏 **/
.submit-bar {
@@ -280,7 +279,7 @@ uni-button:after {
border-radius: 10rpx;
}
.button-primary {
- font-size: 34rpx;
+ font-size: 30rpx;
line-height: 88rpx;
color: #fff;
text-align: center;
@@ -502,7 +501,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
.point_title_2
_wh(100%, 40rpx)
overflow hidden
- _font(24rpx,40rpx,#999,500, center)
+ _font(26rpx,40rpx,#999,500, center)
.state-wrap
position fixed
z-index 200
@@ -520,6 +519,29 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
position fixed
z-index 200
bottom 100rpx
+ width 100%
padding 14rpx
background-color #fff
- box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
\ No newline at end of file
+ box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
+.pop_point_wrap
+ position fixed
+ width: 43.2%
+ top -10%
+ left -10%
+ z-index 301
+ transform scale(0)
+.pop_point_content
+ position relative
+ margin-top 40rpx
+ padding 20rpx
+ background-color #fff
+ border-radius 10rpx
+ &::after
+ position absolute
+ top -40rpx
+ left calc(50% - 20rpx)
+ content ''
+ width: 0;
+ height: 0;
+ border: 20rpx solid;
+ border-color: transparent transparent #fff transparent
\ No newline at end of file
diff --git a/common/style/mixin.styl b/common/style/mixin.styl
index 63beec8..f564d40 100644
--- a/common/style/mixin.styl
+++ b/common/style/mixin.styl
@@ -9,12 +9,10 @@ $fc1 = #323232
background-color: $red !important
.bggreen
background-color: $green !important
- color #fff !important
.bgyellow
background-color: $yellow !important
.bgblue
background-color: $blue !important
- color #fff !important
.bggray
background-color: $gray !important
diff --git a/common/style/reset.css b/common/style/reset.css
index 867502b..0cbcfb5 100644
--- a/common/style/reset.css
+++ b/common/style/reset.css
@@ -146,6 +146,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgb10 {
margin-bottom: 10rpx;
}
+.mgb20 {
+ margin-bottom: 20rpx;
+}
.pdl20 {
padding-left: 20rpx;
}
diff --git a/pages/manage/agv-call-manage.vue b/pages/manage/agv-call-manage.vue
new file mode 100644
index 0000000..bb4de12
--- /dev/null
+++ b/pages/manage/agv-call-manage.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+ 任务起点1
+ {{sCode1}}
+
+
+
+ 任务终点1
+ {{nCode1}}
+
+
+
+ 任务起点2
+ {{sCode2}}
+
+
+
+ 任务终点2
+ {{nCode2}}
+
+
+
+
+
+ {{e.region_name}}
+
+
+
+
+
+ {{el.device_name}}
+ {{el.device_code}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 任务起点1
+ 任务终点1
+
+
+ 任务起点2
+ 任务终点2
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/call-manage.vue b/pages/manage/call-manage.vue
index 74a306f..075ca16 100644
--- a/pages/manage/call-manage.vue
+++ b/pages/manage/call-manage.vue
@@ -7,21 +7,28 @@
{{e.name}}
-->
-
- 起:{{sObj.device_name}}
- –
- 终:{{nObj.device_name}}
-
-
+
+
+
+ 任务起点
+ {{sCode}}
+
+
+
+ 任务终点
+ {{nCode}}
+
+
+
-
+
{{e.region_name}}
-
+
-
-
-
+
+
+
{{el.device_name}}
{{el.device_code}}
@@ -32,16 +39,26 @@
-
-
-
+
+
+
+
+
+
+
+
+ 任务起点
+ 任务终点
+
+
+
+
+
diff --git a/pages/manage/inst-manage.vue b/pages/manage/inst-manage.vue
index f979342..b90d6c0 100644
--- a/pages/manage/inst-manage.vue
+++ b/pages/manage/inst-manage.vue
@@ -12,32 +12,32 @@
-
+
{{e.task_no}} | {{['就绪', '执行中', '完成','取消'][Number(e.inst_status)]}}
{{e.create_time}}
-
+
指令号:
{{e.instruction_code}}
-
+
指令执行步骤:
{{e.inst_step}}
-
+
载具号:
{{e.carrier}}
-
+
车号:
{{e.carno}}
{{e.priority}}
- 优先级
+ 优先级
diff --git a/pages/manage/sb-point-manage.vue b/pages/manage/sb-point-manage.vue
index a2c432d..ae7c852 100644
--- a/pages/manage/sb-point-manage.vue
+++ b/pages/manage/sb-point-manage.vue
@@ -5,7 +5,7 @@
-
+
{{e.device_name}}
{{e.device_code}}
@@ -23,8 +23,8 @@