123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480 |
- <template>
- <div class="detail-container">
- <el-page-header @back="goBack" content="审批"></el-page-header>
- <div class="main-title">
- <div class="title">订单信息</div>
- </div>
- <div class="diy-table-1">
- <el-row>
- <el-col :span="8" class="item">
- <div class="label">置换单号</div>
- <div class="value">{{ detailData.displaceOrderId }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">订单日期</div>
- <div class="value">{{ detailData.orderDate ? detailData.orderDate.split(' ')[0] : '' }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">单据状态</div>
- <div class="value">{{ findExamineStatus(detailData.examineStatus) }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">原订单号</div>
- <div class="value">{{ detailData.orderNo }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">订单类型</div>
- <div class="value">{{ findOrderType(detailData.orderType) }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">销售政策编号</div>
- <div class="value">{{ detailData.policyCode }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">销售政策</div>
- <div class="value">{{ detailData.policyTitle }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">销售政策说明</div>
- <div class="value">{{ detailData.policyRemark }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">工程登录编号</div>
- <div class="value">{{ detailData.enginRecordNo }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">业务员</div>
- <div class="value">{{ detailData.serviceName }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">经销商编号</div>
- <div class="value">{{ detailData.customerNumber }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">经销商名称</div>
- <div class="value">{{ detailData.customerName }}</div>
- </el-col>
- <el-col :xs="24" :sm="24" :lg="24" class="item">
- <div class="label">备注</div>
- <div class="value">{{ detailData.remark }}</div>
- </el-col>
- <el-col :span="8" class="item">
- <div class="label">申请人</div>
- <div class="value">{{ detailData.createName }}</div>
- </el-col>
- </el-row>
- </div>
- <div class="main-title">
- <div class="title">原订单货品信息</div>
- </div>
- <div class="table">
- <el-table :data="originGoodsList" element-loading-text="Loading" border fit highlight-current-row stripe>
- <el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
- <el-table-column
- align="center"
- label="销售类型"
- prop="saleTypeName"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品编码"
- prop="materialNumber"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品旧编码"
- prop="materialOldNumber"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品名称"
- prop="materialName"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="规格型号"
- prop="specification"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="单位"
- prop="unit"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="单价"
- prop="price"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column align="center" label="数量" prop="qty" min-width="160" show-overflow-tooltip></el-table-column>
- <el-table-column
- align="center"
- label="订单金额"
- prop="totalAmount"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="返利类型"
- prop="customerWalletName2"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="返利金额"
- prop="rebateAmount"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="格力折扣"
- prop="discAmount"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="现金钱包"
- prop="customerWalletName"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="实付金额"
- prop="payAmount"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="置换数量"
- prop="displaceQty"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="备注"
- prop="remark"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column align="center" label="税率" prop="tax" min-width="100" show-overflow-tooltip></el-table-column>
- </el-table>
- </div>
- <div class="main-title">
- <div class="title">置换货品信息</div>
- </div>
- <div class="table" style="margin-top: 20px">
- <el-table
- :data="goodsList"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- max-height="400"
- >
- <el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
- <el-table-column
- align="center"
- label="销售类型"
- prop="saleTypeName"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品名称"
- prop="materialName"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品编码"
- prop="materialNumber"
- min-width="120"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品旧编码"
- prop="materialOldNumber"
- min-width="120"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="规格型号"
- prop="specification"
- min-width="200"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="单位"
- prop="unit"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column align="center" label="单价" prop="price" min-width="100" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-input v-model="scope.row.price" size="small" type="number" @mousewheel.native.prevent></el-input>
- </template>
- </el-table-column>
- <el-table-column align="center" label="数量" prop="qty" min-width="100" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-input v-model="scope.row.qty" size="small" type="number" @mousewheel.native.prevent></el-input>
- </template>
- </el-table-column>
- <el-table-column align="center" label="订单金额" min-width="100" show-overflow-tooltip>
- <template slot-scope="scope">
- {{ (scope.row.price || 0) * (scope.row.qty || 0) }}
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="返利类型"
- prop="customerWalletName2"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="返利金额"
- prop="rebateAmount"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column align="center" label="格力折扣" prop="discAmount" min-width="100" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-input v-model="scope.row.discAmount" size="small" type="number" @mousewheel.native.prevent></el-input>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="现金钱包"
- prop="customerWalletName"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column align="center" label="备注" prop="remark" min-width="200" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-input v-model="scope.row.remark" size="small"></el-input>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="税率"
- prop="taxRate"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- </el-table>
- </div>
- <div class="main-title">
- <div class="title">审批信息</div>
- </div>
- <div class="diy-table-1">
- <el-row :gutter="0">
- <el-col :span="12" class="item">
- <div class="label">审批人</div>
- <div class="value">{{ userName }}</div>
- </el-col>
- <el-col :span="12" class="item">
- <div class="label">审批结果</div>
- <div class="value">
- <el-radio-group v-model="examineForm.examineResult">
- <el-radio :label="true">通过</el-radio>
- <el-radio :label="false">驳回</el-radio>
- </el-radio-group>
- </div>
- </el-col>
- <el-col :span="24" class="item">
- <div class="label">审批说明</div>
- <div class="value"><el-input v-model="examineForm.examineNote" placeholder="请输入内容"></el-input></div>
- </el-col>
- </el-row>
- </div>
- <div class="page-footer">
- <div class="footer" :class="classObj">
- <el-button type="primary" @click="clickSubmitForm" :loading="formLoading">{{
- formLoading ? '提交中 ...' : '提 交'
- }}</el-button>
- <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px">
- <el-button slot="reference">关 闭</el-button>
- </el-popconfirm>
- </div>
- </div>
- </div>
- </template>
- <script>
- import { examineOrder, getDetail } from '@/api/supply/displace'
- export default {
- name: 'DisplaceExamine',
- componentName: 'DisplaceExamine',
- props: ['listItem'],
- data() {
- return {
- detailData: {},
- goodsList: [],
- originGoodsList: [],
- userName: JSON.parse(localStorage.getItem('supply_user')).nickName,
- formLoading: false,
- examineForm: {
- displaceOrderId: '',
- orderType: '',
- orderNo: '',
- orderDate: '',
- mainId: '',
- mainName: '',
- enginRecordNo: '',
- projectNo: '',
- projectName: '',
- useUnit: '',
- installAddress: '',
- policyId: '',
- policyCode: '',
- policyTitle: '',
- policyRemark: '',
- serviceId: '',
- serviceName: '',
- takeDeposit: '',
- remark: '',
- examineStatus: '',
- examineResult: true,
- examineNote: ''
- }
- }
- },
- computed: {
- sidebar() {
- return this.$store.state.app.sidebar
- },
- classObj() {
- return {
- hideSidebar: !this.sidebar.opened,
- openSidebar: this.sidebar.opened
- }
- }
- },
- created() {
- this.getDetail()
- },
- methods: {
- // 返回列表
- goBack() {
- this.$emit('backListFormDetail')
- },
- // 获取详情
- getDetail() {
- getDetail({ id: this.listItem.displaceOrderId }).then(res => {
- this.detailData = res.data
- this.goodsList = res.data.items
- this.originGoodsList = res.data.originItems
- })
- },
- findOrderType(val) {
- const obj = this.orderType.find(value => value.val === val)
- return obj ? obj.label : ''
- },
- findExamineStatus(val) {
- const obj = this.examineStatus.find(value => value.val === val)
- return obj ? obj.label : ''
- },
- clickSubmitForm() {
- if (this.formLoading) {
- return
- }
- this.formLoading = true
- examineOrder({
- displaceOrderId: this.listItem.displaceOrderId,
- examineResult: this.examineForm.examineResult,
- examineNote: this.examineForm.examineNote,
- originItems: this.originGoodsList,
- items: this.goodsList
- })
- .then(res => {
- this.$successMsg('审批成功')
- this.$nextTick(() => {
- this.goBack()
-
- })
- })
- .finally(res => {
- this.formLoading = false
- })
- }
- }
- }
- </script>
- <style scoped lang="scss">
- .detail-container {
- width: 100%;
- height: 100%;
- }
- .main-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 20px;
- height: 60px;
- border-bottom: 1px solid #dcdfe6;
- margin-bottom: 20px;
- .title {
- font-size: 16px;
- font-weight: 600;
- padding-left: 10px;
- }
- }
- .add {
- display: flex;
- align-items: center;
- justify-content: center;
- border: 1px solid #ebeef5;
- border-top: none;
- height: 50px;
- }
- ::v-deep input::-webkit-outer-spin-button,
- ::v-deep input::-webkit-inner-spin-button {
- -webkit-appearance: none;
- }
- ::v-deep input[type='number'] {
- -moz-appearance: textfield;
- }
- </style>
|