Browse Source

提交

master
865118801@qq.com 4 years ago
parent
commit
6d86a65196
  1. 68
      api/user.js
  2. 37
      pages/assemble/assemble.vue
  3. 462
      pages/assembleInfo/assembleInfo.vue
  4. 2
      pages/firstInspection/firstInspection.vue
  5. 37
      pages/hardware/hardware.vue
  6. 390
      pages/hardwareInfo/hardwareInfo.vue
  7. 37
      pages/spray/spray.vue
  8. 523
      pages/sprayInfo/sprayInfo.vue
  9. 2
      pages/stampingInspection/stampingInspection.vue
  10. 417
      pages/stampingInspectionInfo/stampingInspectionInfo.vue

68
api/user.js

@ -120,3 +120,71 @@ export function cyCheckDetail(data) {
});
}
/**
* 不良处置情况
* @param {Object} data
*/
export function bad(data) {
console.log(data)
return request({
url: `${functions.getDomain()}/api/bad`,
method: "get",
data
});
}
/**
* 配置项获取
* @param {Object} data
*/
export function getCheckConfSet(data) {
console.log(data)
return request({
url: `${functions.getDomain()}/api/get-check-conf-set`,
method: "post",
data
});
}
/**
* 喷涂巡检提交
* @param {Object} data
*/
export function ptCheckAdd(data) {
console.log(data)
return request({
url: `${functions.getDomain()}/api/pt-check-add`,
method: "post",
data
});
}
/**
* 组装巡检提交
* @param {Object} data
*/
export function zzCheckAdd(data) {
console.log(data)
return request({
url: `${functions.getDomain()}/api/zz-check-add`,
method: "post",
data
});
}
/**
* 五金巡检提交
* @param {Object} data
*/
export function wjCheckAdd(data) {
console.log(data)
return request({
url: `${functions.getDomain()}/api/wj-check-add`,
method: "post",
data
});
}

37
pages/assemble/assemble.vue

@ -1,26 +1,28 @@
<template>
<view>
<view class="card" v-for="(item,index) in 10" :key="index" @tap="assembleInfo()">
<view class="card" v-for="(item,index) in list" :key="index" @tap="firstInspectionInfo(item.plan_id,item)">
<view class="card-left">
<view class="card-up-list">
<view class="card-up-list-list">
<view>物料名称:</view><text>123-SDdshjdfjhfdjh-15</text>
<view>物料名称:</view><text>{{item.product_name}}</text>
</view>
<view class="card-right">
<image src="../../static/search.png"></image>
<image class="glass-cion" v-if="item.check==0" src="../../static/search.png"></image>
<image class="sh-cion" v-if="item.check==1" src="../../static/dsh.png"></image>
<image class="sh-cion" v-if="item.check==2" src="../../static/ysh.png"></image>
</view>
</view>
<view class="card-up-list">
<view class="card-up-list-list">
<view>物料编号:</view><text>16*16*12</text>
<view>物料编号:</view><text>{{item.product_number}}</text>
</view>
</view>
<view class="card-dow-list">
<view class="card-up-list-list">
<view>规格:</view><text>16*16*12</text>
<view>规格:</view><text>{{item.product_size}}</text>
</view>
<view class="card-up-list-list">
<view>产线:</view><text>产线A</text>
<view>产线:</view><text>{{item.line_title}}</text>
</view>
</view>
</view>
@ -29,15 +31,28 @@
</template>
<script>
import {
firstCheckLists
} from "../../api/user.js";
export default {
onLoad() {
this.bindData();
},
data() {
return {
list: []
};
},methods:{
assembleInfo(){
},
methods: {
bindData() {
firstCheckLists({type:3}).then(res => {
this.list = res;
})
},
firstInspectionInfo(plan_id,item) {
console.log("id",plan_id)
uni.navigateTo({
url: '../assembleInfo/assembleInfo',
url: `../assembleInfo/assembleInfo?plan_id=${plan_id}&product_id=${item.product_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`,
success: res => {},
fail: () => {},
complete: () => {}
@ -48,5 +63,5 @@
</script>
<style lang="scss">
@import "./index.scss";
@import "./index.scss";
</style>

462
pages/assembleInfo/assembleInfo.vue

@ -3,357 +3,233 @@
<view class="sm-box">
<view class="card">
<view class="title">:</view>
<view class="content">1.检查结果判定合格OK不合格填NG;</view>
<view class="content">2.表单记录填写不可涂改填写正确及时清晰完整</view>
<view class="content">1.量化的需填写真实测量数据</view>
<view class="content">2.无量化检查项填写检查结果结果判定合格的填写OK不合格的填NG</view>
</view>
<view class="content-box-card">
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">物料编号:</view>
<text>2021-07-15</text>
<text>{{CyInfo.product_number}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">生产日期:</view>
<text>2021-07-15</text>
<text>{{CyInfo.production}}</text>
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">机型:</view>
<text>2021-07-15</text>
<text>{{CyInfo.product_size}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">班次:</view>
<picker @change="bindline" :value="lineIndex" :range="line">
<view class="lin-div">
<text>{{line[lineIndex]}}</text>
<image src="../../static/xiala.png"></image>
</view>
<picker @change="bindline" :value="froms.frequency" :range="line">
<view class="lin-div">
<text>{{line[froms.frequency]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">生产数量:</view>
<!-- <view class="content-box-card-list">
<view class="content-box-card-title">时间段:</view>
<text>2021-07-15</text>
</view> -->
<view class="content-box-card-list">
<view class="content-box-card-title">检测员:</view>
<text>{{info?info.name:''}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">不合格数:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">生产数量:</view>
<input type="number" v-model="froms.product_number" />
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">报废数量:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">不合格数:</view>
<input type="number" v-model="froms.no_number" />
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">检测员:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">报废数:</view>
<input type="number" v-model="froms.scrap" />
</view>
</view>
</view>
</view>
<view class="big-title">外观</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无划痕/擦痕/变形</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<!-- <view class="czyj-text">
<textarea value="" placeholder="不良情况分析" />
</view>
<view class="xx-title">不良处置情况</view>
<picker @change="bindMethod" :value="methIds" :range="methList">
<view class="slect-list">
<text>{{methList[methIds]}}</text>
<image src="../../static/xiala.png"></image>
<view v-for="(item,index) in configSet" :key="index">
<view class="big-title">{{item.title}}</view>
<view v-for="(value,idx) in item.check_conf_msg" :key="idx" class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card" v-if="item.set==1">
<view class="xx-card">
<view class="xx-title">{{value.title}}</view>
<view class="xx-ul">
<view class="xx-list" v-for="(va,i) in ifcomplete" :key="i" @tap="value.choice=va">
<image :src="va==value.choice?'../../static/xz.png':'../../static/wxz.png'" mode="">
</image>
<text>{{va}}</text>
</view>
</view>
<view class="czyj-text" v-show="value.choice=='NG'">
<textarea v-model="value.content" placeholder="不良情况分析" />
</view>
<view class="xx-title" v-show="value.choice=='NG'">不良处置情况</view>
<picker :value="value.choiceIndex" v-show="value.choice=='NG'"
@change="pickerChange($event,index,idx)" :range="methList">
<view class="slect-list">
<text>{{value.situation||"请选择"}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</picker> -->
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">毛刺/毛边0.05mm</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">料号/刻印线/日期清晰正确完整</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无水渍/锈渍/油污</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无橘皮/露白/杂质</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">色差比对</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">绝缘标牌无漏贴歪斜错贴</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">印章内容清晰正确完整</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">双面胶Mylar无漏贴起翘褶皱</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">结构</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无少孔错位模印凸包无拉裂无少刻线缺料漏工程裂口等</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">试装配</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">面框/后盖/SOURCE卡扣/支架</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">平整度</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="tx-ul">
<view class="tx-title">I:碗翘最大变形1.5mm,不允许龟翘</view>
<input placeholder="请输入" />
</view>
</view>
</view>
<view class="big-title">性能</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">表面能测试达因笔</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">膜厚</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">一次膜厚80μm二次200μm</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">螺孔</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">螺孔牙规2.5/3.0/4.0顺利通止</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">装配</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">与背板匹配的卡扣</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">卡扣无毛刺无油污</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">卡扣安装位置正确到位</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">卡扣安装后无松动或脱落无内扣或外翻</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">包装</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">与背板尺寸匹配的栈板/护角/标识/围膜/打包带均无异常</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<view class="cyxj-content-card" v-else>
<view class="tx-ul">
<view class="tx-title">{{value.title}}</view>
<input v-model="value.input" placeholder="请输入" />
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">铁框无变形少支撑/标识清晰完整正确</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="bzqk-card">
<textarea value="" placeholder="备注情况说明" />
<textarea v-model="froms.remake" placeholder="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
<button type="primary" @tap="submits">提交并发起审核</button>
</view>
</view>
</view>
</template>
<script>
import {
zzCheckAdd,
cyCheckDetail,
bad,
getCheckConfSet
} from "../../api/user.js"
export default {
data() {
return {
line:["白班","夜班"],
lineIndex:0,
ifcomplete:["OK","NG"],
ifcompleteIds:0,
methList:["更换丝锥","丝锥加油","调整丝锥位置","换冲针"],
methIds:0
line: ["夜班", "白班"],
ifcomplete: ["OK", "NG"],
ifcompleteIds: 0,
methList: [],
methIds: 0,
planId: 0,
CyInfo: {},
info: {},
froms: {
item: [],
plan_id: '',
model: '',
product_number: 0,
no_number: 0,
scrap: 0,
frequency: 0, //
remake: '', //
},
configSet: []
};
},methods:{
},
onLoad(e) {
this.pId = e.plan_id;
this.froms.plan_id = this.pId;
this.CyInfo = JSON.parse(decodeURIComponent(e.planInfo));
this.froms.model = this.CyInfo.product_size;
this.getInfo();
bad({}).then(res => {
for (let b in res) {
this.methList.push(res[b]);
}
})
getCheckConfSet({
type: 3,
product_id: this.CyInfo.product_id
}).then(res => {
this.configSet = res.map(item => {
item.check_conf_msg = item.check_conf_msg.map(value => {
value.choice = "OK";
value.content = "";
value.situation = "";
value.input = "";
return value;
})
return item;
});
console.log("this.configSet", this.configSet)
})
},
methods: {
getInfo() {
cyCheckDetail({
plan_id: this.pId
}).then(res => {
this.info = res
console.log("详情", res)
})
},
bindline: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.lineIndex = e.target.value
this.froms.frequency = e.target.value
},
bindMethod(e){
this.methIds = e.target.value
pickerChange(e, index, idx) {
this.configSet[index].check_conf_msg[idx].situation = this.methList[e.detail.value];
},
bindifcomplete(index){
this.ifcompleteIds=index
submits() {
for (let b in this.configSet) {
for (let i in this.configSet[b].check_conf_msg) {
let items = this.configSet[b].check_conf_msg[i];
if (this.configSet[b].set == 1) {
if (items.choice == "NG" && (!items.content || !items.situation)) {
this.$functions.error("请完整填写信息");
return false;
}
} else {
if (!items.input) {
this.$functions.error("请完整填写信息");
return false;
}
}
this.froms.item.push({
check_conf_id: items.id,
json: {
choice: items.choice,
content: items.content,
situation: items.situation,
input: items.input
}
})
}
}
zzCheckAdd(this.froms).then(res => {
this.$functions.success("提交成功").then(() => {
uni.navigateBack({
delta: -1
})
})
})
}
}
}
</script>
<style lang="scss">
@import "./index.scss"
@import "./index.scss"
</style>

2
pages/firstInspection/firstInspection.vue

@ -45,7 +45,7 @@
},
methods: {
bindData() {
firstCheckLists({}).then(res => {
firstCheckLists({type:0}).then(res => {
this.list = res;
})
},

37
pages/hardware/hardware.vue

@ -1,26 +1,28 @@
<template>
<view>
<view class="card" v-for="(item,index) in 10" :key="index" @tap="hardwareInfo()">
<view class="card" v-for="(item,index) in list" :key="index" @tap="firstInspectionInfo(item.plan_id,item)">
<view class="card-left">
<view class="card-up-list">
<view class="card-up-list-list">
<view>物料名称:</view><text>123-SDdshjdfjhfdjh-15</text>
<view>物料名称:</view><text>{{item.product_name}}</text>
</view>
<view class="card-right">
<image src="../../static/search.png"></image>
<image class="glass-cion" v-if="item.check==0" src="../../static/search.png"></image>
<image class="sh-cion" v-if="item.check==1" src="../../static/dsh.png"></image>
<image class="sh-cion" v-if="item.check==2" src="../../static/ysh.png"></image>
</view>
</view>
<view class="card-up-list">
<view class="card-up-list-list">
<view>物料编号:</view><text>16*16*12</text>
<view>物料编号:</view><text>{{item.product_number}}</text>
</view>
</view>
<view class="card-dow-list">
<view class="card-up-list-list">
<view>规格:</view><text>16*16*12</text>
<view>规格:</view><text>{{item.product_size}}</text>
</view>
<view class="card-up-list-list">
<view>产线:</view><text>产线A</text>
<view>产线:</view><text>{{item.line_title}}</text>
</view>
</view>
</view>
@ -29,15 +31,28 @@
</template>
<script>
import {
firstCheckLists
} from "../../api/user.js";
export default {
onLoad() {
this.bindData();
},
data() {
return {
list: []
};
},methods:{
hardwareInfo(){
},
methods: {
bindData() {
firstCheckLists({type:4}).then(res => {
this.list = res;
})
},
firstInspectionInfo(plan_id,item) {
console.log("id",plan_id)
uni.navigateTo({
url: '../hardwareInfo/hardwareInfo',
url: `../hardwareInfo/hardwareInfo?plan_id=${plan_id}&product_id=${item.product_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`,
success: res => {},
fail: () => {},
complete: () => {}
@ -48,5 +63,5 @@
</script>
<style lang="scss">
@import "./index.scss";
@import "./index.scss";
</style>

390
pages/hardwareInfo/hardwareInfo.vue

@ -3,270 +3,256 @@
<view class="sm-box">
<view class="card">
<view class="title">:</view>
<view class="content">1.检查结果判定合格OK不合格填NG;</view>
<view class="content">2.表单记录填写不可涂改填写正确及时清晰完整</view>
<view class="content">1.量化的需填写真实测量数据</view>
<view class="content">2.无量化检查项填写检查结果结果判定合格的填写OK不合格的填NG</view>
</view>
<view class="content-box-card">
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">物料编号:</view>
<text>2021-07-15</text>
<text>{{CyInfo.product_number}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">生产日期:</view>
<text>2021-07-15</text>
<text>{{CyInfo.production}}</text>
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">机型:</view>
<text>2021-07-15</text>
<text>{{CyInfo.product_size}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">班次:</view>
<picker @change="bindline" :value="lineIndex" :range="line">
<view class="lin-div">
<text>{{line[lineIndex]}}</text>
<image src="../../static/xiala.png"></image>
</view>
<picker @change="bindline" :value="froms.frequency" :range="line">
<view class="lin-div">
<text>{{line[froms.frequency]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">生产数量:</view>
<!-- <view class="content-box-card-list">
<view class="content-box-card-title">时间段:</view>
<text>2021-07-15</text>
</view> -->
<view class="content-box-card-list">
<view class="content-box-card-title">检测员:</view>
<text>{{info?info.name:''}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">不合格数:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">生产数量:</view>
<input type="number" v-model="froms.product_number" />
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">报废数量:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">不合格数:</view>
<input type="number" v-model="froms.no_number" />
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">检测员:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">报废数:</view>
<input type="number" v-model="froms.scrap" />
</view>
</view>
</view>
</view>
<view class="big-title">外观</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">凹陷/碰缺/模印/擦痕/氧化/裂纹/断裂</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<!-- <view class="czyj-text">
<textarea value="" placeholder="不良情况分析" />
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">抽样方式:</view>
<picker @change="bindSamp" :value="froms.sampling" :range="samplingList">
<view class="lin-div">
<text>{{samplingList[froms.sampling]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
<view class="xx-title">不良处置情况</view>
<picker @change="bindMethod" :value="methIds" :range="methList">
<view class="slect-list">
<text>{{methList[methIds]}}</text>
<image src="../../static/xiala.png"></image>
<view class="content-box-card-list">
<view class="content-box-card-title">抽样水准:</view>
<input v-model="froms.method" />
</view>
</picker> -->
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">划伤</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">杂质</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">毛边/毛刺</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">油污</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">料号印字Date Code</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">结构</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">加强筋方孔异性孔牙孔字符编号</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
<view v-for="(item,index) in configSet" :key="index">
<view class="big-title">{{item.title}}</view>
<view v-for="(value,idx) in item.check_conf_msg" :key="idx" class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card" v-if="item.set==1">
<view class="xx-card">
<view class="xx-title">{{value.title}}</view>
<view class="xx-ul">
<view class="xx-list" v-for="(va,i) in ifcomplete" :key="i" @tap="value.choice=va">
<image :src="va==value.choice?'../../static/xz.png':'../../static/wxz.png'" mode="">
</image>
<text>{{va}}</text>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">试装配</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">面框/下前框</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
<view class="czyj-text" v-show="value.choice=='NG'">
<textarea v-model="value.content" placeholder="不良情况分析" />
</view>
</view>
<view class="xx-title" v-show="value.choice=='NG'">不良处置情况</view>
<picker :value="value.choiceIndex" v-show="value.choice=='NG'"
@change="pickerChange($event,index,idx)" :range="methList">
<view class="slect-list">
<text>{{value.situation||"请选择"}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
</view>
</view>
<view class="big-title">包装</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">栈板尺寸1430x800)</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<view class="cyxj-content-card" v-else>
<view class="tx-ul">
<view class="tx-title">{{value.title}}</view>
<input v-model="value.input" placeholder="请输入" />
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">数量140pcs/</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">料号印字Date Code日期</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">RoHS标识/检验印章</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">堆码层数(6</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">包装防护防水/防潮</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="bzqk-card">
<textarea value="" placeholder="备注情况说明" />
<textarea v-model="froms.remake" placeholder="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
<button type="primary" @tap="submits">提交并发起审核</button>
</view>
</view>
</view>
</template>
<script>
import {
wjCheckAdd,
cyCheckDetail,
bad,
getCheckConfSet
} from "../../api/user.js"
export default {
data() {
return {
line:["白班","夜班"],
lineIndex:0,
ifcomplete:["OK","NG"],
ifcompleteIds:0,
methList:["更换丝锥","丝锥加油","调整丝锥位置","换冲针"],
methIds:0
samplingList: ["正常", "加量", "减量"],
line: ["夜班", "白班"],
ifcomplete: ["OK", "NG"],
ifcompleteIds: 0,
methList: [],
methIds: 0,
planId: 0,
CyInfo: {},
info: {},
froms: {
item: [],
plan_id: '',
model: '',
product_number: 0,
no_number: 0,
scrap: 0,
sampling: 0,
method: '',
frequency: 0, //
remake: '', //
},
configSet: []
};
},methods:{
},
onLoad(e) {
this.pId = e.plan_id;
this.froms.plan_id = this.pId;
this.CyInfo = JSON.parse(decodeURIComponent(e.planInfo));
this.froms.model = this.CyInfo.product_size;
this.getInfo();
bad({}).then(res => {
for (let b in res) {
this.methList.push(res[b]);
}
})
getCheckConfSet({
type: 3,
product_id: this.CyInfo.product_id
}).then(res => {
this.configSet = res.map(item => {
item.check_conf_msg = item.check_conf_msg.map(value => {
value.choice = "OK";
value.content = "";
value.situation = "";
value.input = "";
return value;
})
return item;
});
console.log("this.configSet", this.configSet)
})
},
methods: {
getInfo() {
cyCheckDetail({
plan_id: this.pId
}).then(res => {
this.info = res
console.log("详情", res)
})
},
bindline: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.lineIndex = e.target.value
this.froms.frequency = e.target.value
},
pickerChange(e, index, idx) {
this.configSet[index].check_conf_msg[idx].situation = this.methList[e.detail.value];
},
bindMethod(e){
this.methIds = e.target.value
bindSamp(e) {
this.froms.sampling = e.target.value
},
bindifcomplete(index){
this.ifcompleteIds=index
submits() {
for (let b in this.configSet) {
for (let i in this.configSet[b].check_conf_msg) {
let items = this.configSet[b].check_conf_msg[i];
if (this.configSet[b].set == 1) {
if (items.choice == "NG" && (!items.content || !items.situation)) {
this.$functions.error("请完整填写信息");
return false;
}
} else {
if (!items.input) {
this.$functions.error("请完整填写信息");
return false;
}
}
this.froms.item.push({
check_conf_id: items.id,
json: {
choice: items.choice,
content: items.content,
situation: items.situation,
input: items.input
}
})
}
}
let params = JSON.parse(JSON.stringify(this.froms))
params.sampling = params.sampling + 1;
wjCheckAdd(params).then(res => {
this.$functions.success("提交成功").then(() => {
uni.navigateBack({
delta: -1
})
})
})
}
}
}
</script>
<style lang="scss">
@import "./index.scss"
@import "./index.scss"
</style>

37
pages/spray/spray.vue

@ -1,26 +1,28 @@
<template>
<view>
<view class="card" v-for="(item,index) in 10" :key="index" @tap="sprayInfo()">
<view class="card" v-for="(item,index) in list" :key="index" @tap="firstInspectionInfo(item.plan_id,item)">
<view class="card-left">
<view class="card-up-list">
<view class="card-up-list-list">
<view>物料名称:</view><text>123-SDdshjdfjhfdjh-15</text>
<view>物料名称:</view><text>{{item.product_name}}</text>
</view>
<view class="card-right">
<image src="../../static/search.png"></image>
<image class="glass-cion" v-if="item.check==0" src="../../static/search.png"></image>
<image class="sh-cion" v-if="item.check==1" src="../../static/dsh.png"></image>
<image class="sh-cion" v-if="item.check==2" src="../../static/ysh.png"></image>
</view>
</view>
<view class="card-up-list">
<view class="card-up-list-list">
<view>物料编号:</view><text>16*16*12</text>
<view>物料编号:</view><text>{{item.product_number}}</text>
</view>
</view>
<view class="card-dow-list">
<view class="card-up-list-list">
<view>规格:</view><text>16*16*12</text>
<view>规格:</view><text>{{item.product_size}}</text>
</view>
<view class="card-up-list-list">
<view>产线:</view><text>产线A</text>
<view>产线:</view><text>{{item.line_title}}</text>
</view>
</view>
</view>
@ -29,15 +31,28 @@
</template>
<script>
import {
firstCheckLists
} from "../../api/user.js";
export default {
onLoad() {
this.bindData();
},
data() {
return {
list: []
};
},methods:{
sprayInfo(){
},
methods: {
bindData() {
firstCheckLists({type:2}).then(res => {
this.list = res;
})
},
firstInspectionInfo(plan_id,item) {
console.log("id",plan_id)
uni.navigateTo({
url: '../sprayInfo/sprayInfo',
url: `../sprayInfo/sprayInfo?plan_id=${plan_id}&product_id=${item.product_id}&planInfo=${encodeURIComponent(JSON.stringify(item))}`,
success: res => {},
fail: () => {},
complete: () => {}
@ -48,5 +63,5 @@
</script>
<style lang="scss">
@import "./index.scss";
@import "./index.scss";
</style>

523
pages/sprayInfo/sprayInfo.vue

@ -3,414 +3,233 @@
<view class="sm-box">
<view class="card">
<view class="title">:</view>
<view class="content">1.检查结果判定合格OK不合格填NG;</view>
<view class="content">2.表单记录填写不可涂改填写正确及时清晰完整</view>
<view class="content">1.量化的需填写真实测量数据</view>
<view class="content">2.无量化检查项填写检查结果结果判定合格的填写OK不合格的填NG</view>
</view>
<view class="content-box-card">
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">物料编号:</view>
<text>2021-07-15</text>
<text>{{CyInfo.product_number}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">生产日期:</view>
<text>2021-07-15</text>
<text>{{CyInfo.production}}</text>
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">机型:</view>
<text>2021-07-15</text>
<text>{{CyInfo.product_size}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">班次:</view>
<picker @change="bindline" :value="lineIndex" :range="line">
<view class="lin-div">
<text>{{line[lineIndex]}}</text>
<image src="../../static/xiala.png"></image>
</view>
<picker @change="bindline" :value="froms.frequency" :range="line">
<view class="lin-div">
<text>{{line[froms.frequency]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">生产数量:</view>
<!-- <view class="content-box-card-list">
<view class="content-box-card-title">时间段:</view>
<text>2021-07-15</text>
</view> -->
<view class="content-box-card-list">
<view class="content-box-card-title">检测员:</view>
<text>{{info?info.name:''}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">不合格数:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">生产数量:</view>
<input type="number" v-model="froms.product_number" />
</view>
</view>
<view class="content-box-card-ul-two">
<view class="content-box-card-list">
<view class="content-box-card-title">报废数量:</view>
<text>2021-07-15</text>
<view class="content-box-card-title">不合格数:</view>
<input type="number" v-model="froms.no_number" />
</view>
</view>
</view>
</view>
<view class="big-title">外观</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无划痕/擦痕/变形</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">报废数:</view>
<input type="number" v-model="froms.scrap" />
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">料号/刻印线/日期清晰正确完整</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无水渍/锈渍/油污</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无橘皮/露白/杂质</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">毛刺/毛边0.05mm</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">色差比对</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">印章内容清晰正确完整</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">Mylar完全覆盖通孔无漏贴起翘褶皱</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">结构</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无少孔错位模印凸包拉裂缺料裂口漏工程等符合图纸要求</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">试装配</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">面框/后盖/SOURCE卡扣/支架</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">平整度</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">四边直线度符合图纸要求</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">平整度符合图纸要求机型与标准匹配</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">功能</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">附着力测试百格刀</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">耐磨测试产品表面不掉色见底材</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">铅笔硬度测试2H</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">性能</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">表面能测试达因笔</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">膜厚</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">一次膜厚80μm二次200μm</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">螺孔</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">螺孔牙规2.5/3.0/4.0顺利通止</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">包装</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">与背板尺寸匹配的栈板无变形无少支撑</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
<view class="xx-card">
<view class="xx-title">护角无多放少放破损</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
<view class="xx-card">
<view class="xx-title">现品票物编与背板物编数量一致</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
<view class="xx-card">
<view class="xx-title">围膜完全包裹产品无缝隙脱落</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
<view class="xx-card">
<view class="xx-title">打包带适中无过松或少打</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="bzqk-card">
<textarea value="" placeholder="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
</view>
<!-- <view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="title">外观</view>
<view class="xx-card">
<view class="xx-title">料号/刻印线/日期清晰正确完整</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<view class="czyj-text">
<textarea value="" placeholder="不良情况分析" />
</view>
<view class="xx-title">不良处置情况</view>
<picker @change="bindMethod" :value="methIds" :range="methList">
<view class="slect-list">
<text>{{methList[methIds]}}</text>
<image src="../../static/xiala.png"></image>
<view v-for="(item,index) in configSet" :key="index">
<view class="big-title">{{item.title}}</view>
<view v-for="(value,idx) in item.check_conf_msg" :key="idx" class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card" v-if="item.set==1">
<view class="xx-card">
<view class="xx-title">{{value.title}}</view>
<view class="xx-ul">
<view class="xx-list" v-for="(va,i) in ifcomplete" :key="i" @tap="value.choice=va">
<image :src="va==value.choice?'../../static/xz.png':'../../static/wxz.png'" mode="">
</image>
<text>{{va}}</text>
</view>
</view>
<view class="czyj-text" v-show="value.choice=='NG'">
<textarea v-model="value.content" placeholder="不良情况分析" />
</view>
<view class="xx-title" v-show="value.choice=='NG'">不良处置情况</view>
<picker :value="value.choiceIndex" v-show="value.choice=='NG'"
@change="pickerChange($event,index,idx)" :range="methList">
<view class="slect-list">
<text>{{value.situation||"请选择"}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</picker>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无压痕/拉痕/变形</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="mid-card">
<view class="left">V1</view>
<view class="right">
<view class="right-list">
<view class="titles">0°天地左右侧±0.5°</view>
<view class="inp">
<input placeholder="输入" />
</view>
<view class="cyxj-content-card" v-else>
<view class="tx-ul">
<view class="tx-title">{{value.title}}</view>
<input v-model="value.input" placeholder="请输入" />
</view>
</view>
</view>
</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="bzqk-card">
<textarea value="" placeholder="备注情况说明" />
<textarea v-model="froms.remake" placeholder="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
<button type="primary" @tap="submits">提交并发起审核</button>
</view>
</view> -->
</view>
</view>
</template>
<script>
import {
ptCheckAdd,
cyCheckDetail,
bad,
getCheckConfSet
} from "../../api/user.js"
export default {
data() {
return {
line:["白班","夜班"],
lineIndex:0,
ifcomplete:["OK","NG"],
ifcompleteIds:0,
methList:["更换丝锥","丝锥加油","调整丝锥位置","换冲针"],
methIds:0
line: ["夜班", "白班"],
ifcomplete: ["OK", "NG"],
ifcompleteIds: 0,
methList: [],
methIds: 0,
planId: 0,
CyInfo: {},
info: {},
froms: {
item: [],
plan_id: '',
model: '',
product_number: 0,
no_number: 0,
scrap: 0,
frequency: 0, //
remake: '', //
},
configSet: []
};
},methods:{
},
onLoad(e) {
this.pId = e.plan_id;
this.froms.plan_id = this.pId;
this.CyInfo = JSON.parse(decodeURIComponent(e.planInfo));
this.froms.model = this.CyInfo.product_size;
this.getInfo();
bad({}).then(res => {
for (let b in res) {
this.methList.push(res[b]);
}
})
getCheckConfSet({
type: 2,
product_id: this.CyInfo.product_id
}).then(res => {
this.configSet = res.map(item => {
item.check_conf_msg = item.check_conf_msg.map(value => {
value.choice = "OK";
value.content = "";
value.situation = "";
value.input = "";
return value;
})
return item;
});
console.log("this.configSet", this.configSet)
})
},
methods: {
getInfo() {
cyCheckDetail({
plan_id: this.pId
}).then(res => {
this.info = res
console.log("详情", res)
})
},
bindline: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.lineIndex = e.target.value
this.froms.frequency = e.target.value
},
bindMethod(e){
this.methIds = e.target.value
pickerChange(e, index, idx) {
this.configSet[index].check_conf_msg[idx].situation = this.methList[e.detail.value];
},
bindifcomplete(index){
this.ifcompleteIds=index
submits() {
for (let b in this.configSet) {
for (let i in this.configSet[b].check_conf_msg) {
let items = this.configSet[b].check_conf_msg[i];
if (this.configSet[b].set == 1) {
if (items.choice == "NG" && (!items.content || !items.situation)) {
this.$functions.error("请完整填写信息");
return false;
}
} else {
if (!items.input) {
this.$functions.error("请完整填写信息");
return false;
}
}
this.froms.item.push({
check_conf_id: items.id,
json: {
choice: items.choice,
content: items.content,
situation: items.situation,
input: items.input
}
})
}
}
ptCheckAdd(this.froms).then(res => {
this.$functions.success("提交成功").then(() => {
uni.navigateBack({
delta: -1
})
})
})
}
}
}
</script>
<style lang="scss">
@import "./index.scss"
@import "./index.scss"
</style>

2
pages/stampingInspection/stampingInspection.vue

@ -45,7 +45,7 @@
},
methods: {
bindData() {
firstCheckLists({}).then(res => {
firstCheckLists({type:1}).then(res => {
this.list = res;
})
},

417
pages/stampingInspectionInfo/stampingInspectionInfo.vue

@ -24,11 +24,11 @@
</view>
<view class="content-box-card-list">
<view class="content-box-card-title">班次:</view>
<picker @change="bindline" :value="lineIndex" :range="line">
<view class="lin-div">
<text>{{line[lineIndex]}}</text>
<image src="../../static/xiala.png"></image>
</view>
<picker @change="bindline" :value="froms.frequency" :range="line">
<view class="lin-div">
<text>{{line[froms.frequency]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
@ -39,320 +39,179 @@
</view> -->
<view class="content-box-card-list">
<view class="content-box-card-title">检测员:</view>
<text>{{info.name}}</text>
</view>
</view>
</view>
</view>
<view class="big-title">外观</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">料号/刻印线/日期清晰正确完整</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<view class="czyj-text">
<textarea value="" placeholder="不良情况分析" />
</view>
<view class="xx-title">不良处置情况</view>
<picker @change="bindMethod" :value="methIds" :range="methList">
<view class="slect-list">
<text>{{methList[methIds]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无压痕/拉痕/变形</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无凸包裂口/裂口</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无摁伤/碰划伤</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">毛刺/毛边0.05mm</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无水渍/锈渍</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无弹跳</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无油污堆积</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="mid-card">
<view class="left">V1</view>
<view class="right">
<view class="right-list">
<view class="titles">0°天地左右侧±0.5°</view>
<view class="inp">
<input placeholder="输入" />
</view>
<text>{{info?info.name:''}}</text>
</view>
</view>
</view>
</view>
<view class="big-title">结构</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无少孔错位模印凸包拉裂缺料裂口漏工程等符合图纸要求</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">试装配</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">面框/SOURCE卡扣/支架</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">平整度</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="tx-ul">
<view class="tx-title">I:碗翘最大变形1.5mm,不允许龟翘</view>
<input placeholder="请输入" />
</view>
</view>
</view>
<view class="big-title">葫芦孔</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">沉台深度符合图纸要求</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">螺孔</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">牙规检测M2.5/3.0/4.0顺利通止</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">M4.0螺孔扭力8Kgf.cm锁附5次无滑牙爆牙</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view v-for="(item,index) in configSet" :key="index">
<view class="big-title">{{item.title}}</view>
<view v-for="(value,idx) in item.check_conf_msg" :key="idx" class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card" v-if="item.set==1">
<view class="xx-card">
<view class="xx-title">M2.5螺孔扭力3Kgf.cm锁附5次无滑牙爆牙</view>
<view class="xx-title">{{value.title}}</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
<view class="xx-list" v-for="(va,i) in ifcomplete" :key="i" @tap="value.choice=va">
<image :src="va==value.choice?'../../static/xz.png':'../../static/wxz.png'" mode="">
</image>
<text>{{va}}</text>
</view>
</view>
</view>
<view class="czyj-text" v-show="value.choice=='NG'">
<textarea v-model="value.content" placeholder="不良情况分析" />
</view>
<view class="xx-title" v-show="value.choice=='NG'">不良处置情况</view>
<picker :value="value.choiceIndex" v-show="value.choice=='NG'"
@change="pickerChange($event,index,idx)" :range="methList">
<view class="slect-list">
<text>{{value.situation||"请选择"}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">M3.0螺孔扭力4Kgf.cm锁附5次无滑牙爆牙</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
<view class="cyxj-content-card" v-else>
<view class="tx-ul">
<view class="tx-title">{{value.title}}</view>
<input v-model="value.input" placeholder="请输入" />
</view>
</view>
</view>
</view>
<view class="big-title">包装</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">与背板尺寸匹配的栈板/护角/标识/围膜/打包带均无异常</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">铁框无变形少支撑/标识清晰完整正确</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="big-title">铆钉</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">正推力侧推力按图纸要求</view>
<view class="xx-ul">
<view class="xx-list" v-for="(item,index) in ifcomplete" :key="index" @tap="bindifcomplete(index)">
<image :src="ifcompleteIds==index?'../../static/xz.png':'../../static/wxz.png'" mode=""></image>
<text>{{item}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="bzqk-card">
<textarea value="" placeholder="备注情况说明" />
<textarea v-model="froms.remake" placeholder="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
<button type="primary" @tap="submits">提交并发起审核</button>
</view>
</view>
</view>
</template>
<script>
import {cyCheckAdd,cyCheckDetail} from "../../api/user.js"
import {
cyCheckAdd,
cyCheckDetail,
bad,
getCheckConfSet
} from "../../api/user.js"
export default {
data() {
return {
line:["白班","夜班"],
lineIndex:0,
ifcomplete:["OK","NG"],
ifcompleteIds:0,
methList:["更换丝锥","丝锥加油","调整丝锥位置","换冲针"],
methIds:0,
planId:0,
CyInfo:{},
info:{},
froms:{
plan_id:'',
model:'',
frequency:'',//
remake:'',//
}
line: ["夜班", "白班"],
ifcomplete: ["OK", "NG"],
ifcompleteIds: 0,
methList: [],
methIds: 0,
planId: 0,
CyInfo: {},
info: {},
froms: {
item: [],
plan_id: '',
model: '',
frequency: 0, //
remake: '', //
},
configSet: []
};
},
onLoad(e) {
this.pId = e.plan_id;
this.froms.plan_id = this.pId;
this.CyInfo = JSON.parse(decodeURIComponent(e.planInfo));
this.getInfo()
this.froms.model = this.CyInfo.product_size;
this.getInfo();
bad({}).then(res => {
for (let b in res) {
this.methList.push(res[b]);
}
})
getCheckConfSet({
type: 1,
product_id: this.CyInfo.product_id
}).then(res => {
this.configSet = res.map(item => {
item.check_conf_msg = item.check_conf_msg.map(value => {
value.choice = "OK";
value.content = "";
value.situation = "";
value.input = "";
return value;
})
return item;
});
console.log("this.configSet",this.configSet)
})
},
methods:{
getInfo(){
cyCheckDetail({plan_id:this.pId}).then(res=>{
this.info=res
console.log("详情",res)
methods: {
getInfo() {
cyCheckDetail({
plan_id: this.pId
}).then(res => {
this.info = res
console.log("详情", res)
})
},
bindline: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.lineIndex = e.target.value
this.froms.frequency = e.target.value
},
bindMethod(e){
this.methIds = e.target.value
pickerChange(e, index, idx) {
this.configSet[index].check_conf_msg[idx].situation = this.methList[e.detail.value];
},
bindifcomplete(index){
this.ifcompleteIds=index
submits() {
for (let b in this.configSet) {
for (let i in this.configSet[b].check_conf_msg) {
let items = this.configSet[b].check_conf_msg[i];
if (this.configSet[b].set == 1) {
if (items.choice == "NG" && (!items.content || !items.situation)) {
this.$functions.error("请完整填写信息");
return false;
}
} else {
if (!items.input) {
this.$functions.error("请完整填写信息");
return false;
}
}
this.froms.item.push({
check_conf_id: items.id,
json: {
choice: items.choice,
content: items.content,
situation: items.situation,
input: items.input
}
})
}
}
cyCheckAdd(this.froms).then(res => {
this.$functions.success("提交成功").then(()=>{
uni.navigateBack({
delta: -1
})
})
})
}
}
}
</script>
<style lang="scss">
@import "./index.scss"
@import "./index.scss"
</style>

Loading…
Cancel
Save