搜索
重置
新增
{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
{{ proxy.formatPrice(scope.row.price) }}
*招标文件
查看文件({{ scope.row.annexCount }})
*中标单位
{{ scope.row.winningBidder }}
*中标文件
{{ scope.row.bidFileName }}
*计划招标时间
{
changeBiddingTime(val, scope.row);
}
" type="date" value-format="YYYY-MM-DD" placeholder="选择时间" :disabled="scope.row.bidStatus == 1"
v-hasPermi="['tender:biddingPlan:edit']" />
*合同金额
{
scope.row.contractPrice = val;
changeContractPrice(val, scope.row);
}
" :precision="4" :min="0" :controls="false" :disabled="scope.row.bidStatus == 1"
v-hasPermi="['tender:biddingPlan:edit']" />
招标上传
中标上传
详情
删除
确定
{{ isExpandAll ? '一键收起' : '一键展开' }}
{{
(scope.row.quantity ? Number(scope.row.quantity) : 0) -
(scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) -
(scope.row.selectNum ? Number(scope.row.selectNum) : 0) ==
0
? activeTab == 2
? 0
: ''
: (
(scope.row.quantity ? Number(scope.row.quantity) : 0) -
(scope.row.selectNum ? Number(scope.row.selectNum) : 0) -
(scope.row.useQuantity ? Number(scope.row.useQuantity) : 0)
).toFixed(2)
}}
{
scope.row.selectNum = val;
handleNumberChange(scope.row);
}
" :precision="2" :step="1" :controls="false" :max="Math.floor(scope.row.quantity)"
v-if="scope.row.quantity && scope.row.quantity != 0 && scope.row.unitPrice" />
{{ scope.row.unitPrice ? proxy.formatPrice(scope.row.unitPrice) : '' }}
{{
proxy.formatPrice(
((scope.row.quantity ? Number(scope.row.quantity) : 0) -
(scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) -
(scope.row.selectNum ? Number(scope.row.selectNum) : 0)) *
Number(scope.row.unitPrice) ==
0
? ''
: ((scope.row.quantity ? Number(scope.row.quantity) : 0) -
(scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) -
(scope.row.selectNum ? Number(scope.row.selectNum) : 0)) *
Number(scope.row.unitPrice),
false
)
}}
取消
确定
{{ scope.row.unitPrice ? proxy.formatPrice(scope.row.unitPrice) : '' }}
{{ scope.row.price ? proxy.formatPrice(scope.row.price) : '' }}
查看
删除