质量草稿功能,wms调整
parent
8d9a23c1d0
commit
dc47efd533
@ -0,0 +1,745 @@
|
||||
<template>
|
||||
<view class="page-product-receipt">
|
||||
<view class="header" :style="{ backgroundColor: `rgba(250, 53, 52, ${scrollTop / 100})` }">
|
||||
<view class="left">
|
||||
<u-icon class="icon" name="arrow-left" @click="uni.navigateBack({})" />
|
||||
</view>
|
||||
<view class="title">报修审核</view>
|
||||
<view class="right"></view>
|
||||
</view>
|
||||
<view class="fiexdcontent">
|
||||
<u-form v-if="noitem" class="form" ref="form" label-width="180rpx">
|
||||
<u-form-item label="报修来源">
|
||||
<u-input disabled :border="true" v-model="histroyItem.orderSource" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="设备名称">
|
||||
<u-input disabled :border="true" v-model="histroyItem.equipmentName" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="设备编码">
|
||||
<u-input disabled :border="true" v-model="histroyItem.equipmentCode" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="故障时间">
|
||||
<u-input disabled :border="true" v-model="histroyItem.orderBreakdownTime" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="故障描述">
|
||||
<u-input disabled :border="true" v-model="histroyItem.orderDesc" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="报修人">
|
||||
<u-input disabled :border="true" v-model="histroyItem.orderRepairmanName" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item>
|
||||
<u-button type="primary" @click="showpicture">查看照片</u-button>
|
||||
</u-form-item>
|
||||
<view v-show="isshowpic">
|
||||
<scroll-view class="scroll-view_H" scroll-x="true" :scroll-left="scrollLeft()">
|
||||
<view class="photoList">
|
||||
<view class="itemBox photoBox" v-for="(img, index) in imgList" :key="index + 'd'">
|
||||
<image class="img" :src="img.fileAddress" mode="aspectFit" @click="showScreenImg(index)"></image>
|
||||
</view>
|
||||
<!-- <view class="itemBox chooseBtn" @click="chooseImg">
|
||||
<view class="inner">
|
||||
<image class="img" src="../../../static/images/upload-pic-icon.svg" mode="scaleToFill"></image>
|
||||
<text class="desc">添加照片</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</u-form>
|
||||
<u-form v-if="!noitem" class="form" ref="form" label-width="180rpx">
|
||||
<u-form-item label="报修来源">
|
||||
<u-input disabled :border="true" v-model="histroyItem.productDescZh" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="设备名称">
|
||||
<u-input disabled :border="true" v-model="histroyItem.productDescZh" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="设备编码">
|
||||
<u-input disabled :border="true" v-model="histroyItem.productDescZh" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="报修人">
|
||||
<u-input disabled :border="true" v-model="histroyItem.productDescZh" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
</u-form>
|
||||
<view v-for="item in TraysList" :key="item.id" class="list">
|
||||
<u-form v-if="!noitem" style="margin-top: 10rpx" class="form3">
|
||||
<view class="row-list">
|
||||
<view style="width: 35%" class="list-item"> 检验项: </view>
|
||||
<view style="width: 65%"> {{ item.materialCode }} </view>
|
||||
</view>
|
||||
<view class="row-list">
|
||||
<view style="width: 35%" class="list-item"> 检验方法: </view>
|
||||
<view style="width: 65%"> {{ item.materialDesc }} </view>
|
||||
</view>
|
||||
<view class="row-list">
|
||||
<view style="width: 35%" class="list-item"> 检验标准: </view>
|
||||
<view style="width: 65%"> {{ item.materialDesc }} </view>
|
||||
</view>
|
||||
<view class="row-list">
|
||||
<view style="width: 35%" class="list-item"> 是否符合标准: </view>
|
||||
<view style="width: 65%"> {{ item.materialDesc }} </view>
|
||||
</view>
|
||||
</u-form>
|
||||
</view>
|
||||
<u-form style="margin-top: 10rpx" class="form" ref="form" label-width="180rpx">
|
||||
<view style="font-size: 30rpx; display: flex; justify-content: center">审核</view>
|
||||
<u-form-item label="报修去向">
|
||||
<jPicker sureColor="#ff0000" @bindpicker="selectgoneStatus" showKey="label" valKey="value" :val="gone.value" :options="goneList" />
|
||||
</u-form-item>
|
||||
<view v-if="gone.value == '1' || gone.value == '2'">
|
||||
<u-form-item label="维修组">
|
||||
<jPicker sureColor="#ff0000" @bindpicker="selectgroupStatus" showKey="label" valKey="value" :val="group.value" :options="groupList" />
|
||||
</u-form-item>
|
||||
<u-form-item label="计划维修时间">
|
||||
<picker mode="time" :value="startdate" @change="startchange">
|
||||
<view class="uni-input">{{ startdate }}</view>
|
||||
</picker>
|
||||
</u-form-item>
|
||||
<u-form-item label="是否停机">
|
||||
<u-radio-group v-model="isShutdown" @change="changeradio1(isShutdown)">
|
||||
<u-radio v-for="(n, indexn) in listselectdetermine" :key="indexn" :name="n.type" :disabled="n.disabled">
|
||||
{{ n.name }}
|
||||
</u-radio>
|
||||
</u-radio-group>
|
||||
</u-form-item>
|
||||
<u-form-item label="计划停机时间">
|
||||
<picker mode="time" :value="stopdate" @change="stopchange">
|
||||
<view class="uni-input">{{ stopdate }}</view>
|
||||
</picker>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view v-if="gone.value == '3'">
|
||||
<u-form-item label="审核意见">
|
||||
<u-input :border="true" v-model="form1.yijian" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view v-if="gone.value == '4'">
|
||||
<u-form-item label="委外单位">
|
||||
<u-input :border="true" v-model="form1.yijian" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="委外维修人员">
|
||||
<u-input :border="true" v-model="form1.yijian" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="联系方式">
|
||||
<u-input :border="true" v-model="form1.yijian" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
<u-form-item label="委外原因">
|
||||
<u-input :border="true" v-model="form1.yijian" placeholder="" style="overflow: hidden" />
|
||||
</u-form-item>
|
||||
</view>
|
||||
</u-form>
|
||||
</view>
|
||||
<!-- <view style="height: 14rpx"></view> -->
|
||||
|
||||
<view class="bottom-bar">
|
||||
<u-row class="button-bar">
|
||||
<!-- 确定 -->
|
||||
<u-col :span="6">
|
||||
<u-button @click="onSubmit" type="primary">确认</u-button>
|
||||
</u-col>
|
||||
<!-- 返回 -->
|
||||
<u-col :span="6">
|
||||
<u-button type="error" @click="uni.navigateBack({})">返回</u-button>
|
||||
</u-col>
|
||||
</u-row>
|
||||
</view>
|
||||
<u-toast ref="uToast" />
|
||||
</view>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { Component } from 'vue-property-decorator';
|
||||
import { BasePage } from '@/components/base/page';
|
||||
import jPicker from '@/components/J-Picker/jPicker.vue';
|
||||
import model from './model';
|
||||
//import { session } from '@/store/modules/session';
|
||||
import dayjs from 'dayjs';
|
||||
interface OptionType {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
//import { session } from '@/store/modules/session';
|
||||
@Component({
|
||||
components: {
|
||||
jPicker,
|
||||
},
|
||||
})
|
||||
export default class ProductionREQ extends BasePage {
|
||||
model = model;
|
||||
noitem = true;
|
||||
isshowpic = false;
|
||||
imgList: any = ['/Users/guoshuang/Documents/KHD/榄菊/lanju-app/src/static/images/add.png', '/Users/guoshuang/Documents/KHD/榄菊/lanju-app/src/static/images/iconCloseGray.svg', '/Users/guoshuang/Documents/KHD/榄菊/lanju-app/src/static/logo.png', '/Users/guoshuang/Documents/KHD/榄菊/lanju-app/src/static/images/iconCloseGray.svg'];
|
||||
listselectdetermine: any = [
|
||||
{
|
||||
type: '1',
|
||||
name: '是',
|
||||
radiovalue: null,
|
||||
},
|
||||
{
|
||||
type: '0',
|
||||
name: '否',
|
||||
radiovalue: null,
|
||||
},
|
||||
];
|
||||
isShutdown: any = '1';
|
||||
gone: any = {};
|
||||
goneList: any = [
|
||||
{
|
||||
label: '计划性维修',
|
||||
value: '1',
|
||||
},
|
||||
{
|
||||
label: '立即维修',
|
||||
value: '2',
|
||||
},
|
||||
{
|
||||
label: '不维修',
|
||||
value: '3',
|
||||
},
|
||||
{
|
||||
label: '委外维修',
|
||||
value: '4',
|
||||
},
|
||||
];
|
||||
group: any = {};
|
||||
groupList: any = [];
|
||||
startdate = dayjs().format('YYYY-MM-DD HH:mm:ss');
|
||||
stopdate = dayjs().format('YYYY-MM-DD HH:mm:ss');
|
||||
form1: any = {};
|
||||
histroyItem: any = {};
|
||||
list: any = [];
|
||||
aimWl = {} as OptionType;
|
||||
bimWl = {} as OptionType;
|
||||
cimWl = {} as OptionType;
|
||||
boxnumber: any = '';
|
||||
materilist = [];
|
||||
userDefined1list = [];
|
||||
warehouselist = [];
|
||||
TraysList = [
|
||||
{ materialCode: '1111', materialDesc: '33333' },
|
||||
{ materialCode: '1111', materialDesc: '33333' },
|
||||
{ materialCode: '1111', materialDesc: '33333' },
|
||||
{ materialCode: '1111', materialDesc: '33333' },
|
||||
];
|
||||
orderNo: any = '';
|
||||
border = true;
|
||||
orderNoItemList: any = [];
|
||||
showProduceCodeList: any = [];
|
||||
itemdetail: any = '';
|
||||
outnumber: any = 0;
|
||||
// async onReady() {
|
||||
|
||||
// }
|
||||
async onLoad(options) {
|
||||
let orderId = options.orderId;
|
||||
await this.model.getTaskRecord(orderId);
|
||||
this.histroyItem = this.model.getTaskRecordList;
|
||||
this.imgList = this.histroyItem.files;
|
||||
}
|
||||
changeradio1(checkResult) {
|
||||
console.log(checkResult);
|
||||
////111111111
|
||||
}
|
||||
selectgoneStatus(e: any) {
|
||||
this.gone = e.pickerName;
|
||||
if (this.gone == '2') {
|
||||
this.startdate = dayjs().format('YYYY-MM-DD HH:mm:ss');
|
||||
this.stopdate = dayjs().format('YYYY-MM-DD HH:mm:ss');
|
||||
this.isShutdown = '1';
|
||||
}
|
||||
}
|
||||
showpicture() {
|
||||
this.isshowpic = true;
|
||||
}
|
||||
showScreenImg(i) {
|
||||
let list = this.imgList.map((item) => {
|
||||
return item.fileAddress;
|
||||
});
|
||||
uni.previewImage({
|
||||
current: i,
|
||||
urls: list,
|
||||
// loop: true
|
||||
});
|
||||
}
|
||||
scrollLeft() {
|
||||
return 222 * (this.imgList.length + 1);
|
||||
}
|
||||
selectgroupStatus(e: any) {
|
||||
this.group = e.pickerName;
|
||||
}
|
||||
startchange(e) {
|
||||
this.startdate = e.detail.value;
|
||||
}
|
||||
stopchange(e) {
|
||||
this.stopdate = e.detail.value;
|
||||
}
|
||||
|
||||
//选择出库仓库
|
||||
warehouseChange(e: any) {
|
||||
this.cimWl = e.pickerName;
|
||||
this.list = [];
|
||||
}
|
||||
|
||||
//查询货单关联采购单信息
|
||||
async query() {
|
||||
// if (this.orderNo == '' || this.orderNo.length == 0) {
|
||||
// (this.$refs.uToast as any).show({
|
||||
// title: '请输入领料单号',
|
||||
// // url: '/pages/user/index'
|
||||
// });
|
||||
// return;
|
||||
// }
|
||||
// await this.model.ProductionMaterialRequisition(this.orderNo);
|
||||
// if (model.orderNoItemList) {
|
||||
// this.materilist = [];
|
||||
// // let a: any = {};
|
||||
// // model.orderNoItemList.forEach((item) => {
|
||||
// // a.label = item.productName;
|
||||
// // a.value = item.productCode;
|
||||
// // this.materilist.push(a);
|
||||
// // });
|
||||
// this.materilist = model.orderNoItemList;
|
||||
// this.aimWl = this.materilist[0];
|
||||
// this.queryinformation();
|
||||
// //this.getlist();
|
||||
// } else {
|
||||
// this.materilist = [];
|
||||
// }
|
||||
}
|
||||
//查询批次
|
||||
|
||||
async onSubmit() {
|
||||
////
|
||||
}
|
||||
mepty() {
|
||||
this.orderNo = '';
|
||||
this.list = [];
|
||||
this.aimWl = {} as OptionType;
|
||||
this.bimWl = {} as OptionType;
|
||||
this.materilist = [];
|
||||
this.userDefined1list = [];
|
||||
//this.model.mepty();
|
||||
this.boxnumber = '';
|
||||
this.TraysList = [];
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
background-color: rgb(242, 242, 242);
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
.page-product-receipt {
|
||||
background: #f2f2f2 linear-gradient(0deg, #f2f2f2 0%, #f8262c 51%, #d9001b 100%) no-repeat;
|
||||
background-size: 100% 600rpx;
|
||||
padding: 118rpx 30rpx 162rpx;
|
||||
min-height: 100%;
|
||||
|
||||
.header {
|
||||
position: fixed;
|
||||
top: 0rpx;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 99;
|
||||
display: flex;
|
||||
height: 120rpx;
|
||||
line-height: 88rpx;
|
||||
color: #fff;
|
||||
font-size: 34rpx;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
padding: 45rpx 0rpx 0rpx;
|
||||
|
||||
.title {
|
||||
flex: 3;
|
||||
}
|
||||
|
||||
.left,
|
||||
.right {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.fiexdcontent {
|
||||
// position: fixed;
|
||||
width: 100%;
|
||||
//box-shadow: 0 0 14px 0 rgb(128 128 128 / 46%);
|
||||
z-index: 100;
|
||||
}
|
||||
.form {
|
||||
background-color: #fff;
|
||||
padding: 15rpx;
|
||||
border-radius: 10rpx;
|
||||
//box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2);
|
||||
|
||||
.u-form-item {
|
||||
padding: 20rpx 0;
|
||||
line-height: 35rpx;
|
||||
|
||||
.Transfer {
|
||||
width: 280rpx;
|
||||
height: 64rpx;
|
||||
background: rgb(242, 242, 242);
|
||||
border-radius: 110rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.single {
|
||||
width: 100%;
|
||||
height: 60rpx;
|
||||
display: flex;
|
||||
|
||||
.single-left {
|
||||
width: 80%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
view {
|
||||
width: 142rpx;
|
||||
height: 100%;
|
||||
line-height: 55rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.single-right {
|
||||
button {
|
||||
// margin-top: 15rpx;
|
||||
width: 140rpx;
|
||||
height: 70rpx;
|
||||
background-color: #fa3534;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
flex: 1;
|
||||
}
|
||||
.photoList {
|
||||
display: flex;
|
||||
padding-top: 12rpx;
|
||||
|
||||
.chooseBtn {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
background: #fafafa;
|
||||
border-radius: 12rpx;
|
||||
border: 2rpx dashed #e2e2e2;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.inner {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.desc {
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
color: #24252a;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
margin-bottom: 6rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.photoBox {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
background: #fafafa;
|
||||
border-radius: 12rpx;
|
||||
position: relative;
|
||||
|
||||
.closeBtn {
|
||||
position: absolute;
|
||||
top: -12rpx;
|
||||
right: -12rpx;
|
||||
z-index: 2;
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
|
||||
.img {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.itemBox {
|
||||
flex: 0 0 202rpx;
|
||||
margin-right: 20rpx;
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.form3 {
|
||||
background-color: #fff;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
border-radius: 10rpx;
|
||||
height: 210rpx;
|
||||
overflow: scroll;
|
||||
//box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2);
|
||||
//color: #8d8989;
|
||||
// .list {
|
||||
// display: flex;
|
||||
// flex-direction: row;
|
||||
// }
|
||||
.row-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
.row-list-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 40%;
|
||||
}
|
||||
.row-list-item1 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 50%;
|
||||
}
|
||||
.row-list-item2 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 40%;
|
||||
}
|
||||
.list-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
// flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.righttitle {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
.boder-icon-rigth {
|
||||
border: 1rpx solid #fa3534;
|
||||
width: 130rpx;
|
||||
text-align: center;
|
||||
background: #fa3534;
|
||||
color: #ffffff;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form4 {
|
||||
background-color: #fff;
|
||||
padding: 18rpx;
|
||||
border-radius: 10rpx;
|
||||
margin-top: 2rpx;
|
||||
.u-input__input {
|
||||
min-height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
.scroll {
|
||||
// margin-top: 2rpx;
|
||||
height: 680rpx;
|
||||
position: absolute;
|
||||
width: 92%;
|
||||
top: 740rpx;
|
||||
/* bottom: 40px; */
|
||||
overflow: auto;
|
||||
// background-color: #f2f2f2;
|
||||
.form2 {
|
||||
background-color: #fff;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
border-radius: 10rpx;
|
||||
box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2);
|
||||
color: #8d8989;
|
||||
.list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
.rowleft {
|
||||
width: 80%;
|
||||
.row-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
.row-list-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 40%;
|
||||
}
|
||||
.list-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rowright {
|
||||
width: 20%;
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
.righttitle {
|
||||
width: 60%;
|
||||
background-color: #8d898947;
|
||||
color: red;
|
||||
text-align: center;
|
||||
/* margin: auto; */
|
||||
height: 100%;
|
||||
line-height: 70rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .righttitle {
|
||||
// display: flex;
|
||||
// justify-content: flex-end;
|
||||
|
||||
// .boder-icon-rigth {
|
||||
// border: 1rpx solid #fa3534;
|
||||
// width: 130rpx;
|
||||
// text-align: center;
|
||||
// background: #fa3534;
|
||||
// color: #ffffff;
|
||||
// margin-top: 10px;
|
||||
// }
|
||||
|
||||
// .zhuangtai {
|
||||
// background: #a7a0a04a;
|
||||
// width: 224rpx;
|
||||
// margin-right: -27rpx;
|
||||
// border: 2rpx solid #a7a0a04a;
|
||||
// border-radius: 12rpx;
|
||||
// text-align: center;
|
||||
// margin-bottom: 10rpx;
|
||||
// }
|
||||
|
||||
// .zhuangtai[data-state='1'] {
|
||||
// color: green;
|
||||
// }
|
||||
|
||||
// .zhuangtai[data-state='0'] {
|
||||
// color: blue;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-bar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 99;
|
||||
background: #ffffff;
|
||||
box-shadow: 0 1rpx 20rpx 0 rgba(128, 128, 128, 0.2);
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.button-bar {
|
||||
}
|
||||
|
||||
.photoList {
|
||||
display: flex;
|
||||
padding-top: 12rpx;
|
||||
|
||||
.chooseBtn {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
background: #fafafa;
|
||||
border-radius: 12rpx;
|
||||
border: 2rpx dashed #e2e2e2;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.inner {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.desc {
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
color: #24252a;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
margin-bottom: 6rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.photoBox {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
background: #fafafa;
|
||||
border-radius: 12rpx;
|
||||
position: relative;
|
||||
|
||||
.closeBtn {
|
||||
position: absolute;
|
||||
top: -12rpx;
|
||||
right: -12rpx;
|
||||
z-index: 2;
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
|
||||
.img {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.itemBox {
|
||||
flex: 0 0 202rpx;
|
||||
margin-right: 20rpx;
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// /deep/ .remarksBox textarea {
|
||||
// font-size: 24rpx;
|
||||
// }
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,69 @@
|
||||
import { getModule, Module, MutationAction, VuexModule } from 'vuex-module-decorators';
|
||||
import store from '@/store';
|
||||
import http from '@/utils/request';
|
||||
import { url } from '@/utils/url';
|
||||
@Module({
|
||||
namespaced: true,
|
||||
dynamic: true,
|
||||
store,
|
||||
name: 'page.equipment.RepairAudit',
|
||||
})
|
||||
export class RepairAudit extends VuexModule {
|
||||
rowdata: any = [];
|
||||
orderNoItemList: any = [];
|
||||
getTaskRecordList: any = {};
|
||||
@MutationAction
|
||||
async getTodayTask(params: any) {
|
||||
const result: any = await http.get(url.lanjuequipment.product.RepairAudit.getBXList, {
|
||||
params: {
|
||||
orderStatus: params,
|
||||
},
|
||||
});
|
||||
const orderNoItemList = result.data;
|
||||
return { orderNoItemList };
|
||||
}
|
||||
@MutationAction
|
||||
async getTaskRecord(params: any) {
|
||||
const result: any = await http.get(url.lanjuequipment.product.RepairAudit.getBXDetail + params);
|
||||
const getTaskRecordList = result.data;
|
||||
return { getTaskRecordList };
|
||||
}
|
||||
//巡检列表巡检记录
|
||||
OrderInfList: any = [];
|
||||
@MutationAction
|
||||
async getInspectionOrderInfo(params: any) {
|
||||
const result: any = await http.post(url.lanjuequipment.product.Inspection.getInspectionOrderInfo, params);
|
||||
const OrderInfList: [] = result.data;
|
||||
return { OrderInfList };
|
||||
}
|
||||
SubmitCode: any = '';
|
||||
//是否开机保养
|
||||
@MutationAction
|
||||
async startMaintenanceTask(params: any) {
|
||||
const result: any = await http.get(url.lanjuequipment.product.Upkeep.startMaintenanceTask, { params });
|
||||
const SubmitCode: [] = result;
|
||||
return { SubmitCode };
|
||||
}
|
||||
@MutationAction
|
||||
async updateInspectionRecord(params: any) {
|
||||
const result: any = await http.post(url.lanjuequipment.product.Inspection.updateInspectionRecord, params);
|
||||
const SubmitCode: [] = result;
|
||||
return { SubmitCode };
|
||||
}
|
||||
Checklist: any = [];
|
||||
@MutationAction
|
||||
async queryhandChecklist(params: any) {
|
||||
const result: any = await http.get(url.lanjuequipment.product.Repair.list, { params: params });
|
||||
const Checklist: any = result.rows;
|
||||
console.log('this.tableData', Checklist);
|
||||
// debugger
|
||||
return { Checklist };
|
||||
}
|
||||
@MutationAction
|
||||
async rowdatanull() {
|
||||
const rowdata: [] = [];
|
||||
return { rowdata };
|
||||
}
|
||||
}
|
||||
|
||||
export default getModule(RepairAudit);
|
Loading…
Reference in New Issue