放货确认

This commit is contained in:
2024-08-09 14:52:18 +08:00
parent 49d6a1b653
commit db1aadb164

View File

@@ -7,8 +7,8 @@
<view class="zd-col-7">
<span class="filter_label">{{$t('filter.point')}}</span>
</view>
<view class="zd-col-24 filter_select">
<uni-data-select :placeholder="placeholder" v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
<view class="zd-col-24">
<input type="text" class="filter_input" v-model="code" disabled>
</view>
</view>
</view>
@@ -29,10 +29,8 @@
},
data() {
return {
placeholder: this.$t('uni.dataSelect.placeholder'),
title: '',
options: [{text:'QFQ_2', value:'QFQ_2'},{text:'QFQ_4',value: 'QFQ_4'}],
index: '',
code: 'QFQ_4',
disabled: false
};
},
@@ -54,7 +52,7 @@
return
}
try {
let res = await updateTask(this.index, type)
let res = await updateTask(this.code, type)
this.cancle()
uni.showToast({
title: res.message,