123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603 |
- <!--采购合同-->
- <!--2019年5月30日 20:25:16 by jlx-->
- <template>
- <div>
- <BaseHeaderLayout :leftSpan="10">
- <template slot="left">
- <ws-button
- type="primary"
- @click="handleAdd()"
- v-hasPermission="
- `${$permission('PERMISSIONS.PURSPAPPLINFO_CREATEINSTORE')}`
- "
- >添加</ws-button
- >
- <ws-button
- @click="exportlist()"
- v-hasPermission="
- `${$permission('PERMISSIONS.PURSPAPPLINFO_CREATEINSTORE')}`
- "
- >导出</ws-button
- >
- </template>
- <template slot="right">
- <ws-select
- v-model="searchTypeText"
- placeholder=""
- class="typeselect"
- @change="selecttaskType"
- :value="searchType"
- >
- <ws-option
- v-for="item in taskTypeList"
- :key="item.value"
- :label="item.value"
- :value="item.value"
- />
- </ws-select>
- <ws-date-picker
- :picker-options="pickerBeginDateBefore"
- v-model="startDate"
- type="date"
- default-value="1980-01-01"
- placeholder="起始日期"
- format="yyyy-MM-dd"
- value-format="yyyy-MM-dd"
- />
- <span>至</span>
- <ws-date-picker
- :picker-options="pickerBeginDateBefore"
- v-model="endDate"
- type="date"
- default-value="1980-01-01"
- placeholder="截止日期"
- format="yyyy-MM-dd"
- value-format="yyyy-MM-dd"
- />
- <ws-input
- v-model="searchKeyWord"
- placeholder="可按照合同编号、买方名称、卖方名称进行查找"
- clearable
- maxlength="500"
- type="input"
- class="findValue"
- ></ws-input>
- <!-- v-hasPermission="'procurement.sparepart.directShip'" -->
- <ws-button
- type="primary"
- @click="find()"
- v-hasPermission="
- `${$permission('PERMISSIONS.PURSPAPPLINFO_CREATEINSTORE')}`
- "
- >查找</ws-button
- >
- </template>
- </BaseHeaderLayout>
- <el-table
- class="wenzi"
- :data="contractList.records"
- style="width: 100%; margin-top: 10px"
- >
- <el-table-column type="index" label="序号" />
- <el-table-column prop="contractNo" label="合同编号" width="80">
- </el-table-column>
- <el-table-column prop="goodsName" label="货名" width="80">
- </el-table-column>
- <el-table-column prop="grade" label="品级"> </el-table-column>
- <el-table-column prop="weight" label="重量(吨)"> </el-table-column>
- <el-table-column prop="unitContractPrice" label="合同单价(元)">
- </el-table-column>
- <el-table-column prop="packingMethod" label="包装方式"> </el-table-column>
- <el-table-column prop="buyer" label="买方"> </el-table-column>
- <el-table-column prop="seller" label="卖方"> </el-table-column>
- <el-table-column prop="imperfectGrain" label="已完成(吨)">
- </el-table-column>
- <el-table-column prop="status" label="状态">
- <template slot-scope="scope">
- <el-popover
- placement="left"
- :width="400"
- trigger="click"
- visible-arrow="false"
- @show="history(scope.row)"
- >
- <template >
- <span slot="reference">{{ scope.row.status }}</span>
- </template>
- <div>
- <p>操作历史</p>
- <div v-for="(item, index) in historyList">
- <div class="vertical-circle"></div>
- <div class="vertical-text">
- {{ item.operateUser }}{{ item.dealMsg }}<br />{{
- item.updateDate
- }}
- </div>
- <div
- v-if="index != historyList.length - 1"
- class="vertical-line"
- ></div>
- </div>
- </div>
- </el-popover>
- <i class="el-icon-edit" @click="editClick(scope.row)"></i>
- </template>
- </el-table-column>
- <el-table-column prop="signingDate" label="签订日期"> </el-table-column>
- <el-table-column prop="mildewGrain" label="已付款(元)">
- </el-table-column>
- <el-table-column prop="addressUrl" label="附件">
- <template slot-scope="scope">
- <i @click="fujian(scope.row)" class="el-icon-paperclip iconCss"></i>
- </template>
- </el-table-column>
- <el-table-column prop="address" label="操作" width="300">
- <template slot-scope="scope">
- <el-button
- type="success"
- size="small"
- @click="handleExamine(scope.row)"
- >查看</el-button
- >
- <el-button type="primary" size="small" @click="handleEdit(scope.row)"
- >编辑</el-button
- >
- <el-button type="danger" size="small" @click="handleDelete(scope.row)"
- >删除</el-button
- >
- </template>
- </el-table-column>
- </el-table>
- <!-- 附件弹框 -->
- <!-- <WinseaContentModal
- v-model="accessoryTFs"
- :title="$t('system.noticeCircular.information')"
- @on-cancel="handleClose"
- >
- <ws-upload
- ref="uploads"
- table-name="ism_circular_management_info "
- :vesselId="my_vesselId ? my_vesselId : ''"
- oss-key="circularLetter"
- :editable="false"
- :appendix-ids="appendixIdss"
- :comp-id="compId"
- />
- <template slot="footer" class="dialog-footer">
- <ws-button @click="hiddenHistory">{{
- $t('crew.interviewManagement.button.cancel')
- }}</ws-button>
- </template>
- </WinseaContentModal> -->
- </div>
- </template>
- <script>
- import {
- getList,
- export1,
- editstatus,
- billoperatehis,
- deletecontract,
- } from '@/model/contarct/index'
- import { downloadFile } from '@/utils/batchDown'
- import { dayjs, fmoney, EventBus } from 'base-core-lib'
- export default {
- name: 'viewSpareMoney',
- watch: {
- vesselId(val) {
- this.getList()
- },
- isShow(val) {
- this.showType = val
- },
- },
- data() {
- return {
- //弹出框
- dialogViewSpareMoney: false,
- dialogApproveFormVisible: false,
- // 船舶类型
- monetaryKey: null,
- // 表格显示数据
- tableDate: [],
- // 是否显示
- showType: true,
- // 年
- year: '',
- currentPage: 1,
- pageSize: 10,
- searchType: 1,
- searchTypeText: '未完成',
- searchKeyWord: '',
- contractType: 2,
- startDate: null,
- endDate: null,
- // 提交类型
- submitType: true,
- date: {
- year: dayjs().format('YYYY'),
- month: dayjs().format('MM'),
- },
- contractList: [],
- deptBudgetList: {},
- historyList: [],
- pickerBeginDateBefore: {
- disabledDate: (time) => {
- return time.getTime() > Date.now()
- },
- },
- accessoryTFs: false,
- taskTypeList: [
- { value: '未完成', type: 1 },
- { value: '已完成', type: 2 },
- { value: '全部合同', type: '' },
- ],
- }
- },
- activated() {
- //cg.viewBudget
- //cg.viewSpareMoney
- // this.getVesselData();
- this.getList()
- this.showType = this.isShow
- },
- methods: {
- getList() {
- getList({
- compId: sessionStorage.getItem('ws-pf_compId'),
- contractType: this.contractType,
- currentPage: this.currentPage,
- pageSize: this.pageSize,
- searchType: this.searchType,
- searchKeyWord: this.searchKeyWord,
- startDate: this.startDate,
- endDate: this.endDate,
- contrPage: this.contrPage,
- })
- .toPromise()
- .then((response) => {
- this.contractList = response
- })
- },
- editClick(row) {
- var status = ''
- if (row.status == '待执行' || row.status == '已完成') {
- status = '执行中'
- } else if (row.status == '执行中') {
- status = '已完成'
- }
- this.$confirm(`是否将状态改为${status}`, '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning',
- })
- .then(() => {
- editstatus({ id: row.id })
- .toPromise()
- .then((response) => {
- this.$notify.success({
- title: '成功',
- message: '状态修改成功',
- })
- this.getList()
- })
- .catch((response) => {
- // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
- })
- })
- .catch(() => {
- return false
- })
- },
- selecttaskType(e) {
- for (var i = 0; i < this.taskTypeList.length; i++) {
- if (this.taskTypeList[i].value == e) {
- this.searchType = this.taskTypeList[i].type
- }
- }
- },
- fujian() {
- if (
- row.receiveAttachmentPath === null ||
- row.receiveAttachmentPath === ''
- ) {
- EventBus.$emit(
- 'warning',
- this.$t('system.noticeCircular.NoInformation')
- )
- } else {
- this.accessoryTFs = true
- }
- this.appendixIdss = row.receiveAttachmentPath
- },
- handleExamine(row) {
- console.log(row)
- this.$router.push({
- name: 'purchaseContractExamine',
- params: { id: row.id },
- })
- },
- handleAdd() {
- this.$router.push({ path: 'purchaseContractAdd' })
- },
- handleEdit(row) {
- this.$router.push({
- name: 'purchaseContractEdit',
- params: { id: row.id },
- })
- },
- // 关闭 dialog时 处理文件url 初始化upload组件
- handleCloe() {
- this.dialogViewSpareMoney = false
- },
- history(row) {
- console.log(row)
- billoperatehis({ id: row.id })
- .toPromise()
- .then((response) => {
- this.historyList = response
- })
- },
- find() {
- this.getList()
- },
- async exportlist() {
- const { data } = await export1(
- {
- compId: sessionStorage.getItem('ws-pf_compId'),
- contractType: this.contractType,
- currentPage: this.currentPage,
- pageSize: this.pageSize,
- searchType: this.searchType,
- searchKeyWord: this.searchKeyWord,
- startDate: this.startDate,
- endDate: this.endDate,
- },
- {},
- { responseType: 'blob' }
- ).toPromise()
- downloadFile({
- res: data,
- fileName: `${
- this.date.year + (this.date.month ? `-${this.date.month}` : '')
- }_采购合同`,
- type: 'xls',
- })
- },
- // deletecontract(){},
- //删除
- handleDelete(row){
- var handleDelete = ' '//sfdkd
- if (row.handleDelete == '待执行' || row.handleDelete == '已完成') {
- handleDelete = '执行中'
- } else if (row.handleDelete == '执行中') {
- handleDelete = '已完成'
-
- }
- this.$confirm(`合同删除后不可恢复,是否继续删除?`, '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning',
-
- })
- .then(() => {
-
- deletecontract({id: row.id })
- .toPromise()
- .then((response) => {
- this.$notify.success({
- title: '成功',
- message: '删除成功',
- })
- this.getList()
- })
- .catch((response) => {
- // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
- })
- })
- .catch(() => {
- return false
- })
- }
-
- },
- }
- </script>
- <style lang="scss" scoped>
- .vertical-line {
- height: 100px;
- border-left: 2px solid;
- margin-left: 4px;
- // border-image: -webkit-linear-gradient(#00eba7, #08b8e6) 30 30;
- // border-image: -moz-linear-gradient(#00eba7, #08b8e6) 30 30;
- // border-image: linear-gradient(#00eba7, #08b8e6) 30 30;
- }
- .vertical-circle {
- float: left;
- width: 10px;
- height: 10px;
- border: 2px solid white;
- background-color: #08b8e6;
- -webkit-border-radius: 100px;
- }
- .vertical-circle:first-child {
- color: red;
- }
- .vertical-text {
- float: left;
- margin-top: -7px;
- }
- /deep/.el-table .el-table__header .cell,
- /deep/.el-table .el-table__body .cell {
- text-align: center;
- }
- .typeselect {
- width: 500px;
- }
- .padding-xs {
- padding: 15px;
- text-align: right;
- }
- .clearfix:after {
- content: '';
- display: block;
- clear: both;
- }
- .el-table {
- font-size: 16px;
- }
- .taskType {
- width: 100%;
- background-color: #fff;
- margin-top: 2px;
- margin-bottom: 10px;
- list-style: none;
- // padding-bottom: 20px;
- li {
- float: left;
- border: 1px solid #6ea0f3;
- border-radius: 5px;
- max-width: 190px;
- padding: 0 5px;
- text-align: center;
- margin: 10px 20px;
- cursor: pointer;
- font-size: 14px;
- p {
- margin: 8px 0px;
- span {
- color: #e74c3c;
- }
- }
- }
- li:hover {
- background-color: #e4eeff;
- color: #1d6ced;
- }
- }
- .el-date-editor--date {
- margin: 0 10px;
- }
- .findValue {
- margin: 0 10px;
- }
- .button-container {
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-between;
- align-items: center;
- background-color: #fff;
- width: 100%;
- height: 50px;
- padding: 0 10px;
- & > div {
- margin-left: 10px;
- display: flex;
- flex-wrap: nowrap;
- flex-direction: row;
- & > span {
- line-height: 50px;
- }
- }
- /deep/.auditFlow-box {
- position: unset;
- margin-left: 10px;
- &/deep/.auditFlow-icon {
- width: auto;
- padding-right: 30px;
- }
- &/deep/.auditFlow-main {
- position: absolute;
- }
- }
- }
- .box-app {
- display: inline-block;
- float: left;
- margin-left: 30px;
- line-height: 50px;
- }
- /deep/.el-dialog {
- .el-form-item {
- margin-bottom: 0 !important;
- .el-input--medium {
- textarea {
- min-height: 100px !important;
- }
- }
- }
- }
- .collapse-bottom {
- margin-bottom: 20px;
- }
- .input-main .textarea .el-textarea__inner {
- width: 100%;
- z-index: 1;
- }
- /*.crt-main .textarea /deep/ .el-form-item__label {*/
- /* height: 82px;*/
- /*}*/
- // 控制select为只读的时候显示样式
- .hide-sel {
- .el-input__inner {
- border: 0px;
- }
- .el-icon-arrow-up {
- display: none;
- }
- .el-textarea__inner {
- background-color: #fff !important;
- border: 0;
- }
- .el-date-editor {
- i {
- display: none;
- }
- }
- .is-disabled {
- .el-input__inner:hover {
- background-color: #fff !important;
- border: 0;
- }
- color: #606266;
- .el-input__inner {
- background-color: #fff !important;
- border: 0;
- color: #606266;
- }
- .el-textarea__inner {
- background-color: #fff !important;
- border: 0;
- color: #606266;
- }
- }
- }
- // 控制select为只读的时候显示样式
- /deep/.ws-class-table-col {
- height: auto;
- padding: 0px 2px;
- /deep/.el-input__inner {
- padding: 0px 2px;
- }
- }
- /deep/.is-disabled {
- .el-input__prefix,
- .el-input__suffix {
- display: none;
- }
- .el-input__inner {
- background-color: #fff;
- border-color: #fff !important;
- color: #000 !important;
- font-size: 14px;
- cursor: text;
- padding: 0 !important;
- }
- }
- </style>
|