Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-10-27 16:28:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d530748fc5ece700f33ddf5a4c1d6fa73da0a25
4d530748
1 parent
50e8ae4f
参数增加
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
src/views/allocationConfig/flightAllocConfig/index.vue
src/views/basicInformation/goodsStation/index.vue
src/views/allocationConfig/flightAllocConfig/index.vue
View file @
4d53074
...
...
@@ -12,7 +12,7 @@
<el-col :span="6">
<el-form-item label="航班日期">
<el-date-picker class="formItem" v-model="queryParams.flightDate" type="date" placeholder="选择日期"
value-format="yyyy-MM-dd" clearable :disabled="queryParams.querySpecifyData =='2'">
value-format="yyyy-MM-dd" clearable :disabled="queryParams.querySpecifyData ==
'2'">
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -36,7 +36,7 @@
@click="
$router.push({
name: 'FlightAllocConfigInfo',
params: { handle: 'add', fltNo: 'new', fltDate: ' ',
status:
null },
params: { handle: 'add', fltNo: 'new', fltDate: ' ',
status:
null },
})
">添加</el-button>
</div>
...
...
@@ -148,7 +148,8 @@ export default {
fltDate: fltDate != null ? fltDate : ' ',
route: ' ',
routeStatus: 'FlightAllocConfig',
status: status
status: status,
createStatus: 1
}
this.$router.push({
name: "FlightAllocConfigInfo",
...
...
src/views/basicInformation/goodsStation/index.vue
View file @
4d53074
...
...
@@ -27,16 +27,16 @@
style="margin-left:10px" :disabled="checkData.length == 0" @click="batchDel">
删 除
</el-button>
<el-button type="primary" icon="el-icon-download" size="small" style="margin-
righ
t:10px"
<el-button type="primary" icon="el-icon-download" size="small" style="margin-
lef
t:10px"
@click="downloadTempleate">下载模板
</el-button>
<el-button icon="el-icon-download" type="primary" size="small" style="margin-
righ
t:10px"
<el-button icon="el-icon-download" type="primary" size="small" style="margin-
lef
t:10px"
@click="downloadExcel">
导出Excel
</el-button>
<el-upload action="/goods/importGoods" name="file" :http-request="uploadExcel" :on-remove="handleRemove"
:limit="1" :on-exceed="handleExceed" :file-list="fileList" accept=".xlsx" class="upload-demo"
v-hasPermi="['base:goodsStation:add']">
v-hasPermi="['base:goodsStation:add']"
style="margin-left:10px"
>
<el-button type="primary" icon="el-icon-upload2" size="small">导入Excel</el-button>
</el-upload>
</div>
...
...
Please
register
or
login
to post a comment