|
@@ -63,6 +63,24 @@
|
|
|
</u-radio-group>
|
|
</u-radio-group>
|
|
|
<text v-else>{{getButtChange(form.chuJuBaoGaoYaoQiu,reportRequireList)}}</text>
|
|
<text v-else>{{getButtChange(form.chuJuBaoGaoYaoQiu,reportRequireList)}}</text>
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
|
|
|
+ <u-form-item label="样品是否带有传染性疾病" prop="name">
|
|
|
|
|
+ <u-radio-group v-model="form.biaoQianTuPianJudge" v-if="type != 'detail'" @change="getMultiple()">
|
|
|
|
|
+ <u-radio v-for="(item, index) in judgeList" :key="index" :name="item.name">
|
|
|
|
|
+ {{item.name}}
|
|
|
|
|
+ </u-radio>
|
|
|
|
|
+ </u-radio-group>
|
|
|
|
|
+ <text v-else>{{form.biaoQianTuPianJudge}}</text>
|
|
|
|
|
+ </u-form-item>
|
|
|
|
|
+ <view v-if="form.biaoQianTuPianJudge == '是'">
|
|
|
|
|
+ <view class="qingshe">
|
|
|
|
|
+ <view class="qingTitle">
|
|
|
|
|
+ 若样品带有传染性疾病请在此备注
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <u-form-item label="备注">
|
|
|
|
|
+ <u-input placeholder="请输入备注" v-model="form.biaoQianTuPian" :disabled="type == 'detail'?true :false" />
|
|
|
|
|
+ </u-form-item>
|
|
|
|
|
+ </view>
|
|
|
<u-form-item label="检毕样品处置" prop="yangBenChuLi" required>
|
|
<u-form-item label="检毕样品处置" prop="yangBenChuLi" required>
|
|
|
<u-input placeholder="请选择检毕样品处置" type="select" v-model="form.yangBenChuLi" @click="sheetClick('disposition')" v-if="type != 'detail'" />
|
|
<u-input placeholder="请选择检毕样品处置" type="select" v-model="form.yangBenChuLi" @click="sheetClick('disposition')" v-if="type != 'detail'" />
|
|
|
<text v-else>{{form.yangBenChuLi}}</text>
|
|
<text v-else>{{form.yangBenChuLi}}</text>
|
|
@@ -78,18 +96,6 @@
|
|
|
<view class="tagBox" v-if="form.lhypb.length > 1">
|
|
<view class="tagBox" v-if="form.lhypb.length > 1">
|
|
|
<uni-tag class="tagSin" :text="'样品:'+(index+1)" :type="lhypbIndex == index ? 'primary':'warning'" :circle="true" v-for="(item,index) in form.lhypb" :key="index" @click="lhypbIndex = index" />
|
|
<uni-tag class="tagSin" :text="'样品:'+(index+1)" :type="lhypbIndex == index ? 'primary':'warning'" :circle="true" v-for="(item,index) in form.lhypb" :key="index" @click="lhypbIndex = index" />
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- <!-- <uni-group mode="card" :title="'样品' + (index+1)" v-for="(item,index) in form.lhypb" :key="index"
|
|
|
|
|
- v-if="index == lhypbIndex">
|
|
|
|
|
- <lhypb-message :item="item" :itemType="false" :type="type" :jianCeTypeList="jianCeTypeList"
|
|
|
|
|
- :heTongId="form.heTongId" @countTotal="getTotal" @getParentContent="getJianXiangData">>
|
|
|
|
|
- </lhypb-message>
|
|
|
|
|
- <u-button type="error" class="btn green-back-color" @click="deletSing(index)"
|
|
|
|
|
- v-if="type != 'detail'">
|
|
|
|
|
- 删除样品编号“{{item.yangPinBianHao}}”的样品
|
|
|
|
|
- </u-button>
|
|
|
|
|
- </uni-group> -->
|
|
|
|
|
-
|
|
|
|
|
<view v-for="(item,index) in form.lhypb" :key="index" v-if="index == lhypbIndex">
|
|
<view v-for="(item,index) in form.lhypb" :key="index" v-if="index == lhypbIndex">
|
|
|
<lhypb-com :item="item" :index="index" :type="type" @deleteClick="deletSing" @updateClick="updateClick">
|
|
<lhypb-com :item="item" :index="index" :type="type" @deleteClick="deletSing" @updateClick="updateClick">
|
|
|
</lhypb-com>
|
|
</lhypb-com>
|
|
@@ -246,7 +252,9 @@
|
|
|
weiTuoRiQi: '',
|
|
weiTuoRiQi: '',
|
|
|
weiTuoFangQueRen: '',
|
|
weiTuoFangQueRen: '',
|
|
|
zongJia: 0,
|
|
zongJia: 0,
|
|
|
- zhanShiBiaoId: this.generateUUID()
|
|
|
|
|
|
|
+ zhanShiBiaoId: this.generateUUID(),
|
|
|
|
|
+ biaoQianTuPianJudge: '否',
|
|
|
|
|
+ biaoQianTuPian: ''
|
|
|
},
|
|
},
|
|
|
rules: {
|
|
rules: {
|
|
|
heTongId: [{
|
|
heTongId: [{
|
|
@@ -313,6 +321,8 @@
|
|
|
dispositionList: order.disposition,
|
|
dispositionList: order.disposition,
|
|
|
//性别
|
|
//性别
|
|
|
sexList: order.sex,
|
|
sexList: order.sex,
|
|
|
|
|
+ //是否判断
|
|
|
|
|
+ judgeList: order.judgeList,
|
|
|
//签名显示
|
|
//签名显示
|
|
|
qianshow: false,
|
|
qianshow: false,
|
|
|
qianIndex: 0,
|
|
qianIndex: 0,
|
|
@@ -971,6 +981,9 @@
|
|
|
this.form.bianZhiBuMen = this.orgId
|
|
this.form.bianZhiBuMen = this.orgId
|
|
|
this.form.weiTuoZhuangTai = '待审核'
|
|
this.form.weiTuoZhuangTai = '待审核'
|
|
|
this.form.fuKuanZhuangTai = '未结清'
|
|
this.form.fuKuanZhuangTai = '未结清'
|
|
|
|
|
+ if (this.form.biaoQianTuPianJudge == '否') {
|
|
|
|
|
+ this.form.biaoQianTuPian = '否'
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
this.form.lhypb.forEach((item, index) => {
|
|
this.form.lhypb.forEach((item, index) => {
|
|
|
if (this.buttonFlagNum === '3') {
|
|
if (this.buttonFlagNum === '3') {
|