调拨出库拉单调拨订单拉单页面详情页中子表的数量字段改为可编辑 BREAKING CHANGE: 流程编码 20240719222 Closes 流程编码 20240719222
@@ -431,7 +431,6 @@ export default {
v-model="scope.row[scope.item.key]"
:size="$attrs.size"
:source.sync="scope.row"
- :disabled="true"
@change="changeQty(tabName)"
>
</component>
@@ -296,7 +296,6 @@ export default function useColumns() {
is: "el-input-number",
min: 0,
clearable: true,
- disabled: true,
}
},
{