给单据增加sku字段

This commit is contained in:
季圣华
2021-07-28 00:54:44 +08:00
parent 1f166552b2
commit 5bf41a3b3b
37 changed files with 154 additions and 316 deletions

View File

@@ -743,7 +743,7 @@
>
<span
v-show="col.type === formTypes.inputNumber"
style="padding: 0 10px;"
style="padding: 0 2px;"
>{{statisticsColumns[col.key]}}</span>
</div>
</template>
@@ -770,7 +770,7 @@
import JSelectMaterial from '@/components/jeecgbiz/JSelectMaterial'
// 行高,需要在实例加载完成前用到
let rowHeight = 61
let rowHeight = 42
export default {
name: 'JEditableTable',
@@ -2754,7 +2754,7 @@
@borderColor: #e8e8e8;
@border: 1px solid @borderColor;
/* tr & td 之间的间距 */
@spacing: 8px;
@spacing: 2px;
.input-table {
max-width: 100%;
@@ -2894,7 +2894,7 @@
.td {
/*flex: 1;*/
padding: 14px @spacing 14px 0;
padding: 6px @spacing 6px 0;
justify-content: center;
&:last-child {
@@ -2908,7 +2908,7 @@
list-style: none;
position: relative;
display: inline-block;
padding: 4px 11px;
padding: 2px 2px;
width: 100%;
height: 32px;
font-size: 14px;

View File

@@ -19,7 +19,7 @@
props: {
modalWidth: {
type: Number,
default: 1100,
default: 1200,
required: false
},
value: {

View File

@@ -99,6 +99,7 @@
{dataIndex: 'standard', title: '规格', width: 80},
{dataIndex: 'model', title: '型号', width: 80},
{dataIndex: 'unit', title: '单位', width: 60},
{dataIndex: 'sku', title: '多属性', width: 100},
{dataIndex: 'stock', title: '库存', width: 50},
{dataIndex: 'expand', title: '扩展信息', width: 80}
],