|
@@ -7,18 +7,44 @@
|
|
<span style="margin: 0 15px;color: #666;">货架名称:{{ '西安车领主常青二路数字货架' }}</span>
|
|
<span style="margin: 0 15px;color: #666;">货架名称:{{ '西安车领主常青二路数字货架' }}</span>
|
|
</template>
|
|
</template>
|
|
</a-page-header>
|
|
</a-page-header>
|
|
|
|
+ <!-- 额度统计 授信结算类型 显示-->
|
|
|
|
+ <a-card size="small" :bordered="false" style="margin-bottom: 10px;">
|
|
|
|
+ <a-collapse :activeKey="['1']">
|
|
|
|
+ <a-collapse-panel key="1" header="额度统计">
|
|
|
|
+ <a-descriptions size="small" :column="4">
|
|
|
|
+ <a-descriptions-item label="授信额度">
|
|
|
|
+ <a-statistic :precision="2" :value="112893" ><template #prefix>¥</template></a-statistic>
|
|
|
|
+ </a-descriptions-item>
|
|
|
|
+ <a-descriptions-item label="待结金额">
|
|
|
|
+ <a-statistic :precision="2" :value="112893" ><template #prefix>¥</template></a-statistic>
|
|
|
|
+ </a-descriptions-item>
|
|
|
|
+ <a-descriptions-item label="冻结金额">
|
|
|
|
+ <a-statistic :precision="2" :value="112893" ><template #prefix>¥</template></a-statistic>
|
|
|
|
+ </a-descriptions-item>
|
|
|
|
+ <a-descriptions-item label="可用额度">
|
|
|
|
+ <a-statistic :precision="2" :value="112893" ><template #prefix>¥</template></a-statistic>
|
|
|
|
+ </a-descriptions-item>
|
|
|
|
+ </a-descriptions>
|
|
|
|
+ </a-collapse-panel>
|
|
|
|
+ </a-collapse>
|
|
|
|
+ </a-card>
|
|
<a-card :bordered="false" size="small" class="goodsAllocationSet-baseInfo">
|
|
<a-card :bordered="false" size="small" class="goodsAllocationSet-baseInfo">
|
|
<div ref="tableSearch" class="table-page-search-wrapper">
|
|
<div ref="tableSearch" class="table-page-search-wrapper">
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
<a-row :gutter="15">
|
|
<a-row :gutter="15">
|
|
|
|
+ <a-col :xl="6" :lg="6" :md="12" :sm="24">
|
|
|
|
+ <a-form-item label="下单时间">
|
|
|
|
+ <a-range-picker v-model="time" :format="dateFormat" allowClear :disabledDate="disabledDate" format="YYYY-MM-DD"/>
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </a-col>
|
|
<a-col :xl="6" :lg="6" :md="12" :sm="24">
|
|
<a-col :xl="6" :lg="6" :md="12" :sm="24">
|
|
<a-form-item label="取货时间">
|
|
<a-form-item label="取货时间">
|
|
<a-range-picker v-model="time" :format="dateFormat" allowClear :disabledDate="disabledDate" format="YYYY-MM-DD"/>
|
|
<a-range-picker v-model="time" :format="dateFormat" allowClear :disabledDate="disabledDate" format="YYYY-MM-DD"/>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :xl="6" :lg="6" :md="12" :sm="24">
|
|
<a-col :xl="6" :lg="6" :md="12" :sm="24">
|
|
- <a-form-item label="订单编号">
|
|
|
|
- <a-input placeholder="请输入订单编号"/>
|
|
|
|
|
|
+ <a-form-item label="取货单编号">
|
|
|
|
+ <a-input placeholder="请输入取货单编号"/>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :xl="6" :lg="6" :md="6" :sm="6" >
|
|
<a-col :xl="6" :lg="6" :md="6" :sm="6" >
|
|
@@ -28,6 +54,12 @@
|
|
</a-row>
|
|
</a-row>
|
|
</a-form>
|
|
</a-form>
|
|
</div>
|
|
</div>
|
|
|
|
+ <a-alert type="info" style="margin:10px 0">
|
|
|
|
+ <div slot="message" style="display: flex;align-items: center;padding: 2px 0;">
|
|
|
|
+ 共<strong>25</strong>条记录;
|
|
|
|
+ 待结算金额合计¥<strong>40000.00</strong>
|
|
|
|
+ </div>
|
|
|
|
+ </a-alert>
|
|
<s-table
|
|
<s-table
|
|
class="sTable fixPagination"
|
|
class="sTable fixPagination"
|
|
ref="table"
|
|
ref="table"
|