Commit 7c7c739a authored by yujinyao's avatar yujinyao

预警控货订单列表

parent 683f79dd
......@@ -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({
......
......@@ -4688,6 +4688,7 @@
"报价有效期": "Quotation validity period",
"发货评估": "Delivery evaluation",
"财务资料": "Finance Information",
"特殊设置": "Special setting"
"特殊设置": "Special setting",
"已卸柜/已到仓时间": "Unloaded/arrived Time"
}
......@@ -319,5 +319,6 @@
"业绩归属客户方": "业绩归属客户方",
"发货评估": "发货评估",
"财务资料": "财务资料",
"特殊设置": "特殊设置"
"特殊设置": "特殊设置",
"已卸柜/已到仓时间": "已卸柜/已到仓时间"
}
......@@ -247,7 +247,7 @@
</el-select>
</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="()=>{
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,
......
......@@ -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}}
......
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