This commit is contained in:
Mr.jiang 2024-07-09 15:09:35 +08:00
parent 0a61197b88
commit 2ff550ae0c
4 changed files with 4153 additions and 2 deletions

View File

@ -279,6 +279,13 @@
</span> </span>
</view> </view>
</view> </view>
<view class="mina-title" v-if="order.status==8">
<span class="mina-title-text">备注</span>
<span class="mina-title-bor"></span>
</view>
<view class="mian-view" style="height: 110px;" v-if="order.status==8">
<textarea @input="textareaData" placeholder="请输入~~~~" name="" id="" cols="30" rows="10"></textarea>
</view>
<view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg"> <view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg">
<view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片 <view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片
</view> </view>
@ -529,6 +536,13 @@
</span> </span>
</view> </view>
</view> </view>
<view class="mina-title" v-if="order.status==8">
<span class="mina-title-text">备注</span>
<span class="mina-title-bor"></span>
</view>
<view class="mian-view" style="height: 110px;" v-if="order.status==8">
<textarea @input="textareaData" placeholder="请输入~~~~" name="" id="" cols="30" rows="10"></textarea>
</view>
<view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg"> <view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg">
<view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片 <view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片
</view> </view>
@ -740,6 +754,13 @@
</span> </span>
</view> </view>
</view> </view>
<view class="mina-title" v-if="order.status==8">
<span class="mina-title-text">备注</span>
<span class="mina-title-bor"></span>
</view>
<view class="mian-view" style="height: 110px;" v-if="order.status==8">
<textarea @input="textareaData" placeholder="请输入~~~~" name="" id="" cols="30" rows="10"></textarea>
</view>
<view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg"> <view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg">
<view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片 <view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片
</view> </view>
@ -961,6 +982,13 @@
</span> </span>
</view> </view>
</view> </view>
<view class="mina-title" v-if="order.status==8">
<span class="mina-title-text">备注</span>
<span class="mina-title-bor"></span>
</view>
<view class="mian-view" style="height: 110px;" v-if="order.status==8">
<textarea @input="textareaData" placeholder="请输入~~~~" name="" id="" cols="30" rows="10"></textarea>
</view>
<view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg"> <view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg">
<view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片 <view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片
</view> </view>
@ -1218,6 +1246,13 @@
</span> </span>
</view> </view>
</view> </view>
<view class="mina-title" v-if="order.status==8">
<span class="mina-title-text">备注</span>
<span class="mina-title-bor"></span>
</view>
<view class="mian-view" style="height: 110px;" v-if="order.status==8">
<textarea @input="textareaData" placeholder="请输入~~~~" name="" id="" cols="30" rows="10"></textarea>
</view>
<view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg"> <view class="bg padding radius margin-top" v-if="order.status!='8'&&order.startImg">
<view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片 <view class="" style="font-size: 30rpx;color: #000000;font-weight: bold;margin-bottom: 20rpx;">服务前照片
</view> </view>
@ -1773,6 +1808,7 @@
startLongitude: that.longitude, startLongitude: that.longitude,
startLatitude: that.latitude, startLatitude: that.latitude,
startImg: startImg, startImg: startImg,
startRemark:that.textareaTxt
} }
that.$queue.showLoading('提交中...') that.$queue.showLoading('提交中...')
that.$Request.post('/app/artificer/startOrders', data).then(res => { that.$Request.post('/app/artificer/startOrders', data).then(res => {

View File

@ -370,7 +370,8 @@
} }
} }
], ],
"subPackages": [{ "subPackages": [
{
"root": "my", "root": "my",
"pages": [{ "pages": [{
"path": "help/feedbackIndex", "path": "help/feedbackIndex",
@ -710,7 +711,8 @@
} }
} }
] ]
}, { },
{
"root": "package/pages", "root": "package/pages",
"pages": [{ "pages": [{
"path": "zysc/index/index", "path": "zysc/index/index",
@ -919,6 +921,7 @@
} }
] ]
}], }],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "盛安到家", "navigationBarTitleText": "盛安到家",

4112
static/css/simpleproShop.css Normal file

File diff suppressed because it is too large Load Diff