Commit 72eea060 authored by 沈翠玲's avatar 沈翠玲

把这个报工人挪到打印那里,把是否打印挪下来

parent f28be2a8
...@@ -414,8 +414,8 @@ ...@@ -414,8 +414,8 @@
v-model="feedback.feedbackTime" /> v-model="feedback.feedbackTime" />
</u-form-item> </u-form-item>
</u-col> </u-col>
<u-col span="6"> <u-col span="6" v-if="feedback.taskType&&feedback.taskType===3">
<u-form-item label="是否关单:" prop="closeType" v-if="feedback.taskType&&feedback.taskType===3"> <u-form-item label="是否关单:" prop="closeType" >
<view class="uni-list-item__extra"> <view class="uni-list-item__extra">
<u-radio-group v-model="feedback.closeType"> <u-radio-group v-model="feedback.closeType">
<u-radio :name="1"></u-radio> <u-radio :name="1"></u-radio>
...@@ -423,7 +423,15 @@ ...@@ -423,7 +423,15 @@
</u-radio-group> </u-radio-group>
</view> </view>
</u-form-item> </u-form-item>
<u-form-item label="打印:" prop="whether" v-else> </u-col>
<u-col :span="6" v-if="!feedback.taskType || feedback.taskType!==3">
<u-form-item label="报工人:" prop="nickName">
<u-input v-model="feedback.nickName"></u-input>
<u-button @tap="getCode(feedback)" type="success" size="mini">报工人员</u-button>
</u-form-item>
</u-col>
<u-col span="6" v-if="!feedback.taskType || feedback.taskType!==3">
<u-form-item label="打印:" prop="whether">
<view class="uni-list-item__extra"> <view class="uni-list-item__extra">
<u-radio-group v-model="feedback.whether"> <u-radio-group v-model="feedback.whether">
<u-radio :name="1"></u-radio> <u-radio :name="1"></u-radio>
...@@ -432,15 +440,7 @@ ...@@ -432,15 +440,7 @@
</view> </view>
</u-form-item> </u-form-item>
</u-col> </u-col>
</u-row>
<u-row v-if="!feedback.taskType || feedback.taskType!==3">
<u-col :span="6">
<u-form-item label="报工人:" prop="nickName">
<u-input v-model="feedback.nickName"></u-input>
<u-button @tap="getCode(feedback)" type="success" size="mini">报工人员</u-button>
</u-form-item>
</u-col>
</u-row>
<!-- <u-row> --> <!-- <u-row> -->
<!-- <u-col span="3" width: max-content> <!-- <u-col span="3" width: max-content>
...@@ -462,7 +462,7 @@ ...@@ -462,7 +462,7 @@
</view> --> </view> -->
<!-- </u-row> --> </u-row>
</u-form> </u-form>
</view> </view>
</view> </view>
...@@ -2467,6 +2467,11 @@ export default { ...@@ -2467,6 +2467,11 @@ export default {
this.$set(this.feedbackForms[index], 'mergePack', this.copyFeedBackForms[index].mergePack); this.$set(this.feedbackForms[index], 'mergePack', this.copyFeedBackForms[index].mergePack);
console.log(this.feedbackForms[index], '889row'); console.log(this.feedbackForms[index], '889row');
} }
row.tableDirectiveData = [];
row.tableSizeData = []
row.tableOrderData = [];
row.listTabPro = [
];
console.log(88999); console.log(88999);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment