更新
This commit is contained in:
@@ -5,12 +5,9 @@
|
||||
<span>表单号:</span>
|
||||
<el-input v-model="formNumber" size="small" placeholder="表单号" clearable style="width:200px"/>
|
||||
<span>外协厂家:</span>
|
||||
<el-input v-model="manufacturers" readonly size="small" placeholder="外协厂家" style="width:250px" clearable>
|
||||
<el-button slot="append" icon="el-icon-search" @click="onFocus1();param=0"/>
|
||||
</el-input>
|
||||
<el-input v-model="manufacturers" size="small" placeholder="外协厂家" style="width:200px" clearable/>
|
||||
<span>下达任务日期:</span>
|
||||
<el-date-picker
|
||||
v-model="time"
|
||||
<el-date-picker0
|
||||
type="date"
|
||||
size="small"
|
||||
placeholder="选择日期"/>
|
||||
@@ -639,7 +636,7 @@ export default {
|
||||
}
|
||||
this.List = []
|
||||
this.List3 = []
|
||||
getTable(this.num, this.formNumber, this.num1, this.ManufactorNumber, this.num2, this.time1, this.time2, this.id, this.pageList, this.pageSize).then(response => {
|
||||
getTable(this.num, this.formNumber, this.num1, this.manufacturers, this.num2, this.time1, this.time2, this.id, this.pageList, this.pageSize).then(response => {
|
||||
this.total = parseInt(response.data.total)
|
||||
for (let i = 0; i < response.data.rows.length; i++) {
|
||||
if (response.data.rows[i].任务下达日期 !== null) {
|
||||
@@ -890,7 +887,6 @@ export default {
|
||||
handleCurrentChange3(row) {
|
||||
if (this.param === 0) {
|
||||
this.name1 = row.外协厂家名称
|
||||
this.ManufactorNumber = row.外协厂家流水号
|
||||
} else {
|
||||
this.form.外协厂家 = row.外协厂家名称
|
||||
this.ManufactorNumber1 = row.外协厂家流水号
|
||||
|
||||
Reference in New Issue
Block a user