|
@@ -40,7 +40,8 @@
|
|
|
<view class="flex-space title">
|
|
<view class="flex-space title">
|
|
|
单据信息
|
|
单据信息
|
|
|
<view class="flex" style="color: #3385ff;font-weight: 400">
|
|
<view class="flex" style="color: #3385ff;font-weight: 400">
|
|
|
- <view @click.stop="allotFn()" style="margin-left: 20upx;">分配工作</view>
|
|
|
|
|
|
|
+ <view @click.stop="openAgain()" style="margin-left:0upx;">再开一单</view>
|
|
|
|
|
+ <view @click.stop="allotFn()" style="margin-left:50upx;">分配工作</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="bills-info_box content-box">
|
|
<view class="bills-info_box content-box">
|
|
@@ -374,6 +375,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ openAgain(){
|
|
|
|
|
+ this.$util.pageTo({
|
|
|
|
|
+ url: '/admin/billing/index?customId='+this.detailInfo.customId+'&customName='+this.detailInfo.customName,
|
|
|
|
|
+ type:2
|
|
|
|
|
+ })
|
|
|
|
|
+ },
|
|
|
copyCustom(detailInfo){
|
|
copyCustom(detailInfo){
|
|
|
let customName = detailInfo.customName
|
|
let customName = detailInfo.customName
|
|
|
let customMobile = detailInfo.customMobile
|
|
let customMobile = detailInfo.customMobile
|