Commit 1a6aa765 by LJM

css

parent 91d8f838
Showing with 3 additions and 3 deletions
......@@ -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'));
......
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