|
@@ -70,14 +70,14 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <a-col :md="5" :sm="8">
|
|
|
+ <!-- <a-col :md="5" :sm="8">
|
|
|
<a-form-model-item label="是否被参照">
|
|
|
<a-select v-model="queryParam.refer">
|
|
|
<a-select-option value="1">是</a-select-option>
|
|
|
<a-select-option value="0">否</a-select-option>
|
|
|
</a-select>
|
|
|
</a-form-model-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
|
|
|
<a-col :md="5" :sm="8">
|
|
|
<a-form-item label="订单日期">
|
|
@@ -457,7 +457,6 @@ export default {
|
|
|
|
|
|
// 查询条件
|
|
|
queryParam: {
|
|
|
- refer:'0'
|
|
|
// itemNumber: '', // 订单号
|
|
|
// smallPo:'',//小po
|
|
|
// account: '', //账套
|
|
@@ -663,9 +662,7 @@ export default {
|
|
|
|
|
|
close() {
|
|
|
this.referOrderDataModVis = false;
|
|
|
- this.queryParam = {
|
|
|
- refer:'0'
|
|
|
- }
|
|
|
+ this.queryParam = {}
|
|
|
this.selectedNumber = 0
|
|
|
this.$emit('close')
|
|
|
this.searchReset();
|