|
@@ -27,7 +27,7 @@
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item :label="$t('新票/续票')" prop="xpxp">
|
|
|
|
|
|
+<!-- <el-form-item :label="$t('新票/续票')" prop="xpxp">
|
|
<el-select v-model="queryParams.xpxp" :placeholder="$t('请选择') + $t('新票/续票')" clearable size="small"
|
|
<el-select v-model="queryParams.xpxp" :placeholder="$t('请选择') + $t('新票/续票')" clearable size="small"
|
|
@change="handleQuery">
|
|
@change="handleQuery">
|
|
<el-option
|
|
<el-option
|
|
@@ -37,7 +37,7 @@
|
|
:value="dict.dictValue"
|
|
:value="dict.dictValue"
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
- </el-form-item>
|
|
|
|
|
|
+ </el-form-item>-->
|
|
<el-form-item label="延期许可证号" prop="yqxkzh">
|
|
<el-form-item label="延期许可证号" prop="yqxkzh">
|
|
<el-input
|
|
<el-input
|
|
v-model="queryParams.yqxkzh"
|
|
v-model="queryParams.yqxkzh"
|
|
@@ -1035,6 +1035,7 @@ export default {
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
listJobticket(this.queryParams).then(response => {
|
|
listJobticket(this.queryParams).then(response => {
|
|
|
|
+ this.jobticketList=[]
|
|
this.jobticketList = response.rows;
|
|
this.jobticketList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
this.loading = false;
|
|
this.loading = false;
|