1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240 |
- <template>
- <div>
- <div class="sty">
- <el-page-header content="详情" @back="goBack" />
- </div>
- <el-divider />
- <el-radio-group v-model="engineering" size="mini" @change="handleRadio">
- <el-radio-button label="工程押金信息" />
- <el-radio-button label="工程订单信息" />
- <el-radio-button label="工程发货信息" />
- <!-- <el-radio-button label="直调发货" /> -->
- <el-radio-button label="历史记录" />
- </el-radio-group>
- <br><br>
- <div v-show="engineering == '工程押金信息'">
- <div class="diy-table-1">
- <el-form ref="form" :model="details">
- <el-row :gutter="0">
- <el-col :xs="12" :sm="8" :lg="8" class="item">
- <div class="label">工程登录编号</div>
- <div class="value">{{ details.refEnginRecordNo }}</div>
- </el-col>
- <el-col :xs="12" :sm="8" :lg="8" class="item">
- <div class="label">项目类别</div>
- <div class="value">{{ details.refProjectCategory }}</div>
- </el-col>
- <el-col :xs="12" :sm="8" :lg="8" class="item">
- <div class="label">工程编号</div>
- <div class="value">{{ details.refProjectNo }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="16" class="item">
- <div class="label">经销商名称</div>
- <div class="value">{{ details.customerName }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">经销商编码</div>
- <div class="value">{{ details.customerNumber }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">工程登录类型</div>
- <div class="value">{{ details.refPromiseStatus }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">联系人</div>
- <div class="value">{{ details.refLinkman }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">固定电话</div>
- <div class="value">{{ details.refTel }}</div>
- </el-col>
- <!-- <el-col :xs="24" :sm="24" :lg="16" class="item">-->
- <!-- <div class="label">厂工程编码</div>-->
- <!-- <div class="value">-->
- <!-- <el-form-item prop="refFactoryNo">-->
- <!-- <el-input-->
- <!-- v-model="details.refFactoryNo"-->
- <!-- placeholder="厂工程编码"-->
- <!-- size="small"-->
- <!-- />-->
- <!-- </el-form-item>-->
- <!-- </div>-->
- <!-- </el-col>-->
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">移动电话</div>
- <div class="value">{{ details.refPhone }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">押金总额</div>
- <div class="value">{{ details.depositAmount }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">工程差价总额</div>
- <div class="value">{{ details.depositDiffAmount }}</div>
- </el-col>
- <el-col v-if="!isCustomer" :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">格力内部备注</div>
- <div class="value">
- <el-input v-model="details.geLiInerNote" placeholder="格力内部备注" />
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">格力内部资料备注</div>
- <div class="value">{{ details.geLiInnerDataNote }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">订单格力内部备注</div>
- <div class="value">{{ details.orderGeLiInnerNote }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="12" class="item">
- <div class="label">使用单位</div>
- <div class="value">{{ details.refUseUnit }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="12" class="item">
- <div class="label">跨区厂编号</div>
- <div class="value">{{ details.refFactoryNo }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">安装时间</div>
- <div class="value" style="padding: 0">
- <el-form-item prop="installDate">
- <el-date-picker
- v-model="details.installDate"
- :disabled="details.examineStatus == 'OK'"
- type="datetime"
- placeholder="安装时间"
- default-time="00:00:00"
- value-format="yyyy-MM-dd HH:mm:ss"
- />
- </el-form-item>
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">安装地址</div>
- <div class="value">
- {{ details.refInstallAddress }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">登录有效期</div>
- <div class="value">
- {{ details.refBillsExpireDate }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">实际使用单位</div>
- <div class="value">
- <el-input v-model="details.realUseUnit" placeholder="实际使用单位" />
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">实际安装地址</div>
- <div class="value">
- <el-input v-model="details.realInstallAddress" placeholder="实际使用单位" />
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">项目编号</div>
- <div class="value">
- {{ details.refProjectNo }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">购买单位</div>
- <div class="value">
- {{ details.refBuyUnitName }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">合同变更批复意见</div>
- <div class="value">
- {{ details.refContractIdea }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">合同变更批复结果</div>
- <div class="value">
- {{ details.refContractResult }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">资料延期批复意见</div>
- <div class="value">
- {{ details.refDataDelayResult }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">资料延期批复结果</div>
- <div class="value">
- {{ details.refInstallAddress }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">工程机转零售批复意见</div>
- <div class="value">
- {{ details.refToRetailIdea }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">工程机转零售批复结果</div>
- <div class="value">
- {{ details.refToRetailResult }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">其他附件审批意见</div>
- <div class="value">
- {{ details.refOtherAnnexIdea }}
- </div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="8" class="item">
- <div class="label">其他附件批复结果</div>
- <div class="value">
- {{ details.refOtherAnnexResult }}
- </div>
- </el-col>
-
- <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">-->
- <!-- <div class="label">寄厂日期</div>-->
- <!-- <div class="value" style="padding: 0">-->
- <!-- <el-form-item prop="sendFactoryDate">-->
- <!-- <el-date-picker-->
- <!-- v-model="details.sendFactoryDate"-->
- <!-- type="datetime"-->
- <!-- placeholder="寄厂日期"-->
- <!-- default-time="00:00:00"-->
- <!-- value-format="yyyy-MM-dd HH:mm:ss"-->
- <!-- >-->
- <!-- </el-date-picker>-->
- <!-- </el-form-item>-->
- <!-- </div>-->
- <!-- </el-col>-->
- </el-row>
- </el-form>
- </div>
- <h3>货品信息</h3>
- <el-divider />
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="details.items"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- show-summary
- :summary-method="$getSummaries"
- >
- <el-table-column
- v-if="!isCustomer"
- align="left"
- label="厂编号"
- prop="factoryNo"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.factoryNo" />
- <span>{{ scope.row.factoryNo }}</span>
- </template>
- </el-table-column>
- <el-table-column
- v-if="!isCustomer"
- align="left"
- label="特价编号"
- prop="specialNo"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.specialNo" />
- <span>{{ scope.row.specialNo }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.materialNumber" />
- <span>{{ scope.row.materialNumber }}</span>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="产品编码"
- prop="materialOldNumber"
- min-width="130"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <CopyButton :copy-text="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 :copy-text="scope.row.materialName" />
- <span>{{ scope.row.materialName }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.specification" />
- <span>{{ scope.row.specification }}</span>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="实装规格型号"
- prop="realSpecification"
- min-width="300"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <div :style="scope.row.realSpecification != scope.row.specification ? { color: 'blue' } : ''">
- {{ scope.row.realSpecification }}
- </div>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="实装物料编号"
- prop="realMaterialNumber"
- min-width="150"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <div :style="scope.row.realMaterialNumber != scope.row.materialNumber ? { color: 'blue' } : ''">
- {{ scope.row.realMaterialNumber }}
- </div>
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="实装厂产品编码"
- prop="realMaterialOldNumber"
- min-width="200"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <div :style="scope.row.realMaterialOldNumber != scope.row.materialOldNumber ? { color: 'blue' } : ''">
- {{ scope.row.realMaterialOldNumber }}
- </div>
- </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="salesQty" min-width="160" show-overflow-tooltip />
- <el-table-column align="right" label="销售金额" prop="salesAmount" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.salesAmount | 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="contractQty" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.contractQty }}
- </template>
- </el-table-column>
- <el-table-column align="right" label="合同单价" prop="contractPrice" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.contractPrice }}
- </template>
- </el-table-column>
- <el-table-column align="right" label="合同金额" prop="contractAmount" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.contractAmount }}
- </template>
- </el-table-column>
- <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="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-column
- align="right"
- label="收差政策价格"
- prop="diffPolicyPrice"
- min-width="200"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.diffPolicyPrice | numToFixed }}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <h3>押金货品信息</h3>
- <el-divider />
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="details.collectList"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- show-summary
- :summary-method="$getSummaries"
- >
- <el-table-column align="left" label="工程登录单号" prop="refEnginRecordNo" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.refEnginRecordNo" />
- <span>{{ scope.row.refEnginRecordNo }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="规格型号" prop="specification" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.specification" />
- <span>{{ scope.row.specification }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="基本单位编码" prop="unit" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.unit" />
- <span>{{ scope.row.unit }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="现金钱包" prop="customerWalletName" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.customerWalletName" />
- <span>{{ scope.row.customerWalletName }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="现金钱包编码" prop="customerWalletNumber" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.customerWalletNumber" />
- <span>{{ scope.row.customerWalletNumber }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="金蝶物料类型名称" prop="k3CategoryName" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.k3CategoryName" />
- <span>{{ scope.row.k3CategoryName }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="金蝶物料类型编码" prop="k3CategoryNumber" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.k3CategoryNumber" />
- <span>{{ scope.row.k3CategoryNumber }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="金蝶物料名称" prop="materialName" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.materialName" />
- <span>{{ scope.row.materialName }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="金蝶物料编码" prop="materialNumber" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.materialNumber" />
- <span>{{ scope.row.materialNumber }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="金蝶物料旧编码" prop="materialOldNumber" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.materialOldNumber" />
- <span>{{ scope.row.materialOldNumber }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.depositAmount | numToFixed }}
- </template>
- </el-table-column>
- <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
- <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.price | numToFixed }}
- </template>
- </el-table-column>
- <el-table-column align="left" label="已退押金金额" prop="refundDepositAmount" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.refundDepositAmount | numToFixed }}
- </template>
- </el-table-column>
- <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ scope.row.depositAmount | numToFixed }}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <h3 class="gdzl">工程资料</h3>
- <el-button
- :disabled="isDis"
- class="batchDownload"
- type="primary"
- size="small"
- @click="batchDownloadFn"
- >批量下载
- </el-button>
- <el-divider />
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="original"
- 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 align="left" label="原文件名" prop="fileName" min-width="160" show-overflow-tooltip />
- <el-table-column align="left" label="缩略图" prop="fileUrl" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-image
- v-if="checkFileType(scope.row.fileUrl) == 'image'"
- ref="img"
- :src="imageURL + scope.row.fileUrl"
- style="width: 120px; height: 120px"
- fit="cover"
- :preview-src-list="[imageURL + scope.row.fileUrl]"
- />
- <img v-if="checkFileType(scope.row.fileUrl) == 'word'" class="file" src="@/assets/common/word.png">
- <img v-if="checkFileType(scope.row.fileUrl) == 'excel'" class="file" src="@/assets/common/excel.png">
- <img v-if="checkFileType(scope.row.fileUrl) == 'ppt'" class="file" src="@/assets/common/ppt.png">
- <img
- v-if="checkFileType(scope.row.fileUrl) == 'pdf'"
- class="file"
- style="cursor: pointer"
- src="@/assets/common/pdf.png"
- @click="openPdf(scope.row.fileUrl)"
- >
- <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>
- <!-- <el-button-->
- <!-- v-if="checkFileType(scope.row.fileUrl) == 'pdf'"-->
- <!-- type="text"-->
- <!-- class="textColor"-->
- <!-- @click="openPdf(scope.row.fileUrl)"-->
- <!-- >-->
- <!-- 查看-->
- <!-- </el-button>-->
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <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">{{ details.customerName }}</div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">申请日期</div>
- <div class="value">{{ details.createTime }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">申请退押金</div>
- <div class="value">{{ details.applyNote }}</div>
- </el-col>
- </el-row>
- </div>
- <div style="margin-top: 25px">审批</div>
- <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">{{ details.checkBy }}</div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">受理日期</div>
- <div class="value">{{ details.checkDate }}</div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">是否退押</div>
- <div class="value">
- <template
- v-if="
- !(
- details.examineStatus == 'WAIT' ||
- details.examineStatus == 'SAVE' ||
- details.examineStatus == 'CLOSE'
- )
- "
- >
- {{ details.isRefundDeposit == true ? '是' : '否' }}
- </template>
- </div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">审批结果</div>
- <div v-if="details.examineStatus == 'Ok'" class="value">通过</div>
- <div v-if="details.confirmName && details.examineStatus == 'SAVE'" class="value">驳回</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">验收说明</div>
- <div class="value">{{ details.checkNote }}</div>
- </el-col>
- <!-- <el-col v-if="details.confirmName && details.examineStatus == 'SAVE'" :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">驳回说明</div>
- <div class="value">{{ details.confirmName }}</div>
- </el-col> -->
- </el-row>
- </div>
- <div>
- <div v-if="details.dataState == 'WAIT_REVIEW' || details.dataState == 'AMEND' || details.dataState == 'REVIEW'">
- <h3 class="gdzl">补充资料</h3>
- <el-divider />
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="amendData"
- 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 align="left" label="原文件名" prop="fileName" min-width="160" show-overflow-tooltip />
- <el-table-column align="left" label="缩略图" prop="fileUrl" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-image
- v-if="checkFileType(scope.row.fileUrl) == 'image'"
- ref="img"
- :src="imageURL + scope.row.fileUrl"
- style="width: 120px; height: 120px"
- fit="cover"
- :preview-src-list="[imageURL + scope.row.fileUrl]"
- />
- <img
- v-if="checkFileType(scope.row.fileUrl) == 'word'"
- class="file"
- src="@/assets/common/word.png"
- >
- <img
- v-if="checkFileType(scope.row.fileUrl) == 'excel'"
- class="file"
- src="@/assets/common/excel.png"
- >
- <img v-if="checkFileType(scope.row.fileUrl) == 'ppt'" class="file" src="@/assets/common/ppt.png">
- <img v-if="checkFileType(scope.row.fileUrl) == 'pdf'" class="file" src="@/assets/common/pdf.png">
- <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 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">
- {{ details.amendBy }}
- </div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">上传时间</div>
- <div class="value">
- {{ details.amendTime }}
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item">
- <div class="label">补充说明</div>
- <div class="value">
- {{ details.amendRemark }}
- </div>
- </el-col>
- </el-row>
- </div>
- <div v-if="isCustomer && details.dataState == 'REVIEW'">
- <h3 class="gdzl">复核</h3>
- <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">
- <el-input v-model="details.reviewBy" placeholder="请输入" />
- </div>
- </el-col>
- <el-col :xs="12" :sm="12" :lg="12" class="item">
- <div class="label">复核时间</div>
- <div class="value">
- <el-date-picker
- v-model="details.reviewTime"
- class="dateStyle"
- type="datetime"
- placeholder="选择日期"
- default-time="00:00:00"
- value-format="yyyy-MM-dd HH:mm:ss"
- />
- </div>
- </el-col>
- <el-col :xs="12" :sm="24" :lg="24" class="item">
- <div class="label">复核说明</div>
- <div class="value">
- <input v-model="details.reviewRemark" type="text">
- </div>
- </el-col>
- </el-row>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div style="margin: 20px 0">
- <el-button
- v-if="
- (details.examineStatus != 'OK' || (!isCustomer && details.examineStatus == 'OK')) &&
- details.dataState != 'WAIT_REVIEW' &&
- details.dataState != 'AMEND' &&
- details.dataState != 'REVIEW'
- "
- type="primary"
- size="small"
- @click="handleSvse"
- >保存
- </el-button>
- <el-button
- v-if="
- (details.examineStatus != 'OK' || (!isCustomer && details.examineStatus == 'OK')) &&
- details.dataState != 'WAIT_REVIEW' &&
- details.dataState != 'AMEND' &&
- details.dataState != 'REVIEW'
- "
- type="primary"
- size="small"
- @click="handleReset"
- >重置
- </el-button>
- </div>
- </div>
- <div v-show="engineering == '工程订单信息'">
- <h3>工程订单信息</h3>
- <el-divider />
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="dataList"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- >
- <el-table-column align="left" label="工程订单号" prop="enginOrderNo" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.enginOrderNo" />
- <span>{{ scope.row.enginOrderNo }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="订单日期" prop="orderDate" min-width="160" show-overflow-tooltip />
- <el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="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 :copy-text="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="totalDepositAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.totalDepositAmount | numToFixed }}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- </div>
- <div v-show="engineering == '工程发货信息'">
- <h3>工程发货信息</h3>
- <el-divider />
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="projectList"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- >
- <el-table-column align="left" label="发货单" prop="id" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.id" />
- <span>{{ scope.row.id }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="发货申请日期" prop="theTime" min-width="160" show-overflow-tooltip />
- <el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="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 :copy-text="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="refundableQty" min-width="160" show-overflow-tooltip />
- <el-table-column
- align="right"
- label="押金金额"
- prop="totalDepositAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ ((scope.row.refundableQty || 0) * (scope.row.singleDepositAmount || 0)) | numToFixed }}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- </div>
- <div v-show="engineering == '直调发货'" class="zd">
- <div class="table" style="margin-top: 20px">
- <el-table :data="goodsList" element-loading-text="Loading" border fit highlight-current-row stripe>
- <el-table-column align="left" label="发货单" prop="id" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="scope.row.id" />
- <span>{{ scope.row.id }}</span>
- </template>
- </el-table-column>
- <el-table-column align="left" label="发货申请日期" prop="orderTime" min-width="160" show-overflow-tooltip />
- <el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip>
- <template slot-scope="scope">
- <CopyButton :copy-text="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 :copy-text="scope.row.specification" />
- <span>{{ scope.row.specification }}</span>
- </template>
- </el-table-column>
- <el-table-column align="rihgt" 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="refundableQty" min-width="160" show-overflow-tooltip />
- <el-table-column
- align="right"
- label="押金金额"
- prop="totalDepositAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ ((scope.row.qty || 0) * (scope.row.singleDepositAmount || 0)) | numToFixed }}
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <div v-show="engineering == '历史记录'">
- <h3>历史记录</h3>
- <el-divider />
- <!-- 列表 -->
- <div class="mymain-container">
- <div class="table">
- <el-table
- v-loading="listLoading"
- :data="details.checkRecordItems"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- >
- <el-table-column align="left" label="受理日期" prop="checkDate" min-width="160" show-overflow-tooltip />
- <el-table-column align="left" label="验收人" prop="checkName" min-width="160" show-overflow-tooltip />
- <el-table-column
- align="left"
- label="申请退押金备注
- "
- prop="applyNote"
- min-width="160"
- show-overflow-tooltip
- />
- <el-table-column
- align="left"
- label="验收说明
- "
- prop="checkNote"
- min-width="160"
- show-overflow-tooltip
- />
- <el-table-column
- align="left"
- label="是否退押
- "
- prop="checkNote"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.isRefundDeposit ? '是' : '否' }}
- </template>
- </el-table-column>
- <el-table-column
- align="left"
- label="提交人
- "
- prop="submitName"
- min-width="160"
- show-overflow-tooltip
- />
- <el-table-column align="left" label="提交时间" prop="submitTime" min-width="160" show-overflow-tooltip />
- </el-table>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import { editInfo, geDetail, geOrderInfo, getListProject } from '@/api/engin_deposit.js'
- import { getList } from '@/api/supply/adjust'
- import { downloadFiles, downloadPdf } from '@/utils/util'
- import { getFileUrl } from '@/api/common'
- export default {
- props: {
- depositManageId: {
- type: [String, Number],
- default: null
- },
- refEnginRecordNo: {
- type: [String, Number],
- default: null
- }
- },
- data() {
- return {
- isDis: true,
- listLoading: false,
- engineering: '工程押金信息',
- dataList: [],
- projectList: [],
- details: {},
- goodsList: [],
- warehouseList: [],
- positionList: [],
- imageURL: this.$imageUrl,
- deliverForm: {
- date: '',
- warehouse: '',
- position: ''
- },
- deliverFormRules: {
- date: [{ required: true, message: '请选择发货日期', trigger: 'change' }],
- warehouse: [{ required: true, message: '请选择发货仓库', trigger: 'change' }],
- position: [{ required: true, message: '请选择仓位', trigger: 'change' }]
- },
- orderType: {
- TRADE: '商用',
- HOME: '家用',
- RETAIL: '零售单',
- RETAIL_POLICY: '销售政策单'
- },
- amendData: [],
- original: []
- }
- },
- computed: {
- isCustomer() {
- return this.$store.getters.customerId && this.$store.getters.customerNumber
- }
- },
- created() {
- this.getDetail()
- },
- methods: {
- getDetail() {
- if (this.engineering == '工程押金信息') {
- geDetail({ id: this.depositManageId }).then(res => {
- if (res.data.dataList.length == 0) {
- this.isDis = true
- } else {
- this.isDis = false
- }
- const 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', 'hasSendQty', 'contractQty']
- item.sums2 = ['totalAmount', 'diffAmount', 'price', 'depositAmount', 'contractPrice', 'contractAmount']
- })
- res.data.collectList.forEach(item => {
- // item.number = (item.qty*100 - item.directTransferQty*100 - item.retiredQty*100) / 100;
- item.sums1 = ['orderHasSendQty', 'dataQty', 'hasSendQty']
- item.sums2 = [ 'price', 'refundDepositAmount', 'depositAmount']
- })
- res.data.items = arr
- this.amendData = res.data.dataList.filter(k => k.dataPosition == 'AMEND')
- this.original = res.data.dataList.filter(k => k.dataPosition != 'AMEND')
- res.data.realUseUnit =res.data.realUseUnit || res.data.refUseUnit
- res.data.realInstallAddress = res.data.realInstallAddress ||res.data.refInstallAddress
- this.details = res.data
- })
- } else if (this.engineering == '工程订单信息') {
- geOrderInfo({
- refEnginRecordNo: this.refEnginRecordNo,
- examineStatus: 'OK'
- }).then(res => {
- this.dataList = res.data
- })
- } else if (this.engineering == '直调发货') {
- getListProject({
- pageSize: -1,
- pageNum: 1,
- type: 3,
- refEnginRecordNo: this.refEnginRecordNo
- }).then(res => {
- this.goodsList = res.data.records
- })
- } else {
- getListProject({
- pageSize: -1,
- pageNum: 1,
- refEnginRecordNo: this.refEnginRecordNo
- }).then(res => {
- this.projectList = res.data.records
- })
- }
- },
- // 批量下载
- async batchDownloadFn() {
- downloadFiles('deposit-manage/downZip', { parentId: this.depositManageId })
- },
- // 下载
- downLoadFn(v, fileName) {
- if (this.checkFileType(v) === 'pdf') {
- downloadPdf(this.$imageUrl + v, fileName)
- return
- }
- downloadFiles('common/file/getStream', { key: v, fileName: fileName })
- // getFileUrl({ key: v }).then((res) => {
- // window.open(res.data)
- // })
- },
- openPdf(pdfUrl) {
- window.open(this.$imageUrl + pdfUrl)
- },
- // 检查文件类型
- 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 ''
- }
- },
- goBack() {
- this.$emit('setShowPage', 1)
- },
- handleRadio(e) {
- this.getDetail()
- },
- handleSvse() {
- this.details.isRefundDeposit = this.details.isRefundDeposit == true
- editInfo(this.details).then(res => {
- this.$successMsg('编辑成功')
- this.$emit('setShowPage', 1)
- })
- },
- handleReset() {
- this.$refs.form.resetFields()
- }
- }
- }
- </script>
- <style scoped lang="scss">
- .aaa {
- height: 64px;
- width: 64px;
- }
- .gdzl {
- display: inline-block;
- }
- .batchDownload {
- float: right;
- margin-top: 9px;
- }
- ::v-deep .el-input__prefix {
- display: none;
- left: 65px !important;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- ::v-deep .el-date-editor.el-input {
- width: 100%;
- box-sizing: border-box;
- padding-left: 10px;
- }
- .diy-table-1 {
- ::v-deep .el-form-item {
- margin: 0;
- }
- }
- .zd {
- ::v-deep .el-input__suffix {
- right: 0;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- }
- ::v-deep .el-input__suffix {
- right: -15px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- </style>
|