|
@@ -31,6 +31,12 @@
|
|
<text>{{titleNo}}</text>
|
|
<text>{{titleNo}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <text class="tit">包装要求</text>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <text>{{remark}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
<!-- <view class="c-row b-b">
|
|
<!-- <view class="c-row b-b">
|
|
<text class="tit">目的地</text>
|
|
<text class="tit">目的地</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
@@ -229,7 +235,8 @@
|
|
memo:'',
|
|
memo:'',
|
|
showPopup:false,
|
|
showPopup:false,
|
|
boxNo:'',
|
|
boxNo:'',
|
|
- titleNo:''
|
|
|
|
|
|
+ titleNo:'',
|
|
|
|
+ remark:''
|
|
};
|
|
};
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -243,7 +250,8 @@
|
|
this.taskType = options.taskType
|
|
this.taskType = options.taskType
|
|
this.taskId = options.taskId
|
|
this.taskId = options.taskId
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: '正在加载'
|
|
|
|
|
|
+ title: '正在加载',
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
that.$api.request('task', 'getTaskInfoCK', {
|
|
that.$api.request('task', 'getTaskInfoCK', {
|
|
taskId:options.taskId
|
|
taskId:options.taskId
|
|
@@ -273,6 +281,7 @@
|
|
that.notCount=that.carInfo.notCount
|
|
that.notCount=that.carInfo.notCount
|
|
that.address=that.carInfo.address
|
|
that.address=that.carInfo.address
|
|
that.memo=that.carInfo.memo
|
|
that.memo=that.carInfo.memo
|
|
|
|
+ that.remark = that.carInfo.remark
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -423,7 +432,8 @@
|
|
save(){
|
|
save(){
|
|
const that = this
|
|
const that = this
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: '正在加载'
|
|
|
|
|
|
+ title: '正在加载',
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
that.warehouse=that.warehouses.toString()
|
|
that.warehouse=that.warehouses.toString()
|
|
that.$api.request('task', 'saveTaskInfoCK', {
|
|
that.$api.request('task', 'saveTaskInfoCK', {
|
|
@@ -490,7 +500,8 @@
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: '正在加载'
|
|
|
|
|
|
+ title: '正在加载',
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
that.warehouse=that.warehouses.toString()
|
|
that.warehouse=that.warehouses.toString()
|
|
that.$api.request('task', 'finishTaskInfoCK', {
|
|
that.$api.request('task', 'finishTaskInfoCK', {
|
|
@@ -560,7 +571,8 @@
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: '正在加载'
|
|
|
|
|
|
+ title: '正在加载',
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
that.warehouse=that.warehouses.toString()
|
|
that.warehouse=that.warehouses.toString()
|
|
that.$api.request('task', 'finishTaskInfoCK', {
|
|
that.$api.request('task', 'finishTaskInfoCK', {
|
|
@@ -596,7 +608,8 @@
|
|
selectPerson(){
|
|
selectPerson(){
|
|
const that = this
|
|
const that = this
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: '正在加载'
|
|
|
|
|
|
+ title: '正在加载',
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
that.$api.request('user', 'getUserList', {
|
|
that.$api.request('user', 'getUserList', {
|
|
role:'库管'
|
|
role:'库管'
|
|
@@ -625,7 +638,8 @@
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: '正在加载'
|
|
|
|
|
|
+ title: '正在加载',
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
that.$api.request('task', 'applyNum', {
|
|
that.$api.request('task', 'applyNum', {
|
|
id:that.taskId,
|
|
id:that.taskId,
|