| | |
| | | <el-form-item label="程序包名"> |
| | | <el-input v-model="formInline.programPackageName" placeholder="" style="width: 200px"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="偏离单" class="pld"> |
| | | <el-form-item label="临时更改单" class="pld"> |
| | | <el-input v-model="formInline.deviation" placeholder="" style="width: 200px;"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="当前节点"> |
| | |
| | | prop: 'craftEdition' |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: 'deviation' |
| | | }, |
| | | { |
| | |
| | | } |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: '', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.deviation || ''); |
| | |
| | | } |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: '', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.deviation || ''); |
| | |
| | | } |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: '', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.deviation || ''); |
| | |
| | | rules: [{ required: true, message: '必填', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: 'deviation', |
| | | type: 'input', |
| | | span: 12, |
| | | dataType: 'string', |
| | | class:'input_holder_warn', |
| | | placeholder:'无偏离单任务请留空', |
| | | placeholder:'非临时更改单任务请留空', |
| | | blur: (col) => { |
| | | this.handleTrim(col) |
| | | }, |
| | |
| | | prop: 'craftEdition' |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: 'deviation' |
| | | }, |
| | | { |