Commit 811d28ea by 张珈源

Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3

parents 669b55dc 3468c489
......@@ -199,8 +199,8 @@
>
</template>
<template v-else-if="column.key !== 'index'">
<!-- :key="subRefreshFieldObj[index][column.dataIndex]" -->
<component
:key="subRefreshFieldObj[index][column.dataIndex]"
:is="componentMap.get(column.componentType)"
:bordered="showComponentBorder"
v-bind="getComponentsProps(column, record, index)"
......
......@@ -341,8 +341,8 @@ export const formProps: FormProps = {
columns: [
{
key: 'bffa8112410f4112b3e5fcd32ac28f0e',
title: '名称',
dataIndex: 'processName',
title: '工序名称',
dataIndex: 'name',
componentType: 'Input',
defaultValue: '',
componentProps: {
......
......@@ -88,8 +88,8 @@ export const permissionList = [
isSaveTable: false,
showChildren: false,
tableName: 'rokeRoutingProcessList',
fieldName: '名称',
fieldId: 'processName',
fieldName: '工序名称',
fieldId: 'name',
type: 'Input',
key: 'bffa8112410f4112b3e5fcd32ac28f0e',
children: [],
......
......@@ -139,8 +139,8 @@ export const columns: BasicColumn[] = [
{
resizable: true,
dataIndex: 'zt',
title: '状态',
dataIndex: 'kgzt',
title: '开工状态',
componentType: 'select',
fixed: false,
......@@ -328,8 +328,8 @@ export const formProps: FormProps = {
},
{
key: '4dfaf88607c04e358683b3f4afe7629f',
field: 'sl',
label: '数量',
field: 'kbgsl',
label: '可报工数量',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
......@@ -340,7 +340,7 @@ export const formProps: FormProps = {
defaultValue: 0,
min: 0,
step: 1,
disabled: false,
disabled: true,
showLabel: true,
controls: true,
required: false,
......@@ -856,8 +856,8 @@ export const formProps: FormProps = {
},
{
key: 'd74b7755d2b3467aba348c7b55a94fc6',
field: 'zt',
label: '状态',
field: 'kgzt',
label: '开工状态',
type: 'select',
component: 'XjrSelect',
colProps: { span: 24 },
......@@ -897,7 +897,7 @@ export const formProps: FormProps = {
isShow: false,
tooltipConfig: { visible: false, title: '提示文本' },
params: { itemId: '2011260635030495233' },
defaultSelect: '未开始',
defaultSelect: '草稿',
itemId: '2011260635030495233',
style: { width: '100%' },
},
......
......@@ -72,8 +72,8 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '数量',
fieldId: 'sl',
fieldName: '可报工数量',
fieldId: 'kbgsl',
isSubTable: false,
showChildren: true,
type: 'number',
......@@ -285,8 +285,8 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '状态',
fieldId: 'zt',
fieldName: '开工状态',
fieldId: 'kgzt',
isSubTable: false,
showChildren: true,
type: 'select',
......
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 to comment