|
@@ -75,6 +75,12 @@
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="item">
|
|
|
+ <div class="label">第几次申报</div>
|
|
|
+ <div class="value">
|
|
|
+ <el-input v-model="detailData.refDeclareNo" placeholder="请输入第几次申报"></el-input>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8" class="item">
|
|
|
<div class="label">联系人</div>
|
|
|
<div class="value">
|
|
|
<el-input v-model="detailData.refLinkman" placeholder="请输入联系人"></el-input>
|
|
@@ -92,13 +98,22 @@
|
|
|
<el-input v-model="detailData.refPhone" placeholder="请输入移动电话"></el-input>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="item">
|
|
|
+ <el-col :span="16" class="item">
|
|
|
<div class="label">安装地址</div>
|
|
|
<div class="value">
|
|
|
<el-input v-model="detailData.refInstallAddress" placeholder="请输入安装地址"></el-input>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="item">
|
|
|
+ <div class="label">保证函</div>
|
|
|
+ <div class="value">
|
|
|
+ <el-select v-model="detailData.refPromiseProvide" placeholder="选择保证函状态" size="small" clearable style="width: 100%">
|
|
|
+ <el-option label="未保证" value="未保证"></el-option>
|
|
|
+ <el-option label="已保证" value="已保证"></el-option>
|
|
|
+ </el-select>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8" class="item">
|
|
|
<div class="label">不扣押金</div>
|
|
|
<div class="value">
|
|
|
<!-- {{detailData.takeDeposit ? '是':'否'}} -->
|
|
@@ -154,18 +169,12 @@
|
|
|
<el-input v-model="detailData.geLiInerNote" placeholder="请输入格力内部备注"></el-input>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="16" class="item">
|
|
|
+ <el-col :span="24" class="item">
|
|
|
<div class="label">备注</div>
|
|
|
<div class="value">
|
|
|
<el-input v-model="detailData.remark" placeholder="请输入备注"></el-input>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" class="item">
|
|
|
- <div class="label">第几次申报</div>
|
|
|
- <div class="value">
|
|
|
- <el-input v-model="detailData.refDeclareNo" placeholder="请输入第几次申报"></el-input>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
<el-col :span="6" class="item">
|
|
|
<div class="label">制单人</div>
|
|
|
<div class="value">{{detailData.createBy}}</div>
|
|
@@ -207,23 +216,40 @@
|
|
|
<el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="120" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="规格型号" prop="specification" min-width="350" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column align="right" label="数量" prop="qty" min-width="100" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <!-- {{ (scope.row.qty*100 - scope.row.directTransferQty*100 - scope.row.retiredQty*100) / 100 }} -->
|
|
|
+ <el-input v-model="scope.row.qty" size="small" type="number"></el-input>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<!-- {{ scope.row.price | numToFixed }} -->
|
|
|
<el-input v-model="scope.row.price" size="small" type="number"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="right" label="工程登录数量" prop="enginNum" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column align="right" label="数量" prop="qty" min-width="100" show-overflow-tooltip>
|
|
|
+ <el-table-column align="right" label="订单金额" prop="totalAmount" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <!-- {{ (scope.row.qty*100 - scope.row.directTransferQty*100 - scope.row.retiredQty*100) / 100 }} -->
|
|
|
- <el-input v-model="scope.row.qty" size="small" type="number"></el-input>
|
|
|
+ {{ scope.row.totalAmount | numToFixed }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="right" label="订单金额" prop="totalAmount" min-width="100" show-overflow-tooltip>
|
|
|
+ <el-table-column align="right" label="工程登录数量" prop="enginNum" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
+ <!-- <el-table-column align="left" label="现金钱包" prop="customerWalletName" min-width="140" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column align="right" label="实付金额" prop="payAmount" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.totalAmount | numToFixed }}
|
|
|
+ {{ scope.row.payAmount | numToFixed }}
|
|
|
+ </template>
|
|
|
+ </el-table-column> -->
|
|
|
+ <el-table-column align="left" label="现金钱包" prop="customerWalletId" min-width="160" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-select v-model="scope.row.customerWalletId" placeholder="选择现金钱包" size="small" clearable @change="changeXjWallet(scope.$index)">
|
|
|
+ <el-option
|
|
|
+ v-for="item in scope.row.wallets"
|
|
|
+ :key="item.customerWalletId"
|
|
|
+ :label="item.customerWalletName"
|
|
|
+ :value="item.customerWalletId">
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column align="center" label="返利类型" prop="customerWalletName2" min-width="140" show-overflow-tooltip></el-table-column>
|
|
@@ -254,24 +280,6 @@
|
|
|
{{ scope.row.discAmount | numToFixed }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column align="left" label="现金钱包" prop="customerWalletName" min-width="140" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column align="right" label="实付金额" prop="payAmount" min-width="100" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.payAmount | numToFixed }}
|
|
|
- </template>
|
|
|
- </el-table-column> -->
|
|
|
- <el-table-column align="left" label="现金钱包" prop="customerWalletId" min-width="160" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-select v-model="scope.row.customerWalletId" placeholder="选择现金钱包" size="small" clearable @change="changeXjWallet(scope.$index)">
|
|
|
- <el-option
|
|
|
- v-for="item in scope.row.wallets"
|
|
|
- :key="item.customerWalletId"
|
|
|
- :label="item.customerWalletName"
|
|
|
- :value="item.customerWalletId">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column align="right" label="实付金额" prop="qty" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{(((scope.row.price * scope.row.qty) * 100 - ((scope.row.price * scope.row.qty * (scope.row.rebateRate * 100)) / 100) * 100 - ((scope.row.qty * (scope.row.discAmount * 100)) / 100) * 100) / 100) | numToFixed}}
|
|
@@ -286,6 +294,7 @@
|
|
|
<el-table-column align="right" label="已发货数量" prop="hasSendQty" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="税率" prop="tax" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
|