|
|
@@ -13,8 +13,8 @@
|
|
|
<Cell title="每吨预付金" :value="handleNumberValue(detail.transferprice.toFixed(2), '元')" />
|
|
|
<Cell title="交收结算价"
|
|
|
:value="handleNumberValue(detail.lastprice.toFixed(2), '元/' + getGoodsUnitName(detail.unitid))" />
|
|
|
- <Cell title="尾款" :value="handleNumberValue(detail.remainamount.toFixed(2), '元')" />
|
|
|
- <Cell title="尾款支付截止日" label="河钢招标价公布后2个工作日内付款" />
|
|
|
+ <Cell title="余款" :value="handleNumberValue(detail.remainamount.toFixed(2), '元')" />
|
|
|
+ <Cell title="余款支付截止日" label="河钢招标价公布后2个工作日内付款" />
|
|
|
<Cell title="状态" :value="detail.thjorderstatusdisplay" />
|
|
|
<Cell title="采购时间" :value="formatDate(detail.tradetime)" />
|
|
|
<!-- <Cell title="合同转让截止日" :value="detail.enddate" /> -->
|
|
|
@@ -94,7 +94,7 @@ if (item) {
|
|
|
detail.value = JSON.parse(item.toString())
|
|
|
}
|
|
|
|
|
|
-const { componentRef, componentId, openComponent, closeComponent } = useComponent(() => {
|
|
|
+const { componentRef, componentId, closeComponent } = useComponent(() => {
|
|
|
router.back()
|
|
|
})
|
|
|
|
|
|
@@ -121,7 +121,7 @@ const spotPricingSubmit = () => {
|
|
|
const { priceflag, ystspotgoodsprice, todayspotgoodsprice, diffprice } = spotgoods.value ?? {}
|
|
|
|
|
|
if (pointflag) {
|
|
|
- dialog('采购当日不能点价或当日已点价,请明天再试。')
|
|
|
+ dialog('采购当日不能点价或当日已点价,请明天再试')
|
|
|
} else if (priceflag) {
|
|
|
let message = `今日差价${diffprice}元/吨(昨结${ystspotgoodsprice},今开${todayspotgoodsprice}),是否点价?\n`
|
|
|
message += `<span style="color:red;">剩余点价次数${availabletime}/${pointtimes}</span>`
|
|
|
@@ -180,7 +180,7 @@ const spotApplySubmit = () => {
|
|
|
fullloading((hideLoading) => {
|
|
|
applySubmit(param.wrtradedetailid).then(() => {
|
|
|
hideLoading()
|
|
|
- dialog('违约提交成功,请耐心等待审核。').then(() => {
|
|
|
+ dialog('违约提交成功,请耐心等待审核').then(() => {
|
|
|
router.back()
|
|
|
})
|
|
|
}).catch((err) => {
|