liuzhihui 2 lat temu
rodzic
commit
08fecb8fb0

+ 42 - 29
CallCenterWeb.UI/RMYY/src/components/button/orderList.vue

368
         </el-row>
368
         </el-row>
369
         <el-row v-if="dealWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0">
369
         <el-row v-if="dealWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0">
370
           <el-row v-for="(item, index) in dispatchhaocaiarrError" :key="index">
370
           <el-row v-for="(item, index) in dispatchhaocaiarrError" :key="index">
371
-            <el-col :span="7">
371
+            <el-col :span="8">
372
               <el-form-item prop="devname">
372
               <el-form-item prop="devname">
373
                 <el-cascader ref="cascaderbb" :options="bborderData" :props="TagProps" clearable filterable
373
                 <el-cascader ref="cascaderbb" :options="bborderData" :props="TagProps" clearable filterable
374
                   placeholder="请选择标本" @change="(devname) => handleChange(devname, index)"></el-cascader>
374
                   placeholder="请选择标本" @change="(devname) => handleChange(devname, index)"></el-cascader>
375
               </el-form-item>
375
               </el-form-item>
376
             </el-col>
376
             </el-col>
377
-            <el-col :span="6">
377
+            <el-col :span="12">
378
               <el-form-item prop="num">
378
               <el-form-item prop="num">
379
                 <el-input-number v-model="item.F_Number" :min="0" size="medium" />
379
                 <el-input-number v-model="item.F_Number" :min="0" size="medium" />
380
+                <el-button type="primary" icon="el-icon-close" circle @click="removeItem(index)" />
380
               </el-form-item>
381
               </el-form-item>
381
             </el-col>
382
             </el-col>
382
-            <el-col :span="11">
383
+            <!-- <el-col :span="11">
383
               <el-form-item prop="num">
384
               <el-form-item prop="num">
384
                 <el-input style="width: 180px" v-model="item.F_ReceiveUser" placeholder="科室交接人"></el-input>
385
                 <el-input style="width: 180px" v-model="item.F_ReceiveUser" placeholder="科室交接人"></el-input>
385
                 <el-button type="primary" icon="el-icon-close" circle @click="removeItem(index)" />
386
                 <el-button type="primary" icon="el-icon-close" circle @click="removeItem(index)" />
386
               </el-form-item>
387
               </el-form-item>
387
-            </el-col>
388
+            </el-col> -->
388
           </el-row>
389
           </el-row>
389
         </el-row>
390
         </el-row>
391
+        <el-form-item label="科室交接人" v-if="dealWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0">
392
+          <el-input placeholder="科室交接人" v-model="dealWorkForm.recipient"></el-input>
393
+        </el-form-item>
390
         <el-form-item label="附件" v-if="bbtags.indexOf('急查标本') < 0">
394
         <el-form-item label="附件" v-if="bbtags.indexOf('急查标本') < 0">
391
           <el-upload :headers="headers" :on-remove="handle_remove" :on-success="handle_success"
395
           <el-upload :headers="headers" :on-remove="handle_remove" :on-success="handle_success"
392
             :file-list="dealWorkFormFile" :action="imgUrl" list-type="picture-card">
396
             :file-list="dealWorkFormFile" :action="imgUrl" list-type="picture-card">
425
         </el-row>
429
         </el-row>
426
         <el-row v-if="dealEditWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0">
430
         <el-row v-if="dealEditWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0">
427
           <el-row v-for="(item, index) in dispatchhaocaiarrEdit" :key="index">
431
           <el-row v-for="(item, index) in dispatchhaocaiarrEdit" :key="index">
428
-            <el-col :span="7">
432
+            <el-col :span="8">
429
               <el-form-item>
433
               <el-form-item>
430
                 <el-cascader v-model="item.F_DicId" ref="cascaderbbedit" :options="bborderData" :props="TagProps"
434
                 <el-cascader v-model="item.F_DicId" ref="cascaderbbedit" :options="bborderData" :props="TagProps"
431
                   clearable filterable placeholder="请选择标本" @change="(F_DicId) => handleChangeEdit(F_DicId, index)">
435
                   clearable filterable placeholder="请选择标本" @change="(F_DicId) => handleChangeEdit(F_DicId, index)">
432
                 </el-cascader>
436
                 </el-cascader>
433
               </el-form-item>
437
               </el-form-item>
434
             </el-col>
438
             </el-col>
435
-            <el-col :span="6">
439
+            <el-col :span="12">
436
               <el-form-item prop="num">
440
               <el-form-item prop="num">
437
                 <el-input-number v-model="item.F_Number" :min="0" size="medium" />
441
                 <el-input-number v-model="item.F_Number" :min="0" size="medium" />
442
+                <el-button type="primary" icon="el-icon-close" circle @click="removeItemEdit(index)" />
438
               </el-form-item>
443
               </el-form-item>
439
             </el-col>
444
             </el-col>
440
-            <el-col :span="11">
445
+            <!-- <el-col :span="11">
441
               <el-form-item prop="num">
446
               <el-form-item prop="num">
442
                 <el-input style="width: 180px" v-model="item.F_ReceiveUser" placeholder="科室交接人"></el-input>
447
                 <el-input style="width: 180px" v-model="item.F_ReceiveUser" placeholder="科室交接人"></el-input>
443
                 <el-button type="primary" icon="el-icon-close" circle @click="removeItemEdit(index)" />
448
                 <el-button type="primary" icon="el-icon-close" circle @click="removeItemEdit(index)" />
444
               </el-form-item>
449
               </el-form-item>
445
-            </el-col>
450
+            </el-col> -->
446
           </el-row>
451
           </el-row>
447
         </el-row>
452
         </el-row>
453
+        <el-form-item label="科室接收人" v-if="dealEditWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0">
454
+          <el-input placeholder="科室接收人" v-model="dealEditWorkForm.recipient"></el-input>
455
+        </el-form-item>
448
         <el-form-item label="附件" v-if="bbtags.indexOf('急查标本') < 0">
456
         <el-form-item label="附件" v-if="bbtags.indexOf('急查标本') < 0">
449
           <el-upload :headers="headers" :on-remove="handle_removeEdit" :on-success="handle_successEdit"
457
           <el-upload :headers="headers" :on-remove="handle_removeEdit" :on-success="handle_successEdit"
450
             :file-list="dealEditWorkFormFile" :action="imgUrl" list-type="picture-card">
458
             :file-list="dealEditWorkFormFile" :action="imgUrl" list-type="picture-card">
702
         dispatchhaocaiarrError: [{
710
         dispatchhaocaiarrError: [{
703
           F_DicId: "",
711
           F_DicId: "",
704
           F_Number: 0,
712
           F_Number: 0,
705
-          F_ReceiveUser: "",
713
+          // F_ReceiveUser: "",
706
         }, ],
714
         }, ],
707
         dispatchhaocaiarrEdit: [{
715
         dispatchhaocaiarrEdit: [{
708
           F_DicId: '',
716
           F_DicId: '',
709
           F_Number: 0,
717
           F_Number: 0,
710
-          F_ReceiveUser: "",
718
+          // F_ReceiveUser: "",
711
         }, ],
719
         }, ],
712
         reason1: "",
720
         reason1: "",
713
         reason2: "",
721
         reason2: "",
917
         dealWorkForm: {
925
         dealWorkForm: {
918
           file: "",
926
           file: "",
919
           remark: "",
927
           remark: "",
920
-          // recipient: "",
928
+          recipient:"",
921
           isabnormal: "0",
929
           isabnormal: "0",
922
         },
930
         },
923
         dealEditWorkForm: {
931
         dealEditWorkForm: {
924
           file: "",
932
           file: "",
925
           remark: "",
933
           remark: "",
926
-          // recipient: "",
934
+          recipient: "",
927
           isabnormal: "0",
935
           isabnormal: "0",
928
         },
936
         },
929
         collectForm: {
937
         collectForm: {
1030
         const params = {
1038
         const params = {
1031
           F_DicId: "",
1039
           F_DicId: "",
1032
           F_Number: 0,
1040
           F_Number: 0,
1033
-          F_ReceiveUser: "",
1041
+          // F_ReceiveUser: "",
1034
         };
1042
         };
1035
         this.dispatchhaocaiarrError.push(params);
1043
         this.dispatchhaocaiarrError.push(params);
1036
       },
1044
       },
1038
         const params = {
1046
         const params = {
1039
           F_DicId: "",
1047
           F_DicId: "",
1040
           F_Number: 0,
1048
           F_Number: 0,
1041
-          F_ReceiveUser: "",
1049
+          // F_ReceiveUser: "",
1042
         };
1050
         };
1043
         this.dispatchhaocaiarrEdit.push(params);
1051
         this.dispatchhaocaiarrEdit.push(params);
1044
       },
1052
       },
1157
           type: 1
1165
           type: 1
1158
         };
1166
         };
1159
         GetOrderDetail(params).then(res => {
1167
         GetOrderDetail(params).then(res => {
1160
-          if (res.data.length > 0 && res.data[0].F_OperationType == 9) {
1168
+          if (res.data.length > 0 && res.data[0].F_OperationType == 9 && res.data[0].F_LogContent.length > 3) {
1161
             this.dealEditWorkForm.remark = res.data[0].F_LogContent.slice(res.data[0].F_LogContent.indexOf(',') + 1,
1169
             this.dealEditWorkForm.remark = res.data[0].F_LogContent.slice(res.data[0].F_LogContent.indexOf(',') + 1,
1162
               res.data[0].F_LogContent.length)
1170
               res.data[0].F_LogContent.length)
1163
           }
1171
           }
1178
           if (res.data[0].F_IsAbnormal) {
1186
           if (res.data[0].F_IsAbnormal) {
1179
             this.dealEditWorkForm.isabnormal = res.data[0].F_IsAbnormal.toString()
1187
             this.dealEditWorkForm.isabnormal = res.data[0].F_IsAbnormal.toString()
1180
           }
1188
           }
1189
+          this.dealEditWorkForm.recipient = res.data[0].F_Recipient
1181
           if (this.bbtags.indexOf('急查标本') >= 0) {
1190
           if (this.bbtags.indexOf('急查标本') >= 0) {
1182
             for (var i = 0; i < res.data[0].PSInfo.length; i++) {
1191
             for (var i = 0; i < res.data[0].PSInfo.length; i++) {
1183
               res.data[0].PSInfo[i].F_DicName =
1192
               res.data[0].PSInfo[i].F_DicName =
1192
               F_DicId: res.data[0].SDInfo[i].F_DicId,
1201
               F_DicId: res.data[0].SDInfo[i].F_DicId,
1193
               F_DicName: res.data[0].SDInfo[i].F_DicName,
1202
               F_DicName: res.data[0].SDInfo[i].F_DicName,
1194
               F_Number: res.data[0].SDInfo[i].F_Number,
1203
               F_Number: res.data[0].SDInfo[i].F_Number,
1195
-              F_ReceiveUser: res.data[0].SDInfo[i].F_ReceiveUser
1204
+              // F_ReceiveUser: res.data[0].SDInfo[i].F_ReceiveUser
1196
             })
1205
             })
1197
           }
1206
           }
1198
           this.dispatchhaocaiarrEdit = sdarr
1207
           this.dispatchhaocaiarrEdit = sdarr
1665
         // return;
1674
         // return;
1666
         if (formName === "dealWorkForm") {
1675
         if (formName === "dealWorkForm") {
1667
           if (this.dispatchhaocaiarrError.length > 0) {
1676
           if (this.dispatchhaocaiarrError.length > 0) {
1668
-
1669
-            //v-if="dealWorkForm.isabnormal === '1' && bbtags.indexOf('急查标本') >= 0"
1670
-
1671
             if (this.dealWorkForm.isabnormal === '1' && this.bbtags.indexOf('急查标本') >= 0) {
1677
             if (this.dealWorkForm.isabnormal === '1' && this.bbtags.indexOf('急查标本') >= 0) {
1672
               const index = this.dispatchhaocaiarrError.findIndex((o) => {
1678
               const index = this.dispatchhaocaiarrError.findIndex((o) => {
1673
-                return !o.F_ReceiveUser || !o.F_DicName || !o.F_Number;
1679
+                return !o.F_DicId || !o.F_Number;
1674
               });
1680
               });
1675
               if (index >= 0) {
1681
               if (index >= 0) {
1676
                 this.$message.error("请选择对应物资信息");
1682
                 this.$message.error("请选择对应物资信息");
1682
         }
1688
         }
1683
         if (formName === "dealEditWorkForm") {
1689
         if (formName === "dealEditWorkForm") {
1684
           if (this.dispatchhaocaiarrEdit.length > 0) {
1690
           if (this.dispatchhaocaiarrEdit.length > 0) {
1685
-
1686
-            if (this.dealWorkForm.isabnormal === '1' && this.bbtags.indexOf('急查标本') >= 0) {
1687
-
1691
+            if (this.dealEditWorkForm.isabnormal === '1' && this.bbtags.indexOf('急查标本') >= 0) {
1688
               const index = this.dispatchhaocaiarrEdit.findIndex((o) => {
1692
               const index = this.dispatchhaocaiarrEdit.findIndex((o) => {
1689
-                return !o.F_ReceiveUser || !o.F_DicName || !o.F_Number;
1693
+                return !o.F_DicId || !o.F_Number;
1690
               });
1694
               });
1691
               if (index >= 0) {
1695
               if (index >= 0) {
1692
                 this.$message.error("请选择对应物资信息");
1696
                 this.$message.error("请选择对应物资信息");
1753
             console.log(formName);
1757
             console.log(formName);
1754
             if (formName === "dealWorkForm") {
1758
             if (formName === "dealWorkForm") {
1755
               const psarr = [];
1759
               const psarr = [];
1756
-              console.log(this.dispatchhaocaiarrError);
1757
               this.dealWorkForm.pslist = this.dispatchhaocaiarrError;
1760
               this.dealWorkForm.pslist = this.dispatchhaocaiarrError;
1758
               if (this.bbtags.indexOf("急查标本") < 0) {
1761
               if (this.bbtags.indexOf("急查标本") < 0) {
1759
                 this.dealWorkForm.pslist = [];
1762
                 this.dealWorkForm.pslist = [];
1760
-                // this.dealWorkForm.recipient = "";
1761
-                this.dealWorkForm.isabnormal = "0";
1763
+                this.dealWorkForm.recipient = "";
1764
+                this.dealWorkForm.isabnormal = "";
1765
+              }
1766
+              if(this.dealWorkForm.isabnormal == "0"){
1767
+                this.dealWorkForm.pslist = [];
1768
+                this.dealWorkForm.recipient = ""
1762
               }
1769
               }
1763
               if (this.dealWorkForm.file === "") {
1770
               if (this.dealWorkForm.file === "") {
1764
                 // this.$message.error('请上传附件')
1771
                 // this.$message.error('请上传附件')
1769
                   this.dealWorkForm.file.length - 1
1776
                   this.dealWorkForm.file.length - 1
1770
                 );
1777
                 );
1771
               }
1778
               }
1772
-              console.log(this.dealWorkForm);
1773
             }
1779
             }
1774
             if (formName === "dealEditWorkForm") {
1780
             if (formName === "dealEditWorkForm") {
1775
               const psarr = [];
1781
               const psarr = [];
1776
               this.dealEditWorkForm.pslist = this.dispatchhaocaiarrEdit;
1782
               this.dealEditWorkForm.pslist = this.dispatchhaocaiarrEdit;
1777
               if (this.bbtags.indexOf("急查标本") < 0) {
1783
               if (this.bbtags.indexOf("急查标本") < 0) {
1778
                 this.dealEditWorkForm.pslist = [];
1784
                 this.dealEditWorkForm.pslist = [];
1779
-                this.dealEditWorkForm.isabnormal = "0";
1785
+                this.dealEditWorkForm.recipient = "";
1786
+                this.dealEditWorkForm.isabnormal = "";
1787
+              }
1788
+              if(this.dealEditWorkForm.isabnormal == "0"){
1789
+                this.dealEditWorkForm.pslist = [];
1790
+                this.dealEditWorkForm.recipient = ""
1780
               }
1791
               }
1781
               if (this.dealEditWorkForm.file === "") {
1792
               if (this.dealEditWorkForm.file === "") {
1782
                 // this.$message.error('请上传附件')
1793
                 // this.$message.error('请上传附件')
2003
                       this.dealWorkForm.remark = "";
2014
                       this.dealWorkForm.remark = "";
2004
                       this.dealWorkFormFile = [];
2015
                       this.dealWorkFormFile = [];
2005
                       this.dealWorkForm.isabnormal = "0";
2016
                       this.dealWorkForm.isabnormal = "0";
2017
+                      this.dealWorkForm.recipient = "";
2006
                     }
2018
                     }
2007
                     if (this.optionName == "schEdit") {
2019
                     if (this.optionName == "schEdit") {
2008
                       this.dealEditWorkForm.file = "";
2020
                       this.dealEditWorkForm.file = "";
2009
                       this.dealEditWorkForm.remark = "";
2021
                       this.dealEditWorkForm.remark = "";
2010
                       this.dealEditWorkFormFile = [];
2022
                       this.dealEditWorkFormFile = [];
2011
                       this.dealEditWorkForm.isabnormal = "0";
2023
                       this.dealEditWorkForm.isabnormal = "0";
2024
+                      this.dealEditWorkForm.recipient = "";
2012
                     }
2025
                     }
2013
                     if (this.optionName == "dispatch_shouqubiaoben") {
2026
                     if (this.optionName == "dispatch_shouqubiaoben") {
2014
                       this.collectForm.file = "";
2027
                       this.collectForm.file = "";

+ 10 - 6
CallCenterWeb.UI/RMYY/src/views/comDispatch/components/dispatchdetail.vue

72
               </tr>
72
               </tr>
73
               <tr v-show="isDD.indexOf('DD') >= 0 || isDD === 'GLY'">
73
               <tr v-show="isDD.indexOf('DD') >= 0 || isDD === 'GLY'">
74
                 <th>接单时间:</th>
74
                 <th>接单时间:</th>
75
-                <td>{{ orderDetailData.F_AcceptTime || "-" }}</td>
75
+                <td colspan="2">{{ orderDetailData.F_AcceptTime || "-" }}</td>
76
                 <th>完成时间:</th>
76
                 <th>完成时间:</th>
77
-                <td colspan="3">{{ orderDetailData.F_Endtime || "-" }}</td>
77
+                <td colspan="2">{{ orderDetailData.F_Endtime || "-" }}</td>
78
               </tr>
78
               </tr>
79
               <tr v-if="
79
               <tr v-if="
80
                   orderDetailData.PSInfo && orderDetailData.PSInfo.length > 0
80
                   orderDetailData.PSInfo && orderDetailData.PSInfo.length > 0
99
                       v-if="index!=orderDetailData.PSInfo.length-1">,</span></span>
99
                       v-if="index!=orderDetailData.PSInfo.length-1">,</span></span>
100
                 </td> -->
100
                 </td> -->
101
               </tr>
101
               </tr>
102
-              <tr v-for="(item, index) in orderDetailData.PSInfo" :key="index+0">
102
+              <tr v-for="(item, index) in orderDetailData.PSInfo" :key="index+2">
103
                 <th v-if="item.F_ToDept">送达科室:</th>
103
                 <th v-if="item.F_ToDept">送达科室:</th>
104
                 <th v-if="item.F_ToDept">
104
                 <th v-if="item.F_ToDept">
105
                   {{
105
                   {{
133
                 ">
133
                 ">
134
                 <th :rowspan="orderDetailData.SDInfo.length + 1">异常配送信息:</th>
134
                 <th :rowspan="orderDetailData.SDInfo.length + 1">异常配送信息:</th>
135
               </tr>
135
               </tr>
136
-              <tr v-for="(item, index) in orderDetailData.SDInfo" :key="index+0">
136
+              <tr v-for="(item, index) in orderDetailData.SDInfo" :key="index+11">
137
                 <th v-if="item.F_ToDept">送达科室:</th>
137
                 <th v-if="item.F_ToDept">送达科室:</th>
138
                 <th v-if="item.F_ToDept">
138
                 <th v-if="item.F_ToDept">
139
                   {{
139
                   {{
162
                 </td>
162
                 </td>
163
                 <th>-</th>
163
                 <th>-</th>
164
               </tr>
164
               </tr>
165
-              <tr v-if="orderDetailData.F_Recipient">
165
+              <tr v-if="orderDetailData.F_TypeName2.indexOf('标本')>=0 && orderDetailData.F_IsAbnormal != null">
166
                 <th>是否异常:</th>
166
                 <th>是否异常:</th>
167
-                <td colspan="5">
167
+                <td colspan="2">
168
                   {{ orderDetailData.F_IsAbnormal == 0 ? "否" : "是" }}
168
                   {{ orderDetailData.F_IsAbnormal == 0 ? "否" : "是" }}
169
+                </td>
170
+                <th>科室交接人:</th>
171
+                <td colspan="2">
172
+                  {{ orderDetailData.F_Recipient || "-"}}
169
                 </td>
173
                 </td>
170
               </tr>
174
               </tr>
171
               <tr>
175
               <tr>

+ 6 - 6
CallCenterWeb.UI/RMYYAPP/pages/myTask/comDispatch/comDispatchDetail/comDispatchDetail.vue

202
 					<text v-if="item.F_DicName">{{item.F_DicName + '('+ item.F_Number + ')'}}</text>
202
 					<text v-if="item.F_DicName">{{item.F_DicName + '('+ item.F_Number + ')'}}</text>
203
 					<text v-else class="contentText"></text>
203
 					<text v-else class="contentText"></text>
204
 				</view> -->
204
 				</view> -->
205
-      </view>
206
-      <view class="contentTable" v-if="detailContentData.F_Recipient">
207
-        <text class="contentTitle">接收人:</text>
208
-        <text class="contentText">{{ detailContentData.F_Recipient }}</text>
209
-      </view>
210
-      <view class="contentTable" v-if="detailContentData.F_Recipient">
205
+      </view>      
206
+      <view class="contentTable" v-if="detailContentData.F_IsAbnormal != null">
211
         <text class="contentTitle">是否异常:</text>
207
         <text class="contentTitle">是否异常:</text>
212
         <text class="contentText">{{
208
         <text class="contentText">{{
213
           detailContentData.F_IsAbnormal == 0 ? "否" : "是"
209
           detailContentData.F_IsAbnormal == 0 ? "否" : "是"
214
         }}</text>
210
         }}</text>
215
       </view>
211
       </view>
212
+	  <view class="contentTable" v-if="detailContentData.F_IsAbnormal != null">
213
+	    <text class="contentTitle">科室交接人:</text>
214
+	    <text class="contentText">{{ detailContentData.F_Recipient || "-"}}</text>
215
+	  </view>
216
       <!-- <view class="contentTable" v-if="detailContentData.F_WorkOrderCodes">
216
       <!-- <view class="contentTable" v-if="detailContentData.F_WorkOrderCodes">
217
 				<text class="contentTitle">关联工单:</text>
217
 				<text class="contentTitle">关联工单:</text>
218
 				<text class="contentText">{{ detailContentData.F_WorkOrderCodes }}</text>
218
 				<text class="contentText">{{ detailContentData.F_WorkOrderCodes }}</text>

+ 14 - 3
CallCenterWeb.UI/RMYYAPP/pages/myTask/comDispatch/comDispatchDetail/dealDetail/dealDetail.vue

45
             ></uni-icons>
45
             ></uni-icons>
46
           </view>
46
           </view>
47
           <view style="width: 100%" v-for="(item, index) in dicList">
47
           <view style="width: 100%" v-for="(item, index) in dicList">
48
-            <view style="width: 60%; padding: 15px">
48
+            <!-- <view style="width: 60%; padding: 15px">
49
               <uni-easyinput
49
               <uni-easyinput
50
                 v-model="item.F_ReceiveUser"
50
                 v-model="item.F_ReceiveUser"
51
                 placeholder="科室交接人"
51
                 placeholder="科室交接人"
52
               />
52
               />
53
-            </view>
53
+            </view> -->
54
             <view style="display: flex">
54
             <view style="display: flex">
55
               <view class="dicSelect" style="width: 60%; padding: 15px">
55
               <view class="dicSelect" style="width: 60%; padding: 15px">
56
                 <uni-data-picker
56
                 <uni-data-picker
67
             </view>
67
             </view>
68
           </view>
68
           </view>
69
         </view>
69
         </view>
70
+		<uni-forms-item v-show="isabnormal === '1'" label="科室接收人" name="recipient">
71
+		  <uni-easyinput
72
+		    type="text"
73
+		    v-model="recipient"
74
+		    placeholder="科室接收人"
75
+		  />
76
+		</uni-forms-item>
70
         <uni-forms-item label="附件" name="" v-if="findIndex < 0">
77
         <uni-forms-item label="附件" name="" v-if="findIndex < 0">
71
           <view class="example-body">
78
           <view class="example-body">
72
             <upload
79
             <upload
124
           F_DicId: 0,
131
           F_DicId: 0,
125
           F_DicName: "",
132
           F_DicName: "",
126
           F_Number: 1,
133
           F_Number: 1,
127
-          F_ReceiveUser: "",
134
+          // F_ReceiveUser: "",
128
         },
135
         },
129
       ],
136
       ],
130
       getFontSizeValue: "1rem",
137
       getFontSizeValue: "1rem",
257
         params.isabnormal = "";
264
         params.isabnormal = "";
258
         params.recipient = "";
265
         params.recipient = "";
259
       }
266
       }
267
+	  if(this.isabnormal == "0"){
268
+		params.pslist = null;
269
+		params.recipient = "";
270
+	  }
260
       if (this.state == 1) {
271
       if (this.state == 1) {
261
         this.$mHelper.httpPost(
272
         this.$mHelper.httpPost(
262
           "Scheduling/DealWorkOrder",
273
           "Scheduling/DealWorkOrder",