Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biz-trina5-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
贺双
biz-trina5-app
Commits
20ca2ced
Commit
20ca2ced
authored
Aug 20, 2026
by
ian.gao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运单界面增加字段展示-提单号/装箱单号,并增加这两个字段的查询条件
parent
3c84a656
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
5 deletions
+24
-5
shipmentItem.vue
components/shipmentItem/shipmentItem.vue
+8
-0
manifest.json
manifest.json
+1
-0
config.js
publicConfig/config.js
+3
-3
shipment.vue
subpkg/shipment/shipment.vue
+12
-2
No files found.
components/shipmentItem/shipmentItem.vue
View file @
20ca2ced
...
@@ -47,6 +47,14 @@
...
@@ -47,6 +47,14 @@
<bs-customCell
label=
"订单类型 :"
:value=
"propData.order_type"
labelCol=
"5"
wrapCol=
"8"
/>
<bs-customCell
label=
"订单类型 :"
:value=
"propData.order_type"
labelCol=
"5"
wrapCol=
"8"
/>
</view>
</view>
</view>
</view>
<view
class=
" flex_sb"
>
<view
style=
"width: 50%;float: left;"
>
<bs-customCell
label=
"提单号 :"
:value=
"propData.bl_no"
labelCol=
"5"
wrapCol=
"8"
/>
</view>
<view
style=
"width: 50%;float: left;"
>
<bs-customCell
label=
"装箱单号 :"
:value=
"propData.srm_box_no"
labelCol=
"5"
wrapCol=
"8"
/>
</view>
</view>
<!--
<bs-customCell
label=
"货量 :"
labelCol=
"2"
wrapCol=
"10"
:value=
"`$
{propData.shipOrders}单 / ${propData.shipQty}件 / ${propData.shipWeight}千克 / ${propData.shipVolume}方`" /> -->
<!--
<bs-customCell
label=
"货量 :"
labelCol=
"2"
wrapCol=
"10"
:value=
"`$
{propData.shipOrders}单 / ${propData.shipQty}件 / ${propData.shipWeight}千克 / ${propData.shipVolume}方`" /> -->
</view>
</view>
</view>
</view>
...
...
manifest.json
View file @
20ca2ced
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
"versionCode"
:
"100"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
/*
5
+App特有相关
*/
"sassImplementationName"
:
"node-sass"
,
"app-plus"
:
{
"app-plus"
:
{
"usingComponents"
:
true
,
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"nvueStyleCompiler"
:
"uni-app"
,
...
...
publicConfig/config.js
View file @
20ca2ced
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
2. 打包生产模式: 小程序切换url; H5切换ENV_MODEL
2. 打包生产模式: 小程序切换url; H5切换ENV_MODEL
*/
*/
let
BASEURL
=
{
let
BASEURL
=
{
url
:
"http://127.0.0.1:8080"
,
//开发
//
url: "http://127.0.0.1:8080", //开发
//url: "https://otmuat.trinasolar.com", //UAT
//
url: "https://otmuat.trinasolar.com", //UAT
//
url: "https://otms.trinasolar.com", //正式
url
:
"https://otms.trinasolar.com"
,
//正式
}
}
//当使用多域名代理服务时生效,用于统一添加API前缀以区分服务代理地址。本地开发H5注意修改manifest.json中Proxy代理规则
//当使用多域名代理服务时生效,用于统一添加API前缀以区分服务代理地址。本地开发H5注意修改manifest.json中Proxy代理规则
...
...
subpkg/shipment/shipment.vue
View file @
20ca2ced
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
class=
"shipment-order-list content_box"
>
<view
class=
"shipment-order-list content_box"
>
<view
class=
"search-input flex_center"
>
<view
class=
"search-input flex_center"
>
<u-search
searchIconSize=
"50"
searchIconColor=
"#FFFFFF"
placeholderColor=
'#FFFFFF'
color=
"#FFFFFF"
<u-search
searchIconSize=
"50"
searchIconColor=
"#FFFFFF"
placeholderColor=
'#FFFFFF'
color=
"#FFFFFF"
:showAction=
"false"
:placeholder=
"'请输入运单号'"
v-model=
"searchValue"
:showAction=
"false"
:placeholder=
"'请输入运单号
/提单号/装箱单号
'"
v-model=
"searchValue"
@
clickIcon=
"onSearch"
@
search=
"onSearch"
@
clear=
"onSearch"
/>
@
clickIcon=
"onSearch"
@
search=
"onSearch"
@
clear=
"onSearch"
/>
</view>
</view>
<u-checkbox-group
@
change=
"change"
placement=
"column"
>
<u-checkbox-group
@
change=
"change"
placement=
"column"
>
...
@@ -420,6 +420,14 @@
...
@@ -420,6 +420,14 @@
"field"
:
'shipment_no'
,
"field"
:
'shipment_no'
,
"type"
:
"like"
,
//EQ精准匹配,LK模糊匹配
"type"
:
"like"
,
//EQ精准匹配,LK模糊匹配
"value"
:
this
.
searchValue
"value"
:
this
.
searchValue
},{
"field"
:
'bl_no'
,
"type"
:
"like"
,
//EQ精准匹配,LK模糊匹配
"value"
:
this
.
searchValue
},{
"field"
:
'srm_box_no'
,
"type"
:
"like"
,
//EQ精准匹配,LK模糊匹配
"value"
:
this
.
searchValue
}]
}]
}
}
getShipmentOrders
(
reqData
).
then
(
res
=>
{
getShipmentOrders
(
reqData
).
then
(
res
=>
{
...
@@ -433,7 +441,9 @@
...
@@ -433,7 +441,9 @@
})
})
this
.
shipmentOrders
=
this
.
shipmentOrders
.
concat
(
data
)
this
.
shipmentOrders
=
this
.
shipmentOrders
.
concat
(
data
)
this
.
pageNum
+=
1
this
.
pageNum
+=
1
this
.
loadMore
=
true
this
.
loadMore
=
data
.
length
>=
this
.
pageSize
}
else
{
this
.
loadMore
=
false
}
}
})
})
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment