| | |
| | | class="l-mes" |
| | | > |
| | | <el-form-item label="参数编号" prop="code"> |
| | | <el-input v-model="dataForm.code" placeholder="参数编号"></el-input> |
| | | <el-input v-model="dataForm.code" placeholder="参数编号" disabled></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="参数项" prop="parameterItem"> |
| | | <el-input |
| | |
| | | dict: '' |
| | | }, |
| | | dataRule: { |
| | | code: [ |
| | | { required: true, message: '参数编号不能为空', trigger: 'blur' } |
| | | ], |
| | | parameterItem: [ |
| | | { required: true, message: '参数项不能为空', trigger: 'blur' } |
| | | ], |
| | |
| | | // 标题 |
| | | column: [ |
| | | { |
| | | minWidth: '120', |
| | | prop: 'moNo', |
| | | label: '车间订单号', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | render: { fun: this.addOrUpdateHandle } |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'state', |
| | | label: '状态', |
| | |
| | | return this.bomTypeDbOptions |
| | | } |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'moNo', |
| | | label: '车间订单号', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | render: { fun: this.addOrUpdateHandle } |
| | | }, |
| | | |
| | | { |
| | | minWidth: '120', |
| | | prop: 'manufactureAttr', |
| | |
| | | </el-table> |
| | | </el-card> |
| | | </el-tab-pane> |
| | | <el-tab-pane |
| | | <!-- <el-tab-pane |
| | | label="检测标准" |
| | | key="tb1" |
| | | id="tb1" |
| | |
| | | :moRoutingOperationId="moRoutingOperationId" |
| | | @refreshTestStandardInfo="refreshTestStandardInfo" |
| | | ></testStandardTable> |
| | | </el-tab-pane> |
| | | </el-tab-pane> --> |
| | | <!-- <el-tab-pane |
| | | label="抽检规则" |
| | | key="tb2" |
| | |
| | | :show-overflow-tooltip="true" |
| | | > |
| | | <template slot="header" slot-scope="scope"> |
| | | <div style="line-height: 14px;">SN号</div> |
| | | <div style="line-height: 14px;">批次号</div> |
| | | <div class="th" @click.stop> |
| | | <template> |
| | | <el-input |
| | | type="text" |
| | | placeholder="SN号" |
| | | placeholder="批次号" |
| | | v-model="searchContent.outBatchNo" |
| | | clearable |
| | | size="mini" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="附件"> |
| | | <!-- <el-tab-pane label="附件"> |
| | | <el-upload |
| | | ref="upload" |
| | | action="/mes/operationTask/upload" |
| | |
| | | :auto-upload="false" |
| | | list-type="picture" |
| | | ></el-upload> |
| | | </el-tab-pane> |
| | | </el-tab-pane> --> |
| | | </el-tabs> |
| | | </div> |
| | | </div> |
| | |
| | | </template> |
| | | </el-table-column><el-table-column |
| | | label="测试方法" |
| | | prop="purpose" |
| | | align="center" |
| | | width="80" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.purpose"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="测试目的" |
| | | prop="method" |
| | | align="center" |
| | | width="80" |
| | |
| | | <el-input v-model="scope.row.method"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="测试目的" |
| | | prop="purpose" |
| | | align="center" |
| | | width="80" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.purpose"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <!-- <el-table-column |
| | | label="通道" |
| | |
| | | :richContent="ele.remark" |
| | | ></rich-text> |
| | | </el-tab-pane> --> |
| | | <el-tab-pane label="检测标准"> |
| | | <!-- <el-tab-pane label="检测标准"> |
| | | <checkStandardTable |
| | | ref="documentTestStandardTable" |
| | | :dataFormId="dataForm.id" |
| | |
| | | refreshTestStandardInfo |
| | | " |
| | | ></checkStandardTable> |
| | | </el-tab-pane> |
| | | </el-tab-pane> --> |
| | | <!-- <el-tab-pane label="抽检规则"> |
| | | <div> |
| | | <div style="padding: 0px 20px;"> |
| | |
| | | align="center" |
| | | /> |
| | | <el-table-column label="单位" prop="unit" align="center" /> |
| | | <el-table-column label="测试方法" prop="method" align="center" /> |
| | | </el-table> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | |
| | | |
| | | // const url = 'http://192.168.32.45:9999' |
| | | const url = 'http://192.168.2.7:9999' |
| | | //const url = 'http://192.168.2.7:9999' |
| | | |
| | | // const url = 'http://localhost:9999' |
| | | const url = 'http://localhost:9999' |
| | | |
| | | |
| | | const localUrl = 'http://localhost:8089' |