|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
<view v-for="(value, idx) in item.check_conf_msg" :key="idx" class="cyxj-content"> |
|
|
|
|
<view class="cyxj-content-card" v-if="item.check_conf_msg[idx].status == 1"> |
|
|
|
|
<view class="xx-card"> |
|
|
|
|
<view class="xx-title">{{ value.title }}</view> |
|
|
|
|
<view class="xx-title">规格:{{ value.spec }}</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'" |
|
|
|
@ -90,10 +90,11 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="cyxj-content-card" v-else> |
|
|
|
|
<view class="tx-ul"> |
|
|
|
|
<view class="tx-title">{{ value.title }}</view> |
|
|
|
|
<view class="xx-title" style="font-size: 26upx;">规格:{{ value.spec }}</view> |
|
|
|
|
<view class="tx-in-nav"> |
|
|
|
|
<view>{{value.bottom}}</view> |
|
|
|
|
<input :class="value.inputState==false?'re-bor':''" :disabled="type==2?true:false" type="number" @input="inputListener($event,index, idx)" v-model="value.input" |
|
|
|
|
<input :class="value.inputState==false?'re-bor':''" :disabled="type==2?true:false" |
|
|
|
|
type="number" @input="inputListener($event,index, idx)" v-model="value.input" |
|
|
|
|
placeholder="请输入" /> |
|
|
|
|
<view>{{value.top}}</view> |
|
|
|
|
</view> |
|
|
|
@ -106,7 +107,7 @@
|
|
|
|
|
<view class="content-box-card-ul"> |
|
|
|
|
<view class="content-box-card-list"> |
|
|
|
|
<view class="content-box-card-title">最终判定:</view> |
|
|
|
|
<view class="right-check" > |
|
|
|
|
<view class="right-check"> |
|
|
|
|
<view class="check-list" v-if="type==1" v-for="(item,index) in ifQualified" :key="index" |
|
|
|
|
@tap="ifQualifiedChange(index+1)"> |
|
|
|
|
<image :src="froms.result==index+1?'../../static/xz.png':'../../static/wxz.png'"> |
|
|
|
@ -125,7 +126,8 @@
|
|
|
|
|
<view class="cyxj-content" style="margin-top: 24upx;"> |
|
|
|
|
<view class="bzqk-card"><textarea v-model="froms.remake" placeholder="备注情况说明" /></view> |
|
|
|
|
<view class="submit-btn"> |
|
|
|
|
<button v-if="type==1" type="primary" :disabled="buttonState==false?true:false" @tap="submits">提交</button> |
|
|
|
|
<button v-if="type==1" type="primary" :disabled="buttonState==false?true:false" |
|
|
|
|
@tap="submits">提交</button> |
|
|
|
|
<button v-if="type==3" @tap="applys()" type="primary">审核</button> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -162,7 +164,7 @@
|
|
|
|
|
CyInfo: {}, |
|
|
|
|
info: {}, |
|
|
|
|
froms: { |
|
|
|
|
result:0, |
|
|
|
|
result: 0, |
|
|
|
|
item: [], |
|
|
|
|
plan_id: '', |
|
|
|
|
//model: '', |
|
|
|
@ -196,13 +198,15 @@
|
|
|
|
|
|
|
|
|
|
if (this.type != 1) { |
|
|
|
|
this.getInfo(); |
|
|
|
|
} else { |
|
|
|
|
this.getConfig(); |
|
|
|
|
} |
|
|
|
|
bad({}).then(res => { |
|
|
|
|
for (let b in res) { |
|
|
|
|
this.methList.push(res[b]); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.getConfig(); |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
ifQualifiedChange(index) { |
|
|
|
@ -231,8 +235,7 @@
|
|
|
|
|
} else { |
|
|
|
|
if (item.input < item.bottom || item.input > item.top) { |
|
|
|
|
this.configSet[index].check_conf_msg[idx].inputState = false; |
|
|
|
|
} |
|
|
|
|
else { |
|
|
|
|
} else { |
|
|
|
|
this.configSet[index].check_conf_msg[idx].inputState = true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -242,10 +245,10 @@
|
|
|
|
|
product_id: this.CyInfo.product_id |
|
|
|
|
}).then(res => { |
|
|
|
|
this.configSet = res.map(item => { |
|
|
|
|
item.check_conf_msg = item.check_conf_msg.map(value => { |
|
|
|
|
item.check_conf_msg = item.product_tcq_conf.map(value => { |
|
|
|
|
return this.matchingConfig(value); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
item.title = item.status_name; |
|
|
|
|
return item; |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
@ -258,8 +261,8 @@
|
|
|
|
|
value.inputState = true; |
|
|
|
|
let CheckCyMsg = this.info.CheckTcqMsg ? this.info.CheckTcqMsg : []; |
|
|
|
|
for (let b in CheckCyMsg) { |
|
|
|
|
if (CheckCyMsg[b].check_tcq_id == value.id) { |
|
|
|
|
let json = JSON.parse(CheckCyMsg[b].json); |
|
|
|
|
if (json.check_tcq_id == value.id) { |
|
|
|
|
value.choice = json.choice; |
|
|
|
|
value.content = json.content; |
|
|
|
|
value.situation = json.situation; |
|
|
|
@ -275,13 +278,14 @@
|
|
|
|
|
tcqCheckDetail({ |
|
|
|
|
plan_id: this.pId, |
|
|
|
|
id: this.id, |
|
|
|
|
product_id:this.productId |
|
|
|
|
product_id: this.productId |
|
|
|
|
}).then(res => { |
|
|
|
|
this.info = res; |
|
|
|
|
this.froms.plan_id = this.pId; |
|
|
|
|
this.froms.model = res.model; |
|
|
|
|
this.froms.frequency = res.frequency; |
|
|
|
|
this.froms.remake = res.remake; |
|
|
|
|
this.getConfig(); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -318,14 +322,15 @@
|
|
|
|
|
choice: items.choice, |
|
|
|
|
content: items.content, |
|
|
|
|
situation: items.situation, |
|
|
|
|
input: items.input |
|
|
|
|
input: items.input, |
|
|
|
|
check_tcq_id: items.id |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.buttonState = false; |
|
|
|
|
this.$functions.confirm("是否进行此操作?").then(()=>{ |
|
|
|
|
this.$functions.confirm("是否进行此操作?").then(() => { |
|
|
|
|
tcqCheckAdd(this.froms).then(res => { |
|
|
|
|
this.$functions.success('提交成功').then(() => { |
|
|
|
|
uni.navigateBack(); |
|
|
|
@ -341,7 +346,7 @@
|
|
|
|
|
tcqCheckSure({ |
|
|
|
|
plan_id: this.info.plan_id, |
|
|
|
|
play_id: this.info.play_id, |
|
|
|
|
id:this.info.id |
|
|
|
|
id: this.info.id |
|
|
|
|
}).then(res => { |
|
|
|
|
this.$functions.success('操作成功').then(() => { |
|
|
|
|
uni.navigateBack({}); |
|
|
|
@ -354,5 +359,5 @@
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
|
@import './index.scss'; |
|
|
|
|
@import './index.scss'; |
|
|
|
|
</style> |
|
|
|
|