正在显示
2 个修改的文件
包含
79 行增加
和
76 行删除
| @@ -300,14 +300,14 @@ | @@ -300,14 +300,14 @@ | ||
| 300 | <el-row> | 300 | <el-row> |
| 301 | <el-col :span="6"> | 301 | <el-col :span="6"> |
| 302 | <el-form-item label="" :label-width="formLabelWidth" prop="createBy"> | 302 | <el-form-item label="" :label-width="formLabelWidth" prop="createBy"> |
| 303 | - <el-input v-model="addForm.createBy" autocomplete="off" size="small"> | 303 | + <el-input v-model="addForm.createBy" autocomplete="off" size="small" disabled> |
| 304 | <template slot="prepend">创建人 </template> | 304 | <template slot="prepend">创建人 </template> |
| 305 | </el-input> | 305 | </el-input> |
| 306 | </el-form-item> | 306 | </el-form-item> |
| 307 | </el-col> | 307 | </el-col> |
| 308 | <el-col :span="6"> | 308 | <el-col :span="6"> |
| 309 | <el-form-item label="" :label-width="formLabelWidth" prop="updateBy"> | 309 | <el-form-item label="" :label-width="formLabelWidth" prop="updateBy"> |
| 310 | - <el-input v-model="addForm.updateBy" autocomplete="off" size="small"> | 310 | + <el-input v-model="addForm.updateBy" autocomplete="off" size="small" disabled> |
| 311 | <template slot="prepend">更新人 </template> | 311 | <template slot="prepend">更新人 </template> |
| 312 | </el-input> | 312 | </el-input> |
| 313 | </el-form-item> | 313 | </el-form-item> |
| @@ -443,26 +443,26 @@ | @@ -443,26 +443,26 @@ | ||
| 443 | label="申报计量单位" | 443 | label="申报计量单位" |
| 444 | width="120"> | 444 | width="120"> |
| 445 | </el-table-column> | 445 | </el-table-column> |
| 446 | - <el-table-column | ||
| 447 | - prop="updateBy" | ||
| 448 | - label="更新人" | ||
| 449 | - width="120"> | ||
| 450 | - </el-table-column> | ||
| 451 | - <el-table-column | ||
| 452 | - prop="updateAt" | ||
| 453 | - label="更新时间" | ||
| 454 | - width="120"> | ||
| 455 | - </el-table-column> | ||
| 456 | - <el-table-column | ||
| 457 | - prop="createBy" | ||
| 458 | - label="创建人" | ||
| 459 | - width="120"> | ||
| 460 | - </el-table-column> | ||
| 461 | - <el-table-column | ||
| 462 | - prop="createAt" | ||
| 463 | - label="创建时间" | ||
| 464 | - width="120"> | ||
| 465 | - </el-table-column> | 446 | +<!-- <el-table-column--> |
| 447 | +<!-- prop="updateBy"--> | ||
| 448 | +<!-- label="更新人"--> | ||
| 449 | +<!-- width="120">--> | ||
| 450 | +<!-- </el-table-column>--> | ||
| 451 | +<!-- <el-table-column--> | ||
| 452 | +<!-- prop="updateAt"--> | ||
| 453 | +<!-- label="更新时间"--> | ||
| 454 | +<!-- width="120">--> | ||
| 455 | +<!-- </el-table-column>--> | ||
| 456 | +<!-- <el-table-column--> | ||
| 457 | +<!-- prop="createBy"--> | ||
| 458 | +<!-- label="创建人"--> | ||
| 459 | +<!-- width="120">--> | ||
| 460 | +<!-- </el-table-column>--> | ||
| 461 | +<!-- <el-table-column--> | ||
| 462 | +<!-- prop="createAt"--> | ||
| 463 | +<!-- label="创建时间"--> | ||
| 464 | +<!-- width="120">--> | ||
| 465 | +<!-- </el-table-column>--> | ||
| 466 | <el-table-column | 466 | <el-table-column |
| 467 | fixed="right" | 467 | fixed="right" |
| 468 | label="操作" | 468 | label="操作" |
| @@ -538,21 +538,21 @@ | @@ -538,21 +538,21 @@ | ||
| 538 | </el-col> | 538 | </el-col> |
| 539 | </el-row> | 539 | </el-row> |
| 540 | <el-row> | 540 | <el-row> |
| 541 | - <el-col :span="6"> | ||
| 542 | - <el-form-item label="" :label-width="formLabelWidth" prop="createBy"> | ||
| 543 | - <el-input v-model="queryInfo.createBy" autocomplete="off" size="small"> | ||
| 544 | - <template slot="prepend">创建人 </template> | ||
| 545 | - </el-input> | ||
| 546 | - </el-form-item> | ||
| 547 | - </el-col> | ||
| 548 | - <el-col :span="6"> | ||
| 549 | - <el-form-item label="" :label-width="formLabelWidth" prop="updateBy"> | ||
| 550 | - <el-input v-model="queryInfo.updateBy" autocomplete="off" size="small"> | ||
| 551 | - <template slot="prepend">更新人 </template> | ||
| 552 | - </el-input> | ||
| 553 | - </el-form-item> | ||
| 554 | - </el-col> | ||
| 555 | - <el-col :offset="1" :span="6"> | 541 | +<!-- <el-col :span="6">--> |
| 542 | +<!-- <el-form-item label="" :label-width="formLabelWidth" prop="createBy">--> | ||
| 543 | +<!-- <el-input v-model="queryInfo.createBy" autocomplete="off" size="small" disabled>--> | ||
| 544 | +<!-- <template slot="prepend">创建人 </template>--> | ||
| 545 | +<!-- </el-input>--> | ||
| 546 | +<!-- </el-form-item>--> | ||
| 547 | +<!-- </el-col>--> | ||
| 548 | +<!-- <el-col :span="6">--> | ||
| 549 | +<!-- <el-form-item label="" :label-width="formLabelWidth" prop="updateBy">--> | ||
| 550 | +<!-- <el-input v-model="queryInfo.updateBy" autocomplete="off" size="small" disabled>--> | ||
| 551 | +<!-- <template slot="prepend">更新人 </template>--> | ||
| 552 | +<!-- </el-input>--> | ||
| 553 | +<!-- </el-form-item>--> | ||
| 554 | +<!-- </el-col>--> | ||
| 555 | + <el-col :offset="22" :span="2"> | ||
| 556 | <el-button :type ="buttonType()" size="small" @click="dialogApply==='create'?addQuery(queryInfo):editQuery()">{{back}}</el-button> | 556 | <el-button :type ="buttonType()" size="small" @click="dialogApply==='create'?addQuery(queryInfo):editQuery()">{{back}}</el-button> |
| 557 | 557 | ||
| 558 | <!-- <el-button type="success" size="small" @click="editQuery()">确认修改</el-button>--> | 558 | <!-- <el-button type="success" size="small" @click="editQuery()">确认修改</el-button>--> |
| @@ -30,6 +30,11 @@ | @@ -30,6 +30,11 @@ | ||
| 30 | width="50"> | 30 | width="50"> |
| 31 | </el-table-column> | 31 | </el-table-column> |
| 32 | <el-table-column | 32 | <el-table-column |
| 33 | + prop="veId" | ||
| 34 | + label="车牌号" | ||
| 35 | + width="140"> | ||
| 36 | + </el-table-column> | ||
| 37 | + <el-table-column | ||
| 33 | prop="bookNo" | 38 | prop="bookNo" |
| 34 | label="账册编号" | 39 | label="账册编号" |
| 35 | width="140"> | 40 | width="140"> |
| @@ -474,14 +479,14 @@ | @@ -474,14 +479,14 @@ | ||
| 474 | <el-row> | 479 | <el-row> |
| 475 | <el-col :span="6"> | 480 | <el-col :span="6"> |
| 476 | <el-form-item label="" :label-width="formLabelWidth" prop="createBy"> | 481 | <el-form-item label="" :label-width="formLabelWidth" prop="createBy"> |
| 477 | - <el-input v-model="addForm.createBy" autocomplete="off" size="small"> | 482 | + <el-input v-model="addForm.createBy" autocomplete="off" size="small" disabled> |
| 478 | <template slot="prepend">创建人 </template> | 483 | <template slot="prepend">创建人 </template> |
| 479 | </el-input> | 484 | </el-input> |
| 480 | </el-form-item> | 485 | </el-form-item> |
| 481 | </el-col> | 486 | </el-col> |
| 482 | <el-col :span="6"> | 487 | <el-col :span="6"> |
| 483 | <el-form-item label="" :label-width="formLabelWidth" prop="updateBy"> | 488 | <el-form-item label="" :label-width="formLabelWidth" prop="updateBy"> |
| 484 | - <el-input v-model="addForm.updateBy" autocomplete="off" size="small"> | 489 | + <el-input v-model="addForm.updateBy" autocomplete="off" size="small" disabled> |
| 485 | <template slot="prepend">更新人 </template> | 490 | <template slot="prepend">更新人 </template> |
| 486 | </el-input> | 491 | </el-input> |
| 487 | </el-form-item> | 492 | </el-form-item> |
| @@ -617,26 +622,26 @@ | @@ -617,26 +622,26 @@ | ||
| 617 | label="申报计量单位" | 622 | label="申报计量单位" |
| 618 | width="120"> | 623 | width="120"> |
| 619 | </el-table-column> | 624 | </el-table-column> |
| 620 | - <el-table-column | ||
| 621 | - prop="updateBy" | ||
| 622 | - label="更新人" | ||
| 623 | - width="120"> | ||
| 624 | - </el-table-column> | ||
| 625 | - <el-table-column | ||
| 626 | - prop="updateAt" | ||
| 627 | - label="更新时间" | ||
| 628 | - width="120"> | ||
| 629 | - </el-table-column> | ||
| 630 | - <el-table-column | ||
| 631 | - prop="createBy" | ||
| 632 | - label="创建人" | ||
| 633 | - width="120"> | ||
| 634 | - </el-table-column> | ||
| 635 | - <el-table-column | ||
| 636 | - prop="createAt" | ||
| 637 | - label="创建时间" | ||
| 638 | - width="120"> | ||
| 639 | - </el-table-column> | 625 | +<!-- <el-table-column--> |
| 626 | +<!-- prop="updateBy"--> | ||
| 627 | +<!-- label="更新人"--> | ||
| 628 | +<!-- width="120">--> | ||
| 629 | +<!-- </el-table-column>--> | ||
| 630 | +<!-- <el-table-column--> | ||
| 631 | +<!-- prop="updateAt"--> | ||
| 632 | +<!-- label="更新时间"--> | ||
| 633 | +<!-- width="120">--> | ||
| 634 | +<!-- </el-table-column>--> | ||
| 635 | +<!-- <el-table-column--> | ||
| 636 | +<!-- prop="createBy"--> | ||
| 637 | +<!-- label="创建人"--> | ||
| 638 | +<!-- width="120">--> | ||
| 639 | +<!-- </el-table-column>--> | ||
| 640 | +<!-- <el-table-column--> | ||
| 641 | +<!-- prop="createAt"--> | ||
| 642 | +<!-- label="创建时间"--> | ||
| 643 | +<!-- width="120">--> | ||
| 644 | +<!-- </el-table-column>--> | ||
| 640 | <el-table-column | 645 | <el-table-column |
| 641 | fixed="right" | 646 | fixed="right" |
| 642 | label="操作" | 647 | label="操作" |
| @@ -712,25 +717,23 @@ | @@ -712,25 +717,23 @@ | ||
| 712 | </el-col> | 717 | </el-col> |
| 713 | </el-row> | 718 | </el-row> |
| 714 | <el-row> | 719 | <el-row> |
| 715 | - <el-col :span="6"> | ||
| 716 | - <el-form-item label="" :label-width="formLabelWidth" prop="createBy"> | ||
| 717 | - <el-input v-model="queryInfo.createBy" autocomplete="off" size="small"> | ||
| 718 | - <template slot="prepend">创建人 </template> | ||
| 719 | - </el-input> | ||
| 720 | - </el-form-item> | ||
| 721 | - </el-col> | ||
| 722 | - <el-col :span="6"> | ||
| 723 | - <el-form-item label="" :label-width="formLabelWidth" prop="updateBy"> | ||
| 724 | - <el-input v-model="queryInfo.updateBy" autocomplete="off" size="small"> | ||
| 725 | - <template slot="prepend">更新人 </template> | ||
| 726 | - </el-input> | ||
| 727 | - </el-form-item> | ||
| 728 | - </el-col> | ||
| 729 | - <el-col :offset="1" :span="6"> | ||
| 730 | - <el-col :offset="1" :span="6"> | 720 | +<!-- <el-col :span="6">--> |
| 721 | +<!-- <el-form-item label="" :label-width="formLabelWidth" prop="createBy">--> | ||
| 722 | +<!-- <el-input v-model="queryInfo.createBy" autocomplete="off" size="small">--> | ||
| 723 | +<!-- <template slot="prepend">创建人 </template>--> | ||
| 724 | +<!-- </el-input>--> | ||
| 725 | +<!-- </el-form-item>--> | ||
| 726 | +<!-- </el-col>--> | ||
| 727 | +<!-- <el-col :span="6">--> | ||
| 728 | +<!-- <el-form-item label="" :label-width="formLabelWidth" prop="updateBy">--> | ||
| 729 | +<!-- <el-input v-model="queryInfo.updateBy" autocomplete="off" size="small">--> | ||
| 730 | +<!-- <template slot="prepend">更新人 </template>--> | ||
| 731 | +<!-- </el-input>--> | ||
| 732 | +<!-- </el-form-item>--> | ||
| 733 | +<!-- </el-col>--> | ||
| 734 | + <el-col :offset="22" :span="2"> | ||
| 731 | <el-button :type ="buttonType()" size="small" @click="dialogApply2==='create'?addQuery(queryInfo):editQuery()">{{back}}</el-button> | 735 | <el-button :type ="buttonType()" size="small" @click="dialogApply2==='create'?addQuery(queryInfo):editQuery()">{{back}}</el-button> |
| 732 | </el-col> | 736 | </el-col> |
| 733 | - </el-col> | ||
| 734 | </el-row> | 737 | </el-row> |
| 735 | </el-row> | 738 | </el-row> |
| 736 | </el-form> | 739 | </el-form> |
-
请 注册 或 登录 后发表评论