Commit 7c7c739a authored by yujinyao's avatar yujinyao

预警控货订单列表

parent 683f79dd
...@@ -9,6 +9,14 @@ export function getCargoControlOrderPage(params){ ...@@ -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){ export function sendSmsCode(data){
return request({ return request({
......
...@@ -4688,6 +4688,7 @@ ...@@ -4688,6 +4688,7 @@
"报价有效期": "Quotation validity period", "报价有效期": "Quotation validity period",
"发货评估": "Delivery evaluation", "发货评估": "Delivery evaluation",
"财务资料": "Finance Information", "财务资料": "Finance Information",
"特殊设置": "Special setting" "特殊设置": "Special setting",
"已卸柜/已到仓时间": "Unloaded/arrived Time"
} }
...@@ -319,5 +319,6 @@ ...@@ -319,5 +319,6 @@
"业绩归属客户方": "业绩归属客户方", "业绩归属客户方": "业绩归属客户方",
"发货评估": "发货评估", "发货评估": "发货评估",
"财务资料": "财务资料", "财务资料": "财务资料",
"特殊设置": "特殊设置" "特殊设置": "特殊设置",
"已卸柜/已到仓时间": "已卸柜/已到仓时间"
} }
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button type="primary" @click="getorderList">{{$t('搜索')}}</el-button> <el-button type="primary" @click="getInfoListOfferPage">{{$t('搜索')}}</el-button>
<el-button type="primary" @click="()=>{ <el-button type="primary" @click="()=>{
queryParams = { rows:10,page:1}; getInfoListOfferPage();rucangtime = []; queryParams = { rows:10,page:1}; getInfoListOfferPage();rucangtime = [];
}">{{$t('重置')}}</el-button> }">{{$t('重置')}}</el-button>
...@@ -1070,9 +1070,8 @@ export default { ...@@ -1070,9 +1070,8 @@ export default {
infoListReceiptTotal:0, infoListReceiptTotal:0,
country: '', country: '',
showMore: true, showMore: true,
countryList: [], countryList: [], //目的国
AddressCity: [], //目的城市 AddressCity: [], //目的城市
AddressProvince: [], //省份
AddressTown: [], //目的仓 AddressTown: [], //目的仓
destCountryId: null, destCountryId: null,
// objectiveId: null, // objectiveId: null,
......
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
{{row.statusMsg}} {{row.statusMsg}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('已卸柜/已到仓时间')" align="center" prop="unloadTime" />
<el-table-column :label="$t('提单号')" align="center" prop="status"> <el-table-column :label="$t('提单号')" align="center" prop="status">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.tidanNo}} {{scope.row.tidanNo}}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment