main
lion 2 months ago
parent 435c05a027
commit 75952b14b1

@ -167,7 +167,7 @@
:class="{ active: Number(editForm.payer_type) === 1 }"
@click="editForm.payer_type = 1"
>
</view>
<view
class="payer-type-item"

@ -14,7 +14,7 @@
<view class="invoice-title">{{ item.direction_name }}</view>
<view class="invoice-amount">{{ (item.price || 0) }}</view>
<view class="invoice-batch">批次号{{ item.batch && item.batch.name ? item.batch.name : '-' }}</view>
<view class="invoice-ship">{{ item.ship ? item.ship.ship_number : '-' }}</view>
<view class="invoice-ship">{{ item.ship ? item.ship.ship_number : '-' }}</view>
<view class="invoice-actions single-btn">
<button
class="invoice-detail-btn issue"

@ -51,11 +51,11 @@
/>
</view>
<view class="form-row">
<text class="form-label required"></text>
<text class="form-label required"></text>
<input
class="form-input"
v-model="form.shipNo"
placeholder="请输入船"
placeholder="请输入船"
/>
</view>
<view class="form-row">
@ -719,7 +719,7 @@ export default {
return;
}
if (!this.form.shipNo) {
uni.showToast({ title: "请填写船", icon: "none" });
uni.showToast({ title: "请填写船", icon: "none" });
return;
}
}

@ -9,7 +9,7 @@
<view class="section-row"><text>船舶所有人</text><text>{{ ship.owner_name }}</text></view>
<view class="section-row"><text>身份证号</text><text>{{ ship.id_card }}</text></view>
<view class="section-row"><text>联系电话</text><text>{{ ship.phone }}</text></view>
<view class="section-row"><text></text><text>{{ ship.ship_number }}</text></view>
<view class="section-row"><text></text><text>{{ ship.ship_number }}</text></view>
</view>
<view v-if="ship" class="ship-section">
<view class="section-title">船舶参数</view>

@ -17,7 +17,7 @@
<view v-else-if="item.status === 'approved'" class="status approved"><span class="status-text">已通过</span></view>
</view>
<view class="ship-title">
: <text class="ship-no">{{ item.ship_number }}</text>
: <text class="ship-no">{{ item.ship_number }}</text>
</view>
<view class="ship-row">所有人: {{ item.owner_name }}</view>
<view class="ship-row">联系电话: {{ item.phone }}</view>

@ -83,7 +83,7 @@
:class="{ active: Number(editForm.payer_type) === 1 }"
@click="editForm.payer_type = 1"
>
</view>
<view
class="payer-type-item"
@ -218,7 +218,7 @@ export default {
methods: {
getInvoiceTitleTypeLabel(type) {
const map = {
1: '船',
1: '船',
2: '单位'
}
return map[Number(type)] || '-'

@ -18,7 +18,7 @@
<!-- 船舶信息 -->
<view class="pay-section">
<view class="pay-title">船舶信息</view>
<view class="pay-row"><text></text><text>{{ item.ship.ship_number }}</text></view>
<view class="pay-row"><text></text><text>{{ item.ship.ship_number }}</text></view>
<view class="pay-row"><text>总长度</text><text>{{ item.ship.total_length }}</text></view>
<view class="pay-row"><text>型宽</text><text>{{ item.ship.total_width }}</text></view>
<view class="pay-row"><text>型深</text><text>{{ item.ship.molded_depth }}</text></view>

@ -51,7 +51,7 @@
<view class="pay-section">
<view class="pay-title">船舶信息</view>
<view class="pay-row"
><text></text><text>{{ item.ship.ship_number }}</text></view
><text></text><text>{{ item.ship.ship_number }}</text></view
>
<view class="pay-row"
><text>总长度</text><text>{{ item.ship.total_length }}</text></view

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>胥口闸站购票</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.f93c9f80.js></script><script src=/h5/static/js/index.0c1f2e9c.js></script></body></html>
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.f93c9f80.js></script><script src=/h5/static/js/index.27b8ce93.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save