123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814 |
- <template>
- <div>
- <div class="sty">
- <el-page-header @back="goBack" :content="title"> </el-page-header>
- </div>
- <el-divider></el-divider>
- <h3>工程项目信息</h3>
- <el-divider></el-divider>
- <div class="diy-table-1">
- <el-row :gutter="0">
- <el-col :xs="12" :sm="24" :lg="8" class="item">
- <div class="label">
- {{
- detailList.enginOrderType == "HOME"
- ? "工程登录编号"
- : "工程信息编号"
- }}
- </div>
- <div class="value">{{ detailList.refEnginRecordNo }}</div>
- </el-col>
- <!-- <el-col :xs="12" :sm="24" :lg="8" class="item">
- <div class="label">工程信息编号</div>
- <div class="value">{{ detailList.refEnginRecordNo }}</div>
- </el-col> -->
- <el-col :xs="12" :sm="24" :lg="8" class="item">
- <div class="label">项目类别</div>
- <div class="value">{{ detailList.refProjectName }}</div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="8" class="item">
- <div class="label">行业类别</div>
- <div class="value">
- {{ detailList.refTradeCategory }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">跨区厂编号</div>
- <div class="value">{{ detailList.refFactoryNo }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">使用单位</div>
- <div class="value">{{ detailList.refUseUnit }}</div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">经销商二级代码</div>
- <div class="value">{{detailList.}}</div>
- </el-col> -->
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">业务员</div>
- <div class="value">{{ detailList.serviceName }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">联系人</div>
- <div class="value">{{ detailList.refLinkman }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">固定电话</div>
- <div class="value">{{ detailList.refTel }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">移动电话</div>
- <div class="value">{{ detailList.refPhone }}</div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">移动电话</div>
- <div class="value">
- <el-input
- :disabled="title == '详情'"
- placeholder="请输入"
- v-model="detailList.refPhone"
- ></el-input>
- </div>
- </el-col> -->
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">押金比例</div>
- <div class="value">{{detailList.}}</div>
- </el-col> -->
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">单据状态</div>
- <div class="value">
- {{
- detailList.examineStatus == "SAVE"
- ? "保存"
- : detailList.examineStatus == "WAIT"
- ? "待审核"
- : detailList.examineStatus == "OK"
- ? "通过"
- : detailList.examineStatus == "FAIL"
- ? "不通过"
- : "关闭"
- }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">销售类型</div>
- <div class="value">{{ detailList.saleTypeName }}</div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">不扣押金</div>
- <div class="value">{{ detailList.customerName }}</div>
- </el-col> -->
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">第几次申报</div>
- <div class="value">{{ detailList.refDeclareNo }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">项目类型</div>
- <div class="value">{{ detailList.refProjectType }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">经销商编码</div>
- <div class="value">{{ detailList.customerNumber }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">押金总额</div>
- <div class="value">{{ detailList.depositAmount }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">安装时间</div>
- <div class="value">
- <el-date-picker prefix-icon="''" placeholder="请选择安装时间" :disabled="title == '详情'" class="selectStyle" v-model="detailList.installDate" type="datetime" default-time="00:00:00" value-format="yyyy-MM-dd HH:mm:ss">
- </el-date-picker>
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">安装地址</div>
- <div class="value">{{ detailList.refInstallAddress }}</div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">工程订单号</div>
- <div class="value">{{ detailList.customerName }}</div>
- </el-col> -->
- <el-col :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">经销商名称</div>
- <div class="value">{{ detailList.customerName }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">项目说明</div>
- <div class="value">{{ detailList.refProjectNote }}</div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">订单日期</div>
- <div class="value">{{ detailList.customerName }}</div>
- </el-col> -->
- <!-- <el-col :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">格力内部备注</div>
- <div class="value">{{ detailList.customerName }}</div>
- </el-col> -->
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">文件编码</div>
- <div class="value">{{ detailList.customerName }}</div>
- </el-col> -->
- <el-col :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">备注</div>
- <!-- <div class="value">{{ detailList.remark }}</div> -->
- <div class="value">
- <el-input :disabled='detailList.examineStatus !== "WAIT"' v-model="detailList.remark" placeholder="请输入内容"></el-input>
- </div>
- </el-col>
- <el-col v-if="!isCustomer" :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">格力内部备注</div>
- <!-- <div class="value">{{ detailList.geLiInerNote}}</div> -->
- <div class="value">
- <el-input :disabled='detailList.examineStatus !== "WAIT"' v-model="detailList.geLiInerNote" placeholder="请输入内容"></el-input>
- </div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">寄厂日期</div>
- <div class="value">
- <el-date-picker
- :disabled="title == '详情'"
- class="selectStyle"
- v-model="detailList.sendFactoryDate"
- type="datetime"
- prefix-icon="''"
- placeholder="请选择寄厂日期"
- default-time="00:00:00"
- value-format="yyyy-MM-dd HH:mm:ss"
- >
- </el-date-picker>
- </div>
- </el-col> -->
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">提货日期</div>
- <div class="value">{{detailList.}}</div>
- </el-col> -->
- </el-row>
- </div>
- <h3>货品信息</h3>
- <el-divider></el-divider>
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="detailList.items"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- show-summary
- :summary-method="$getSummaries"
- >
- <template v-if="!isCustomer">
- <el-table-column
- align="left"
- label="厂编号"
- prop="factoryNo"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copyText="scope.row.factoryNo" />
- <span>{{scope.row.factoryNo}}</span>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="物料编码"
- prop="materialNumber"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copyText="scope.row.materialNumber" />
- <span>{{scope.row.materialNumber}}</span>
- </template>
- </el-table-column>
- </template>
- <el-table-column
- align="left"
- label="产品编码"
- prop="materialOldNumber"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copyText="scope.row.materialOldNumber" />
- <span>{{scope.row.materialOldNumber}}</span>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="产品名称"
- prop="materialName"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copyText="scope.row.materialName" />
- <span>{{scope.row.materialName}}</span>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="规格型号"
- prop="specification"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copyText="scope.row.specification" />
- <span>{{scope.row.specification}}</span>
- </template>
- </el-table-column>
- <el-table-column
- align="right"
- label="单价"
- prop="price"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.price | numToFixed}}
- </template>
- </el-table-column>
- <el-table-column
- align="right"
- label="数量"
- prop="qty"
- min-width="160"
- show-overflow-tooltip
- />
- <el-table-column
- align="right"
- label="金额"
- prop="totalAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.totalAmount | numToFixed}}
- </template>
- </el-table-column>
- <el-table-column
- align="right"
- label="押金数量"
- prop="hasSendQty"
- min-width="160"
- show-overflow-tooltip
- />
- <el-table-column
- align="right"
- label="发货数量"
- prop="orderHasSendQty"
- min-width="160"
- show-overflow-tooltip
- />
- <el-table-column
- align="right"
- label="押金金额"
- prop="depositAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.depositAmount | numToFixed}}
- </template>
- </el-table-column>
- <el-table-column
- align="right"
- label="合同价格"
- prop="contractPrice"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <el-input class="inpt" v-model="scope.row.contractPrice" size="mini" clearable></el-input>
- </template>
- </el-table-column>
- <!-- <el-table-column-->
- <!-- align="right"-->
- <!-- label="上交资料"-->
- <!-- prop="dataQty"-->
- <!-- min-width="160"-->
- <!-- show-overflow-tooltip-->
- <!-- />-->
- <el-table-column
- align="right"
- label="收差全额"
- prop="diffAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.diffAmount | numToFixed}}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- </div>
- <h3 class="gdzl">工程资料</h3>
- <el-button :disabled="isDis" class="batchDownload" type="primary" size="small" @click="batchDownloadFn">批量下载</el-button>
- <el-divider></el-divider>
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table v-loading="listLoading" :data="detailList.dataList" element-loading-text="Loading" border fit highlight-current-row stripe>
- <el-table-column align="left" label="资料描述" prop="dataDescribe" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="原文件名" prop="fileName" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="缩略图" prop="fileUrl" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-image ref="img" :src="imageURL + scope.row.fileUrl" v-if="checkFileType(scope.row.fileUrl) == 'image'" style="width: 120px; height: 120px" fit="cover" :preview-src-list="[imageURL + scope.row.fileUrl]">
- </el-image>
- <img class="file" src="@/assets/common/word.png" v-if="checkFileType(scope.row.fileUrl) == 'word'" />
- <img class="file" src="@/assets/common/excel.png" v-if="checkFileType(scope.row.fileUrl) == 'excel'" />
- <img class="file" src="@/assets/common/ppt.png" v-if="checkFileType(scope.row.fileUrl) == 'ppt'" />
- <img class="file" src="@/assets/common/pdf.png" v-if="checkFileType(scope.row.fileUrl) == 'pdf'" />
- <img v-if="checkFileType(scope.row.fileUrl) == 'file'" class="file aaa" src="@/assets/common/zip.jpeg" />
- </template>
- </el-table-column>
- <el-table-column align="left" label="下载文件名称" prop="fileName" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ "资料_" + scope.row.fileName }}
- </template>
- </el-table-column>
- <el-table-column align="center" label="操作" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-button type="text" class="textColor" @click="downLoadFn(scope.row.fileUrl,scope.row.fileName)">下载</el-button>
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <el-divider></el-divider>
- <div class="diy-table-1">
- <el-row :gutter="0">
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">申请人</div>
- <div class="value">{{ detailList.submitName }}</div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">申请日期</div>
- <div class="value">{{ detailList.submitTime }}</div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item">
- <div class="label">申请退押金</div>
- <div class="value">{{ detailList.applyNote }}</div>
- </el-col>
- </el-row>
- </div>
- <h3>记录</h3>
- <el-divider></el-divider>
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table v-loading="listLoading" :data="detailList.checkRecordItems" element-loading-text="Loading" border fit highlight-current-row stripe>
- <el-table-column align="left" label="申请人" prop="submitName" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="申请日期" prop="submitTime" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="申请说明" prop="applyNote" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="验收人" prop="checkName" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="受理日期" prop="checkDate" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="验收说明" prop="checkNote" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="审批结果" prop="isRefundDeposit" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- {{scope.row.isRefundDeposit == false?'否':'是'}}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <h3 v-if="
- detailList.examineStatus == 'WAIT' ||
- detailList.examineStatus == 'FAIL' ||
- detailList.examineStatus == 'OK'
- ">
- 审批
- </h3>
- <el-divider v-if="
- detailList.examineStatus == 'WAIT' ||
- detailList.examineStatus == 'FAIL' ||
- detailList.examineStatus == 'OK'
- "></el-divider>
- <div v-if="detailList.examineStatus == 'WAIT'" class="diy-table-1">
- <el-row :gutter="0">
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">验收人</div>
- <div class="value">{{ this.checkBy }}</div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item dateS">
- <div class="label">受理日期</div>
- <div class="value">
- <el-date-picker disabled prefix-icon="''" class="selectStyle" type="datetime" placeholder="系统自动生成" default-time="00:00:00" value-format="yyyy-MM-dd HH:mm:ss">
- </el-date-picker>
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item">
- <div class="label">是否退押</div>
- <div class="value">
- <el-radio-group v-model="isRefundDeposit">
- <el-radio :label="true">是</el-radio>
- <el-radio :label="false">否</el-radio>
- </el-radio-group>
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item">
- <div class="label">验收说明</div>
- <div class="value">
- <el-input v-model="checkNote" placeholder="请输入内容"></el-input>
- </div>
- </el-col>
- </el-row>
- </div>
- <div v-if="
- detailList.examineStatus == 'OK' || detailList.examineStatus == 'FAIL'
- " class="diy-table-1">
- <el-row :gutter="0">
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">验收人</div>
- <div class="value">{{ detailList.checkBy }}</div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item dateS">
- <div class="label">受理日期</div>
- <div class="value">
- <el-date-picker disabled prefix-icon="''" class="selectStyle" v-model="detailList.checkDate" type="datetime" placeholder="" default-time="00:00:00" value-format="yyyy-MM-dd HH:mm:ss">
- </el-date-picker>
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item">
- <div class="label">是否退押</div>
- <div class="value">
- <el-radio-group v-model="detailList.isRefundDeposit">
- <el-radio disabled :label="true">是</el-radio>
- <el-radio disabled :label="false">否</el-radio>
- </el-radio-group>
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item dateS">
- <div class="label">验收说明</div>
- <div class="value">
- <el-input disabled v-model="detailList.checkNote" placeholder="请输入内容"></el-input>
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item dateS">
- <div class="label">审批通过后备注</div>
- <div class="value">
- <el-input v-model="detailList.examineAfterRemark" placeholder="请输入内容"></el-input>
- </div>
- </el-col>
- </el-row>
- </div>
- <br />
- <!-- 按钮 -->
- <!-- detailList.examineStatus != 'OK' || detailList.examineStatus != 'FAIL' -->
- <div class="btn-group clearfix">
- <div class="fl">
- <el-button v-if="detailList.examineStatus == 'WAIT'" type="primary" size="small" @click="adoptFn">审批通过</el-button>
- <el-button v-if="detailList.examineStatus == 'WAIT'" type="primary" size="small" @click="rejectFn">审批驳回</el-button>
- <el-button v-if="detailList.examineStatus == 'OK'" type="primary" size="small" @click="saveFn">保存</el-button>
- </div>
- </div>
- </div>
- </template>
- <script>
- import { downloadFiles } from "@/utils/util";
- import IMAGEUPLOAD from "@/components/Common/image-upload.vue";
- import { getFileUrl } from "@/api/common";
- import { mapGetters } from "vuex";
- import {
- getDepositManageDetail,
- getDepositManageExamine,
- getDepositManageDownZip,
- getDepositManageEdit,
- getCommonFileGetStream,
- } from "@/api/engin_deposit/refund_list";
- export default {
- props: {
- detailId: {
- type: String,
- required: true,
- },
- },
- components: { IMAGEUPLOAD },
- computed: {
- ...mapGetters(["name"]),
- },
- data() {
- return {
- isCustomer: JSON.parse(localStorage.getItem("supply_user")).isCustomer,
- isDis: true,
- imageURL: this.$imageUrl,
- title: "审批",
- imageURL: this.$imageUrl,
- listLoading: false, // 列表加载loading
- dataList: [], // 列表数据
- detailList: {},
- checkBy: "",
- checkDate: "",
- isRefundDeposit: true,
- checkNote: "",
- };
- },
- created() {
- console.log(this.$imageUrl, 8888);
- this.checkBy = this.name;
- this.getData({ id: this.detailId });
- },
- methods: {
- //审批通过后可以编辑
- async saveFn() {
- console.log(this.detailList);
- await getDepositManageEdit(this.detailList);
- this.$message.success("保存成功");
- this.goBack();
- this.$emit("updateList");
- },
- //批量下载
- async batchDownloadFn() {
- downloadFiles("/deposit-manage/downZip", { parentId: this.detailId });
- },
- //下载
- async downLoadFn(v, name) {
- // getCommonFileGetStream({ key: v, fileName: name }).then((res) => {
- // // window.open(res.data);
- // });
- // // window.open(this.imageURL + v);
- downloadFiles("/common/file/getStream", { key: v, fileName: name });
- // await getCommonFileGetStream({ key: v, fileName: name });
- },
- // 检查文件类型
- checkFileType(url) {
- if (!url) return "";
- const fileSuffix = url.substring(url.lastIndexOf(".") + 1);
- if (["jpg", "jpeg", "png"].includes(fileSuffix)) {
- return "image";
- } else if (["doc", "docx", "dot", "wps", "wpt"].includes(fileSuffix)) {
- return "word";
- } else if (["xls", "xlsx", "xlt", "et", "ett"].includes(fileSuffix)) {
- return "excel";
- } else if (
- ["ppt", "pptx", "dps", "dpt", "pot", "pps"].includes(fileSuffix)
- ) {
- return "ppt";
- } else if (["pdf"].includes(fileSuffix)) {
- return "pdf";
- } else if (["zip", "rar", "gz", "apk"].includes(fileSuffix)) {
- return "file";
- } else {
- return "";
- }
- },
- //审批驳回
- async rejectFn() {
- this.$confirm("此操作将审批订单, 是否继续?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- if (!this.detailList.installDate) {
- this.$message.error("请选择安装时间");
- return;
- }
- let data = {
- ...this.detailList,
- checkBy: this.checkBy,
- // checkDate: this.checkDate,
- isRefundDeposit: this.isRefundDeposit,
- checkNote: this.checkNote,
- examineResult: 0,
- };
- getDepositManageExamine(data)
- .then((res) => {
- if (!res.data) {
- this.goBack();
- this.$emit("updateList");
- } else {
- this.$confirm("审批成功!是否跳转下一张待审批订单?", "提示", {
- confirmButtonText: "跳转",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- this.$successMsg("进入下一张待审批订单");
- this.detailList = res.data;
- })
- .catch(() => {
- this.goBack();
- this.$emit("updateList");
- });
- }
- })
- .finally((res) => {});
- })
- .catch(() => {});
- // if (!this.detailList.installDate) {
- // this.$message.error("请选择安装时间");
- // return;
- // }
- // let data = {
- // ...this.detailList,
- // checkBy: this.checkBy,
- // // checkDate: this.checkDate,
- // isRefundDeposit: this.isRefundDeposit,
- // checkNote: this.checkNote,
- // examineResult: 0,
- // };
- // await getDepositManageExamine(data);
- // this.$message.success("审批驳回");
- // this.goBack();
- // this.$emit("updateList");
- },
- //审批通过
- async adoptFn() {
- this.$confirm("此操作将审批订单, 是否继续?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- if (!this.detailList.installDate) {
- this.$message.error("请选择安装时间");
- return;
- }
- let data = {
- ...this.detailList,
- checkBy: this.checkBy,
- // checkDate: this.checkDate,
- isRefundDeposit: this.isRefundDeposit,
- checkNote: this.checkNote,
- examineResult: 1,
- };
- getDepositManageExamine(data)
- .then((res) => {
- if (!res.data) {
- this.goBack();
- this.$emit("updateList");
- } else {
- this.$confirm("审批成功!是否跳转下一张待审批订单?", "提示", {
- confirmButtonText: "跳转",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- this.$successMsg("进入下一张待审批订单");
- this.detailList = res.data;
- })
- .catch(() => {
- this.goBack();
- this.$emit("updateList");
- });
- }
- })
- .finally((res) => {});
- })
- .catch(() => {});
- // if (!this.detailList.installDate) {
- // this.$message.error("请选择安装时间");
- // return;
- // }
- // let data = {
- // ...this.detailList,
- // checkBy: this.checkBy,
- // // checkDate: this.checkDate,
- // isRefundDeposit: this.isRefundDeposit,
- // checkNote: this.checkNote,
- // examineResult: 1,
- // };
- // await getDepositManageExamine(data);
- // this.$message.success("审批通过");
- // this.goBack();
- // this.$emit("updateList");
- },
- async getData(data) {
- const res = await getDepositManageDetail(data);
- console.log(res);
- if (res.data.dataList.length == 0) {
- this.isDis = true;
- } else {
- this.isDis = false;
- }
- let arr = []
- res.data.items.forEach((item) => {
- if (Number(item.qty)>0) {
- arr.push(item)
- }
- // item.number = (item.qty*100 - item.directTransferQty*100 - item.retiredQty*100) / 100;
- item.sums1 = ["orderHasSendQty", "dataQty", "qty"];
- item.sums2 = ["totalAmount", "diffAmount", "price",'depositAmount','contractPrice'];
- });
- res.data.items = arr
- this.detailList = res.data;
- if (
- res.data.examineStatus == "SAVE" ||
- res.data.examineStatus == "OK" ||
- res.data.examineStatus == "FAIL"
- ) {
- this.title = "详情";
- }
- },
- goBack() {
- this.$parent.showSurrender = true;
- },
- },
- };
- </script>
- <style lang="scss" scoped>
- .inpt{
- ::v-deep .el-input__inner{
- text-align: right ;
- }
- }
- .aaa {
- height: 64px;
- width: 64px;
- }
- .dateS {
- .value {
- padding: 0;
- }
- }
- .batchDownload {
- float: right;
- margin-top: 9px;
- }
- .gdzl {
- display: inline-block;
- }
- .dateStyle {
- width: 100%;
- }
- .label {
- width: 150px !important;
- }
- .selectStyle {
- width: 100%;
- }
- </style>
|