Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
7c7c739a
Commit
7c7c739a
authored
Aug 27, 2024
by
yujinyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预警控货订单列表
parent
683f79dd
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
338 additions
and
5 deletions
+338
-5
orderCargoControl.js
src/api/ecw/orderCargoControl.js
+8
-0
en_US.json
src/i18n/languages/en_US.json
+2
-1
zh_CN.json
src/i18n/languages/zh_CN.json
+2
-1
query.vue
src/views/ecw/customer/query.vue
+2
-3
cargoControl.vue
src/views/ecw/order/cargoControl.vue
+1
-0
warningCargoControl.vue
src/views/ecw/order/warningCargoControl.vue
+323
-0
No files found.
src/api/ecw/orderCargoControl.js
View file @
7c7c739a
...
...
@@ -9,6 +9,14 @@ export function getCargoControlOrderPage(params){
})
}
export
function
getWarningCargoControlOrderPage
(
params
){
return
request
({
url
:
'
ecw/order-cargo-control/warning/cargo/control/order
'
,
method
:
'
get
'
,
params
})
}
// 发送手机验证码
export
function
sendSmsCode
(
data
){
return
request
({
...
...
src/i18n/languages/en_US.json
View file @
7c7c739a
...
...
@@ -4688,6 +4688,7 @@
"报价有效期"
:
"Quotation validity period"
,
"发货评估"
:
"Delivery evaluation"
,
"财务资料"
:
"Finance Information"
,
"特殊设置"
:
"Special setting"
"特殊设置"
:
"Special setting"
,
"已卸柜/已到仓时间"
:
"Unloaded/arrived Time"
}
src/i18n/languages/zh_CN.json
View file @
7c7c739a
...
...
@@ -319,5 +319,6 @@
"业绩归属客户方"
:
"业绩归属客户方"
,
"发货评估"
:
"发货评估"
,
"财务资料"
:
"财务资料"
,
"特殊设置"
:
"特殊设置"
"特殊设置"
:
"特殊设置"
,
"已卸柜/已到仓时间"
:
"已卸柜/已到仓时间"
}
src/views/ecw/customer/query.vue
View file @
7c7c739a
...
...
@@ -247,7 +247,7 @@
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
get
orderList
"
>
{{
$t
(
'
搜索
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
get
InfoListOfferPage
"
>
{{
$t
(
'
搜索
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
()=>{
queryParams = { rows:10,page:1
}
; getInfoListOfferPage();rucangtime = [];
}
"
>
{{
$t
(
'
重置
'
)
}}
<
/el-button
>
...
...
@@ -1070,9 +1070,8 @@ export default {
infoListReceiptTotal
:
0
,
country
:
''
,
showMore
:
true
,
countryList
:
[],
countryList
:
[],
//目的国
AddressCity
:
[],
//目的城市
AddressProvince
:
[],
//省份
AddressTown
:
[],
//目的仓
destCountryId
:
null
,
// objectiveId: null,
...
...
src/views/ecw/order/cargoControl.vue
View file @
7c7c739a
...
...
@@ -102,6 +102,7 @@
{{
row
.
statusMsg
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('已卸柜/已到仓时间')"
align=
"center"
prop=
"unloadTime"
/>
<el-table-column
:label=
"$t('提单号')"
align=
"center"
prop=
"status"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tidanNo
}}
...
...
src/views/ecw/order/warningCargoControl.vue
0 → 100644
View file @
7c7c739a
This diff is collapsed.
Click to expand it.
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