Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

肖康 / cloudSystem

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 1a6aa765 authored 2 years ago by LJM's avatar LJM
Browse files
Options
  • _('Browse Files')
  • Download
  • Email Patches
  • Plain Diff

css

parent 91d8f838
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
  • src/views/Store/listDetail.vue
src/views/Store/listDetail.vue
View file @ 1a6aa765
......@@ -27,8 +27,8 @@
</template>
</el-table-column>
<el-table-column prop="error_msg" label="失败原因" width="75" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="goods_name" label="型号" width="150"></el-table-column>
<el-table-column prop="brand_name" label="品牌" width="150"></el-table-column>
<el-table-column prop="goods_name" label="型号"></el-table-column>
<el-table-column prop="brand_name" label="品牌"></el-table-column>
<el-table-column prop="stock" label="库存数量" width="100"></el-table-column>
<el-table-column prop="moq" label="最小起订量" width="120"></el-table-column>
<el-table-column prop="mpq" label="标准包装量" width="120"></el-table-column>
......@@ -131,7 +131,7 @@ export default {
exportChange(){
var up_sn = this.tableData[0].up_sn;
this.$http('GET', "/api/uploadSku/exportErrorItemList",{
up_sn:up_sn.join(",")
up_sn:up_sn
}).then(res => {
if (res.code === 0) {
this.toUrl( NODE_ENVS + '/api/uploadSku/exportErrorItemList?up_sn=' + up_sn + '&token=' + Tool.getCookie('token'));
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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 sign in to comment