huangli865118801 4 years ago
parent
commit
55449e8b54
  1. 3
      api/user.js
  2. 247
      pages/assembleInfo/assembleInfo.vue
  3. 25
      pages/assembleInfo/index.scss
  4. 160
      pages/hardwareInfo/hardwareInfo.vue
  5. 25
      pages/hardwareInfo/index.scss
  6. 25
      pages/sprayInfo/index.scss
  7. 282
      pages/sprayInfo/sprayInfo.vue
  8. 25
      pages/stampingInspectionInfo/index.scss
  9. 209
      pages/stampingInspectionInfo/stampingInspectionInfo.vue
  10. 6
      pages/stampingRecordList/index.scss
  11. 42
      pages/stampingRecordList/stampingRecordList.vue

3
api/user.js

@ -118,4 +118,5 @@ export function cyCheckDetail(data) {
method: "post",
data
});
}
}

247
pages/assembleInfo/assembleInfo.vue

@ -54,18 +54,18 @@
</view>
</view>
</view>
<view class="big-title">外观</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="title">外观N=1 Re=11/2H</view>
<view class="xx-card">
<view class="xx-title">料号/刻印线/日期清晰正确完整</view>
<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">
<!-- <view class="czyj-text">
<textarea value="" placeholder="不良情况分析" />
</view>
<view class="xx-title">不良处置情况</view>
@ -74,12 +74,12 @@
<text>{{methList[methIds]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</picker> -->
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无压痕/拉痕/变形</view>
<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>
@ -88,23 +88,242 @@
</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 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-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>
</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="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
</view>
</view>
</view>
</template>

25
pages/assembleInfo/index.scss

@ -1,3 +1,9 @@
.big-title{
width: 690upx;
margin: auto;
margin-top: 30upx;
@include fonts(26upx,#666,bold);
}
.sm-box{
@include wh(750upx,auto);
padding-top: 30upx;
@ -23,6 +29,7 @@
.content-box-card{
width: 690upx;
margin: auto;
.content-box-card-ul{
@include flex(flex-start,flex-start);
.content-box-card-list{
@ -275,4 +282,20 @@
@include wh(690upx,auto);
margin: auto;
margin-top: 60upx;
}
}
.tx-ul{
width: 710upx;
@include flex(center,space-bteween);
.tx-title{
width: 590upx;
@include fonts(24upx,#666,400);
}
input{
width: 120upx;
padding: 20upx;
border: 1upx solid #F1F1F1;
font-size: 24upx;
text-align: right;
}
}

160
pages/hardwareInfo/hardwareInfo.vue

@ -54,18 +54,18 @@
</view>
</view>
</view>
<view class="big-title">外观</view>
<view class="cyxj-content" style="margin-top: 24upx;">
<view class="cyxj-content-card">
<view class="title">外观N=1 Re=11/2H</view>
<view class="xx-card">
<view class="xx-title">料号/刻印线/日期清晰正确完整</view>
<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">
<!-- <view class="czyj-text">
<textarea value="" placeholder="不良情况分析" />
</view>
<view class="xx-title">不良处置情况</view>
@ -74,12 +74,12 @@
<text>{{methList[methIds]}}</text>
<image src="../../static/xiala.png"></image>
</view>
</picker>
</picker> -->
</view>
</view>
<view class="cyxj-content-card">
<view class="xx-card">
<view class="xx-title">无压痕/拉痕/变形</view>
<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>
@ -88,23 +88,155 @@
</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 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-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>
</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">栈板尺寸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>
</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="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
</view>
</view>
</view>
</template>

25
pages/hardwareInfo/index.scss

@ -1,3 +1,9 @@
.big-title{
width: 690upx;
margin: auto;
margin-top: 30upx;
@include fonts(26upx,#666,bold);
}
.sm-box{
@include wh(750upx,auto);
padding-top: 30upx;
@ -23,6 +29,7 @@
.content-box-card{
width: 690upx;
margin: auto;
.content-box-card-ul{
@include flex(flex-start,flex-start);
.content-box-card-list{
@ -275,4 +282,20 @@
@include wh(690upx,auto);
margin: auto;
margin-top: 60upx;
}
}
.tx-ul{
width: 710upx;
@include flex(center,space-bteween);
.tx-title{
width: 590upx;
@include fonts(24upx,#666,400);
}
input{
width: 120upx;
padding: 20upx;
border: 1upx solid #F1F1F1;
font-size: 24upx;
text-align: right;
}
}

25
pages/sprayInfo/index.scss

@ -1,3 +1,9 @@
.big-title{
width: 690upx;
margin: auto;
margin-top: 30upx;
@include fonts(26upx,#666,bold);
}
.sm-box{
@include wh(750upx,auto);
padding-top: 30upx;
@ -23,6 +29,7 @@
.content-box-card{
width: 690upx;
margin: auto;
.content-box-card-ul{
@include flex(flex-start,flex-start);
.content-box-card-list{
@ -275,4 +282,20 @@
@include wh(690upx,auto);
margin: auto;
margin-top: 60upx;
}
}
.tx-ul{
width: 710upx;
@include flex(center,space-bteween);
.tx-title{
width: 590upx;
@include fonts(24upx,#666,400);
}
input{
width: 120upx;
padding: 20upx;
border: 1upx solid #F1F1F1;
font-size: 24upx;
text-align: right;
}
}

282
pages/sprayInfo/sprayInfo.vue

@ -50,7 +50,287 @@
</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 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">
@ -101,7 +381,7 @@
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
</view>
</view> -->
</view>
</template>

25
pages/stampingInspectionInfo/index.scss

@ -1,3 +1,9 @@
.big-title{
width: 690upx;
margin: auto;
margin-top: 30upx;
@include fonts(26upx,#666,bold);
}
.sm-box{
@include wh(750upx,auto);
padding-top: 30upx;
@ -23,6 +29,7 @@
.content-box-card{
width: 690upx;
margin: auto;
.content-box-card-ul{
@include flex(flex-start,flex-start);
.content-box-card-list{
@ -275,4 +282,20 @@
@include wh(690upx,auto);
margin: auto;
margin-top: 60upx;
}
}
.tx-ul{
width: 710upx;
@include flex(center,space-bteween);
.tx-title{
width: 590upx;
@include fonts(24upx,#666,400);
}
input{
width: 120upx;
padding: 20upx;
border: 1upx solid #F1F1F1;
font-size: 24upx;
text-align: right;
}
}

209
pages/stampingInspectionInfo/stampingInspectionInfo.vue

@ -44,9 +44,9 @@
</view>
</view>
</view>
<view class="big-title">外观</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">
@ -78,6 +78,72 @@
</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">
@ -89,12 +155,151 @@
</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 class="xx-card">
<view class="xx-title">M2.5螺孔扭力3Kgf.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>
<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>
</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="备注情况说明" />
</view>
<view class="submit-btn">
<button type="primary">提交并发起审核</button>
</view>
</view>
</view>
</view>
</template>

6
pages/stampingRecordList/index.scss

@ -15,6 +15,12 @@
margin-top: 24upx;
@include flex(center,space-between);
.card-right{
@include fonts(24upx,#ffffff);
padding: 10upx 20upx 10upx 20upx;
border-radius: 10upx;
font-size: 24upx;
color: white;
background: #4CAF4D;
image{
@include wh(34upx,34upx)
}

42
pages/stampingRecordList/stampingRecordList.vue

@ -1,47 +1,61 @@
<template>
<view>
<view class="card" v-for="(item,index) in 10" :key="index">
<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">
人员统计
</view>
<!-- <view class="card-right">
<image src="../../static/search.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>
<view class="btn-grounp">
<view>开线</view>
<view class="btn-tx" @tap="stopLine()">停线</view>
<view class="btn-xx" @tap="offLine()">下线</view>
<view class="btn-blp" @tap="badProduct()">不良品统计</view>
<view class="btn-back" @tap="rework()">返修</view>
<view v-if="item.status==0||item.status==0" @tap="openLine()">开线</view>
<view v-if="item.status==1" class="btn-tx" @tap="stopLine()">停线</view>
<view v-if="item.status==0" class="btn-xx" @tap="offLine()">下线</view>
<view v-if="item.status==0" class="btn-blp" @tap="badProduct()">不良品统计</view>
<view v-if="item.status==0" class="btn-back" @tap="rework()">返修</view>
</view>
</view>
</view>
</template>
<script>
import {
firstCheckLists
} from "../../api/user.js";
export default {
onLoad() {
this.getData()
},
data() {
return {
list:[]
};
},methods:{
openLine(){
},
getData(){
firstCheckLists({}).then(res => {
this.list = res;
})
},
stopLine(){
uni.navigateTo({
url: '../stopLine/stopLine'

Loading…
Cancel
Save