kz-ui-base 1.0.124 → 1.0.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
<el-table-column
|
|
91
91
|
prop="itemLotNo"
|
|
92
92
|
label="物料批号"
|
|
93
|
-
min-width="
|
|
93
|
+
min-width="110"
|
|
94
94
|
/>
|
|
95
95
|
<el-table-column
|
|
96
96
|
prop="itemLotAttribute"
|
|
97
97
|
label="批次属性"
|
|
98
|
-
min-width="
|
|
98
|
+
min-width="150"
|
|
99
99
|
show-overflow-tooltip
|
|
100
100
|
/>
|
|
101
101
|
<el-table-column
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
/>
|
|
106
106
|
<el-table-column
|
|
107
107
|
label="库存量"
|
|
108
|
-
min-width="
|
|
108
|
+
min-width="75"
|
|
109
109
|
align="right"
|
|
110
110
|
>
|
|
111
111
|
<template slot-scope="scope">
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</el-table-column>
|
|
115
115
|
<el-table-column
|
|
116
116
|
label="单位"
|
|
117
|
-
min-width="
|
|
117
|
+
min-width="70"
|
|
118
118
|
>
|
|
119
119
|
<template slot-scope="scope">
|
|
120
120
|
<span>{{ getDictLabelByValue('uom_code', scope.row.baseUomCode) }}</span>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
</el-table-column>
|
|
123
123
|
<el-table-column
|
|
124
124
|
label="辅助库存量"
|
|
125
|
-
min-width="
|
|
125
|
+
min-width="95"
|
|
126
126
|
align="right"
|
|
127
127
|
>
|
|
128
128
|
<template slot-scope="scope">
|
|
@@ -131,12 +131,17 @@
|
|
|
131
131
|
</el-table-column>
|
|
132
132
|
<el-table-column
|
|
133
133
|
label="单位"
|
|
134
|
-
min-width="
|
|
134
|
+
min-width="70"
|
|
135
135
|
>
|
|
136
136
|
<template slot-scope="scope">
|
|
137
137
|
<span>{{ getDictLabelByValue('uom_code', scope.row.subUomCode) }}</span>
|
|
138
138
|
</template>
|
|
139
139
|
</el-table-column>
|
|
140
|
+
<el-table-column
|
|
141
|
+
prop="workUnitName"
|
|
142
|
+
label="作业单元"
|
|
143
|
+
min-width="140"
|
|
144
|
+
/>
|
|
140
145
|
</el-table>
|
|
141
146
|
</div>
|
|
142
147
|
</div>
|