|
@@ -115,21 +115,8 @@ const switchOp = [
|
|
|
];
|
|
|
option.value = Object.assign(option.value, {
|
|
|
selection: true,
|
|
|
+ labelWidth: 120,
|
|
|
column: [
|
|
|
- // {
|
|
|
- // label: "工序OP号",
|
|
|
- // prop: "operationOp",
|
|
|
- // search: true,
|
|
|
- // span: 12,
|
|
|
- // dispaly: false,
|
|
|
- // rules: [
|
|
|
- // {
|
|
|
- // required: true,
|
|
|
- // message: "工序OP号不能为空",
|
|
|
- // trigger: "blur",
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // },
|
|
|
{
|
|
|
label: "工序名称",
|
|
|
prop: "operationName",
|
|
@@ -227,19 +214,19 @@ option.value = Object.assign(option.value, {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: "人工工时",
|
|
|
- prop: "preparationTime",
|
|
|
+ label: "前置时间(分)",
|
|
|
+ prop: "forceTime",
|
|
|
type: "number",
|
|
|
span: 12,
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
|
- message: "人工工时不能为空",
|
|
|
+ message: "前置时间不能为空",
|
|
|
trigger: "blur",
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
+ /*{
|
|
|
label: "标准机时",
|
|
|
prop: "timeingNum",
|
|
|
type: "number",
|
|
@@ -251,9 +238,9 @@ option.value = Object.assign(option.value, {
|
|
|
trigger: "blur",
|
|
|
},
|
|
|
],
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
- label: "标准工时",
|
|
|
+ label: "标准工时(分)",
|
|
|
prop: "standardWorktime",
|
|
|
type: "number",
|
|
|
span: 12,
|
|
@@ -355,6 +342,15 @@ option.value = Object.assign(option.value, {
|
|
|
dicData: switchOp,
|
|
|
value: 0,
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "批量报工",
|
|
|
+ prop: "batchReport",
|
|
|
+ span: 8,
|
|
|
+ hide: true,
|
|
|
+ type: "switch",
|
|
|
+ dicData: switchOp,
|
|
|
+ value: 0,
|
|
|
+ },
|
|
|
// {
|
|
|
// label: "是否工艺数量",
|
|
|
// prop: "common",
|
|
@@ -438,7 +434,7 @@ option.value = Object.assign(option.value, {
|
|
|
value: 0,
|
|
|
// slot:true, // 自定义列
|
|
|
},
|
|
|
- {
|
|
|
+ /*{
|
|
|
label: "前置时间",
|
|
|
prop: "forceTime",
|
|
|
hide: true,
|
|
@@ -452,7 +448,7 @@ option.value = Object.assign(option.value, {
|
|
|
},
|
|
|
],
|
|
|
// slot:true, // 自定义列
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
label: "工序描述",
|
|
|
prop: "operationDesc",
|