|
|
@@ -278,7 +278,7 @@
|
|
278
|
278
|
/>
|
|
279
|
279
|
</el-form-item>
|
|
280
|
280
|
</el-col>
|
|
281
|
|
- <el-row>
|
|
|
281
|
+ <!-- <el-row>
|
|
282
|
282
|
<el-col :span="24">
|
|
283
|
283
|
<el-form-item label="送达地点" prop="toplace">
|
|
284
|
284
|
<el-input
|
|
|
@@ -288,7 +288,7 @@
|
|
288
|
288
|
/>
|
|
289
|
289
|
</el-form-item>
|
|
290
|
290
|
</el-col>
|
|
291
|
|
- </el-row>
|
|
|
291
|
+ </el-row> -->
|
|
292
|
292
|
<el-row>
|
|
293
|
293
|
<el-col :span="24">
|
|
294
|
294
|
<el-form-item label="工单内容" prop="content">
|
|
|
@@ -468,7 +468,7 @@ export default {
|
|
468
|
468
|
usercode: 0, // 申请人id
|
|
469
|
469
|
phone: "", // 联系电话
|
|
470
|
470
|
position: "",
|
|
471
|
|
- toplace: "",
|
|
|
471
|
+ // toplace: "",
|
|
472
|
472
|
content: "",
|
|
473
|
473
|
cfnum: "",
|
|
474
|
474
|
opt: "1",
|
|
|
@@ -497,13 +497,13 @@ export default {
|
|
497
|
497
|
trigger: "blur",
|
|
498
|
498
|
},
|
|
499
|
499
|
],
|
|
500
|
|
- toplace: [
|
|
501
|
|
- {
|
|
502
|
|
- required: true,
|
|
503
|
|
- message: "送达地点不能为空",
|
|
504
|
|
- trigger: "blur",
|
|
505
|
|
- },
|
|
506
|
|
- ],
|
|
|
500
|
+ // toplace: [
|
|
|
501
|
+ // {
|
|
|
502
|
+ // required: true,
|
|
|
503
|
+ // message: "送达地点不能为空",
|
|
|
504
|
+ // trigger: "blur",
|
|
|
505
|
+ // },
|
|
|
506
|
+ // ],
|
|
507
|
507
|
content: [
|
|
508
|
508
|
{
|
|
509
|
509
|
required: true,
|
|
|
@@ -723,7 +723,7 @@ export default {
|
|
723
|
723
|
this.ruleForm.cfnum = res.F_RemindCount;
|
|
724
|
724
|
this.ruleForm.phone = res.F_Phone;
|
|
725
|
725
|
this.ruleForm.position = res.F_Location;
|
|
726
|
|
- this.ruleForm.toplace = res.F_ToPlace;
|
|
|
726
|
+ // this.ruleForm.toplace = res.F_ToPlace;
|
|
727
|
727
|
this.ruleForm.content = res.F_Content;
|
|
728
|
728
|
const arr = [];
|
|
729
|
729
|
res.PSInfo.forEach(function (v, n) {
|
|
|
@@ -778,7 +778,7 @@ export default {
|
|
778
|
778
|
phone: this.ruleForm.phone,
|
|
779
|
779
|
Location: this.ruleForm.position,
|
|
780
|
780
|
WorkOrderCategory: this.ruleForm.F_Type2,
|
|
781
|
|
- ToPlace: this.ruleForm.toplace,
|
|
|
781
|
+ // ToPlace: this.ruleForm.toplace,
|
|
782
|
782
|
Content: this.ruleForm.content,
|
|
783
|
783
|
DealDept: this.ruleForm.DealDept,
|
|
784
|
784
|
DealMan: this.ruleForm.clid,
|
|
|
@@ -793,7 +793,7 @@ export default {
|
|
793
|
793
|
phone: this.ruleForm.phone,
|
|
794
|
794
|
Location: this.ruleForm.position,
|
|
795
|
795
|
WorkOrderCategory: this.ruleForm.F_Type2,
|
|
796
|
|
- ToPlace: this.ruleForm.toplace,
|
|
|
796
|
+ // ToPlace: this.ruleForm.toplace,
|
|
797
|
797
|
Content: this.ruleForm.content,
|
|
798
|
798
|
DealDept: this.ruleForm.DealDept,
|
|
799
|
799
|
DealMan: this.ruleForm.clid,
|