| | |
| | | <view class="info"> |
| | | <u-form labelWidth="70" :model="form" ref="form" class="form"> |
| | | <u-form-item label="审核状态" @click="isPickerShow = true" class="form-item" :border-bottom="true"> |
| | | <u--input v-model="form.confirmFlag" disabled disabledColor="#ffffff" |
| | | placeholder="请选择审核状态" :border="false"></u--input> |
| | | <u--input v-model="form.confirmFlag" disabled disabledColor="#ffffff" placeholder="请选择审核状态" |
| | | :border="false"></u--input> |
| | | <u-icon slot="right" name="arrow-right"></u-icon> |
| | | </u-form-item> |
| | | <u-form-item label="备注" class="form-item" v-if="selectStatus == 3"> |
| | |
| | | </u-form> |
| | | </view> |
| | | </view> |
| | | <view class="bottom-btn" v-if="(roleType == 1 && status == 1) || (roleType == 2 && status == 2)"> |
| | | <view class="bottom-btn" v-if="(roleType == 1 && status == 1) || (roleType == 2 && status == 2)"> |
| | | <u-button type="primary" @click="submit">提交审核</u-button> |
| | | </view> |
| | | <u-picker :closeOnClickOverlay="true" @close="isPickerShow = false" :show="isPickerShow" ref="uPicker" |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import boxTitle from '@/components/boxTitle/index.vue' |
| | | import boxTitle from "@/subPackage/workbench/components/boxTitle/index.vue" |
| | | import lineItem from '../components/lineItem.vue' |
| | | import { |
| | | getLabelReportingDetail, |
| | |
| | | currentId: '', |
| | | currentData: {}, |
| | | id: "", |
| | | imageUrls:[], |
| | | goodsImageUrls:[], |
| | | imageUrls: [], |
| | | goodsImageUrls: [], |
| | | selectStatus: "", |
| | | remark: "" |
| | | } |
| | |
| | | this.id = option.id; |
| | | this.getDetailInfo(option.id); |
| | | }, |
| | | |
| | | |
| | | methods: { |
| | | getDetailInfo(id) { |
| | | getLabelReportingDetail({ |
| | |
| | | }) |
| | | return; |
| | | } |
| | | setLabelReporting(data).then(res=>{ |
| | | setLabelReporting(data).then(res => { |
| | | if (res.code !== 200) { |
| | | uni.showToast({ |
| | | title: '更新失败', |
| | |
| | | |
| | | <style lang="scss"> |
| | | .container { |
| | | padding:0 20rpx 130rpx; |
| | | padding: 0 20rpx 130rpx; |
| | | |
| | | .box-title { |
| | | margin-bottom: 15rpx; |
| | | } |
| | | |
| | | .info { |
| | | .title { |
| | | font-size: 30rpx; |
| | | padding-left: 10rpx; |
| | | } |
| | | |
| | | .images-box { |
| | | padding: 20rpx; |
| | | min-height: 100rpx; |
| | | background-color: #fff; |
| | | } |
| | | } |
| | | |
| | | .form { |
| | | background-color: #fff; |
| | | |
| | | .form-item { |
| | | padding: 0 20rpx; |
| | | |