Browse Source

xml

dev_kxc
zhuyulei 1 year ago
parent
commit
06b4892b1b
  1. 2
      jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/index.vue
  2. 4
      jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue
  3. 1
      jwtech-admin-page/src/views/building/projectInfo/projectProcess/qualityControl/options/components/viewReport.vue
  4. 2
      jwtech-admin-page/src/views/building/projectInfo/projectProcess/qualityControl/options/engineeringQualityInspection.vue
  5. 3
      jwtech-admin-page/src/views/project/plan/options/ImplementationPage.vue
  6. 1
      jwtech-admin-page/src/views/project/special/index.vue
  7. 1
      jwtech-admin-page/src/views/project/special/options/ContractPage.vue
  8. 1
      jwtech-admin-page/src/views/project/special/options/ImplementationPage.vue
  9. 1
      jwtech-admin-page/src/views/project/special/options/documentPage.vue
  10. 5
      jwtech-admin-page/src/views/project/special/options/resultsPage.vue
  11. 1
      jwtech-admin-page/src/views/project/special/options/taskPage.vue
  12. 2
      jwtech-system/src/main/resources/mapper/earlyStage/BsSlgcQqjdContractFulfillingNoticeMapper.xml

2
jwtech-admin-page/src/views/building/projectInfo/projectProcess/contract/index.vue

@ -62,7 +62,7 @@
icon="el-icon-plus" icon="el-icon-plus"
size="mini" size="mini"
@click="handleAdd" @click="handleAdd"
v-hasPermi="['build:info:add']" v-hasPermi="['build:contraction:add']"
>新增</el-button >新增</el-button
> >
</el-col> </el-col>

4
jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue

@ -31,7 +31,7 @@
</el-button> </el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
<!-- <!--
<el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
@ -238,7 +238,7 @@
type="text" type="text"
icon="el-icon-plus" icon="el-icon-plus"
@click="handleAdd(scope.row)" @click="handleAdd(scope.row)"
v-hasPermi="['build:sourceFunds:edit']" v-hasPermi="['build:sourceFunds:pay']"
>资金支付 >资金支付
</el-button> </el-button>
<!-- <el-button <!-- <el-button

1
jwtech-admin-page/src/views/building/projectInfo/projectProcess/qualityControl/options/components/viewReport.vue

@ -154,6 +154,7 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
v-if="scope.row.isOk==0"
v-hasPermi="['build:attachment:edit']" v-hasPermi="['build:attachment:edit']"
>整改</el-button >整改</el-button
> >

2
jwtech-admin-page/src/views/building/projectInfo/projectProcess/qualityControl/options/engineeringQualityInspection.vue

@ -162,7 +162,7 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdateReport(scope.row)" @click="handleUpdateReport(scope.row)"
v-hasPermi="['build:supervision:edit']" v-hasPermi="['build:supervision:upload']"
>上传检测报告</el-button >上传检测报告</el-button
> >
<el-button <el-button

3
jwtech-admin-page/src/views/project/plan/options/ImplementationPage.vue

@ -92,7 +92,7 @@
align="center" align="center"
fixed fixed
/> />
<!-- <!--
<el-table-column <el-table-column
label="项目名称" label="项目名称"
align="center" align="center"
@ -221,6 +221,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['earlyStage:planImpleInfo:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button

1
jwtech-admin-page/src/views/project/special/index.vue

@ -215,6 +215,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['system:projectinfo:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button

1
jwtech-admin-page/src/views/project/special/options/ContractPage.vue

@ -166,6 +166,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['earlyStage:contract:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button

1
jwtech-admin-page/src/views/project/special/options/ImplementationPage.vue

@ -240,6 +240,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['earlyStage:planImpleInfo:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button

1
jwtech-admin-page/src/views/project/special/options/documentPage.vue

@ -175,6 +175,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['earlyStage:document:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button

5
jwtech-admin-page/src/views/project/special/options/resultsPage.vue

@ -181,6 +181,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['earlyStage:result:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button
@ -189,7 +190,7 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
v-hasPermi="['system:user:remove']" v-hasPermi="['earlyStage:gain:edit']"
>编辑 >编辑
</el-button> </el-button>
<el-button <el-button
@ -197,7 +198,7 @@
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['system:user:resetPwd']" v-hasPermi="['earlyStage:gain:remove']"
>删除 >删除
</el-button> </el-button>
</template> </template>

1
jwtech-admin-page/src/views/project/special/options/taskPage.vue

@ -247,6 +247,7 @@
type="text" type="text"
icon="el-icon-view" icon="el-icon-view"
@click="viewInfo(scope.row)" @click="viewInfo(scope.row)"
v-hasPermi="['earlyStage:approval:view']"
>查看</el-button >查看</el-button
> >
<el-button <el-button

2
jwtech-system/src/main/resources/mapper/earlyStage/BsSlgcQqjdContractFulfillingNoticeMapper.xml

@ -19,7 +19,7 @@
<result property="bidProjectName" column="project_name"/> <result property="bidProjectName" column="project_name"/>
<result property="proCode" column="pro_code"/> <result property="proCode" column="pro_code"/>
<result property="contractName" column="contract_name"/> <result property="contractName" column="contract_name"/>
<result property="biderWinName" column="bid_win_name"/> <result property="biderWinName" column="bider_win_name"/>
<result property="contractAmount" column="contract_amount"/> <result property="contractAmount" column="contract_amount"/>
<result property="contractPeriod" column="contract_period"/> <result property="contractPeriod" column="contract_period"/>
<result property="contractSignTime" column="contract_sign_time"/> <result property="contractSignTime" column="contract_sign_time"/>

Loading…
Cancel
Save