|
@@ -273,7 +273,7 @@
|
|
|
<!-- 添加或修改销售出库单:- 过磅记录生成数据对话框 -->
|
|
|
<el-dialog
|
|
|
:title="title"
|
|
|
- width="1100px"
|
|
|
+ width="1300px"
|
|
|
:visible.sync="open"
|
|
|
append-to-body
|
|
|
>
|
|
@@ -462,7 +462,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="productType" label="类型">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="colourNumber" label="色号">
|
|
|
+ <el-table-column prop="colourNumber" width="130" label="色号">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item
|
|
|
:prop="'colourNumber-' + scope.$index"
|