|
|
@@ -1,2 +1,131 @@
|
|
|
-<!--package-accounts-manage/pages/payment-order/add/add.wxml-->
|
|
|
-<text>package-accounts-manage/pages/payment-order/add/add.wxml</text>
|
|
|
+<view class="dk-card-outer-class">
|
|
|
+ <view style="display: flex;font-size: 14px;padding: 10rpx;padding-top: 20rpx;padding-bottom: 20rpx;">
|
|
|
+ <view style="text-align: left;width: 50%;margin-left: 20rpx;color: #E4002B;">付款日期</view>
|
|
|
+ <view style="text-align: right;width: 50%;margin-right: 20rpx;color:#1B365D">2024-12-03</view>
|
|
|
+ </view>
|
|
|
+ <!-- 单据信息 -->
|
|
|
+ <!-- <view class="dk-card-class">
|
|
|
+ <van-field label-class="red-label" value="{{ form.customerName }}" input-align="right" label="客户名称" placeholder="选客户" data-type='name' autosize border="{{ false }}" bind:change="fieldChange">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ <van-field label-class="nomal-label" value="{{ form.customerName }}" input-align="right" label="应付总额" placeholder="" data-type='name' autosize border="{{ false }}" bind:change="fieldChange">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+
|
|
|
+ <view style="position: relative;border:solid 3rpx #606EB2;background: #FFFFFF;box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);border-radius: 15rpx;padding: 5rpx;height: 140rpx;display: flex;align-items: center;justify-content: center;">
|
|
|
+
|
|
|
+ <view style="width: 70%;color:#1B365D;font-size: 14px;font-weight: 600;text-align: left;margin-left: 40rpx;">
|
|
|
+ <view>恒洁卫浴厂家</view>
|
|
|
+ <view>GYS00001</view>
|
|
|
+ </view>
|
|
|
+ <view style="width: 30%;color:#1B365D;font-size: 14px;font-weight: 600;text-align: right;margin-right: 120rpx;">
|
|
|
+ <view>应付总额</view>
|
|
|
+ <view style="padding-top: 10rpx;font-size: 20px;">2.002.000.00</view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="corner-view" bind:tap="toCustomers">
|
|
|
+ <view class="corner-view-text">供应商</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="dk-card-class" style="margin-top: 20rpx;">
|
|
|
+
|
|
|
+ <van-field label-class="red-label" input-width="200rpx" input-align="right" data-key="product-brand" maxlength="25" type="text" value="{{ '李雷' }}" label="付款人" placeholder="请选择" autosize border="{{ false }}" right-icon="arrow" color="#95A8CB" catchtap="openSingle" readonly="{{true}}">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ <van-field label-class="nomal-label" input-width="200rpx" input-align="right" data-key="product-brand" maxlength="25" type="text" value="{{ '三水红星门店' }}" label="付款部门" placeholder="请选择" autosize border="{{ false }}" right-icon="arrow" color="#95A8CB" catchtap="openSingle" readonly="{{true}}">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <van-cell border="{{false}}">
|
|
|
+ <view slot="title" style="color: #E4002B;">
|
|
|
+ 本次付款
|
|
|
+ </view>
|
|
|
+ <view Cell Slot="value" style="float:left;margin-left:1vw;width:98%;">
|
|
|
+ <dk-number-input fontSize="14" center="right" data-key="priceSale" inputColor="#CAA977" inputValue="{{ 2000 }}" bind:triggerBindValue="changeSumAmount"></dk-number-input>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </van-cell>
|
|
|
+
|
|
|
+ <van-cell border="{{false}}">
|
|
|
+ <view slot="title" style="color: #95A8CB;">
|
|
|
+ 付款优惠
|
|
|
+ </view>
|
|
|
+ <view Cell Slot="value" style="float:left;margin-left:1vw;width:98%;">
|
|
|
+ <dk-number-input fontSize="14" center="right" data-key="priceSale" inputColor="#CAA977" inputValue="{{ 2 }}" bind:triggerBindValue="changeSumAmount"></dk-number-input>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </van-cell>
|
|
|
+
|
|
|
+
|
|
|
+ <van-field label-class="red-label" input-width="200rpx" input-align="right" data-key="payment-type" maxlength="25" type="text" value="{{ '选源单付款' }}" label="付款类型" placeholder="请选择" autosize border="{{ false }}" right-icon="arrow" color="#95A8CB" catchtap="openSingle" readonly="{{true}}">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <view class="dk-card-class" style="margin-top: 20rpx;">
|
|
|
+ <view style="display: flex;font-size: 14px;padding: 20rpx;">
|
|
|
+
|
|
|
+ <view style="font-size:16px;color:#1B365D;font-weight: 600;width: 26%;">应付单据</view>
|
|
|
+ <view style="color:#95A8CB;font-size:12px;display: flex; align-items: flex-end;width: 59%;">共10单</view>
|
|
|
+ <view style="width: 15%;text-align: right;">
|
|
|
+
|
|
|
+ <view style="height: 40rpx;border-radius: 6rpx;background-color:#9FAEE5;text-align: center;">
|
|
|
+ <text style=" font-size: 13px;color: #FFFFFF;">收起</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <van-field label-class="nomal-label" value="{{ '100002225601' }}" input-align="right" label="单据单号" placeholder="" data-type='name' autosize border="{{ false }}" bind:change="fieldChange">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ <van-field label-class="nomal-label" value="{{ '1000.00' }}" input-align="right" label="已核销金额" placeholder="" data-type='name' autosize border="{{ false }}" bind:change="fieldChange">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ <van-field label-class="nomal-label" value="{{ '3002.00' }}" input-align="right" label="未核销金额" placeholder="" data-type='name' autosize border="{{ false }}" bind:change="fieldChange">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+ <van-cell border="{{false}}">
|
|
|
+ <view slot="title" style="color: #E4002B;">
|
|
|
+ 本次核销
|
|
|
+ </view>
|
|
|
+ <view Cell Slot="value" style="float:left;margin-left:1vw;width:98%;">
|
|
|
+ <dk-number-input fontSize="14" center="right" data-key="priceSale" inputColor="#CAA977" inputValue="{{ 2002 }}" bind:triggerBindValue="changeSumAmount"></dk-number-input>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </van-cell>
|
|
|
+
|
|
|
+ <view style="margin:20rpx; border:solid 3rpx #606EB2;height:30px;border-radius: 6px;background-color:#F8F9FD;display: flex;justify-content: center;align-items: center;" bind:tap="toDocumentList">
|
|
|
+ <van-icon name="plus" color="#606EB2" size="40rpx"/>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <view class="dk-card-class" style="margin-top: 20rpx;">
|
|
|
+
|
|
|
+ <van-field input-width="200rpx" input-class="dk-cell-value-class" input-align="left" label-class="nomal-label" data-key="addressNo" maxlength="50" value="{{ showPopupItem.remark }}" input-align="right" label="备注" placeholder="请输入备注" autosize border="{{ false }}" bind:change="changeCustomerFormField">
|
|
|
+ </van-field>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <view style="display:flex;width:100%;margin: 1vw;padding-top:20rpx;">
|
|
|
+ <view style="width: 30%; flex:1;color: #95A8CB;font-size: 28rpx;padding-left: 27rpx;">附件</view>
|
|
|
+ <view style="width: 70%;text-align: left;">
|
|
|
+ <van-uploader max-count="5" accept="image" style="margin-left: 4%;border-radius: 15rpx;" preview-size="160rpx;" file-list="{{ fileList }}" bind:delete="deleteImg" bind:after-read="afterRead" multiple="true" imageFit="aspectFit" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+<!-- 保留高度 -->
|
|
|
+<view style="height: 220rpx;"></view>
|
|
|
+</view>
|
|
|
+
|
|
|
+
|
|
|
+<!-- 底部信息 -->
|
|
|
+<dk-save-bottom flagTypeName="receipt-add" totallength="{{2002}}" bind:submit="toClose" bind:allClean="toAdd" />
|