|
|
@@ -4,62 +4,45 @@
|
|
|
<loading wx:if="{{loading}}" ></loading>
|
|
|
|
|
|
|
|
|
+<view class="detail-top" >
|
|
|
+ <image class="scan-image" fit="fill" src="{{imageUrl+'/detail_sale_order.png'}}"></image>
|
|
|
|
|
|
-<!-- 蓝色信息相关 -->
|
|
|
-<view style="margin: 0px 34rpx 26rpx 34rpx;border-radius: 15rpx;box-shadow:2px 2px 5px #e5e5e6;">
|
|
|
- <view style="flex-direction: column;justify-content: center;align-items: flex-start;background: linear-gradient(90.12deg, #718AC6 0.84%, #4A5E98 99.43%);border-radius: 15rpx;">
|
|
|
- <!-- 供应商 -->
|
|
|
- <view style="display: flex;padding-right: 32rpx;">
|
|
|
-
|
|
|
- <view style="padding-left: 32rpx;padding-top: 19rpx;width: 39rpx;">
|
|
|
- <view catchtap="toCustomer" style="width: 39rpx;height: 39rpx;background-color: #95A8CB;border-radius:50%;">
|
|
|
- <view style="width: 39rpx; height: 39rpx;text-align: center;">
|
|
|
- <van-image round width="20rpx" height="24rpx" src="/static/image/Vector.png" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="padding-left: 14rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
|
|
|
- {{itemData.supplierName?itemData.supplierName:''}}
|
|
|
- </view>
|
|
|
|
|
|
- </view>
|
|
|
- <!-- 收货人 -->
|
|
|
- <view style="display: flex;padding-right: 32rpx;">
|
|
|
-
|
|
|
- <view style="padding-left: 32rpx;padding-top: 19rpx;width: 39rpx;">
|
|
|
- <view catchtap="toCustomer" style="width: 39rpx;height: 39rpx;background-color: #95A8CB;border-radius:50%;">
|
|
|
- <view style="width: 39rpx; height: 39rpx;text-align: center;">
|
|
|
- <van-image round width="20rpx" height="24rpx" src="/static/image/Vector.png" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="padding-left: 14rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
|
|
|
- {{itemData.orgName?itemData.orgName:''}}
|
|
|
+ <view class="detail-top-sup" style="display: flex;">
|
|
|
+ <view style="width: 10%;">
|
|
|
+ <image class="scan-image-icon" fit="fill" src="{{imageUrl+'/order_billing_detail_01.png'}}"></image>
|
|
|
</view>
|
|
|
|
|
|
- <view style="padding-left: 22rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
|
|
|
- {{itemData.staffName?itemData.staffName:''}}
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 日期 -->
|
|
|
- <view style="display: flex;padding-left: 32rpx;padding-top: 16rpx;padding-bottom: 15rpx;padding-right: 32rpx;">
|
|
|
- <view style="display: flex; width: 50%;line-height: 36rpx;" data-type='deliveryType'>
|
|
|
- <view style="font-size: 24rpx;line-height: 36rpx;color: #FFFFFF;">
|
|
|
- 采购日期:{{ itemData.makeTime ? wxmlUtil.format(itemData.makeTime) : '' }}
|
|
|
+ <view>
|
|
|
+ <view style="display: flex;">
|
|
|
+ {{itemData.supplierName?itemData.supplierName:''}}
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view style="display: flex; width: 50%;line-height: 36rpx;" data-key="DeliveryFlag" catchtap="openData">
|
|
|
- <view style="font-size: 24rpx;line-height: 36rpx;color: #FFFFFF;">
|
|
|
- {{formType==1?"预计入库日期":"入库日期"}}:{{ formType==1?itemData.pickupDate:itemData.intoDate }}
|
|
|
+
|
|
|
+ <view style="z-index: 2;padding-top: 20rpx;">
|
|
|
+ <view style="display: flex;">
|
|
|
+ <view>
|
|
|
+ {{itemData.orgName?itemData.orgName:''}}
|
|
|
+ </view>
|
|
|
+ <view style="padding-left: 20rpx;">
|
|
|
+ {{itemData.staffName?itemData.staffName:''}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+ <!-- 日期 -->
|
|
|
+ <view style="display: flex; width: 100%; padding-top: 16rpx;padding-bottom: 15rpx;padding-right: 15rpx; justify-content: space-between; font-size: 24rpx;">
|
|
|
+ <view style="display: flex; line-height: 36rpx;">
|
|
|
+ {{$t['makingTime']}}:{{ itemData.makeTime?wxmlUtil.formatDate(itemData.makeTime):'' }}
|
|
|
+ </view>
|
|
|
+ <view style="display: flex; line-height: 36rpx;" catchtap="openData">
|
|
|
+ {{$t['intoDate']}}:{{ itemData.pickupDate?wxmlUtil.formatDate(itemData.pickupDate):'' }}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-</view>
|
|
|
-<dk-form-bill id="{{formName}}" routeObjName="{{routeObjName}}"
|
|
|
+
|
|
|
+<dk-form-bill type="purInto" id="{{formName}}" routeObjName="{{routeObjName}}"
|
|
|
cardList="{{cardList}}" titleTagCol="shortName" titleCol="skuModel" iconCol="imagesUrl" descCol="skuName" priceCol="priceInto" pupPriceCol="pricePurchase" quantityCol="{{intoStatusflag?'intoingQty':'intoQty'}}" sumAmountCol ="itemAmt"sumQuantityCol="itemQty"
|
|
|
contentObj="{{contentObj}}" model:value="{{formData}}" popContent = "{{popContent}}"
|
|
|
bind:chooseData = "chooseData" popType = "sale" priceTitle = "{{$t['referencePrice']+':'}}" bind:delItem="setGoods" bind:setGoods="setGoods" bind:editItems="setGoods">
|