外协任务执行
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
<span>表单号:</span>
|
<span>表单号:</span>
|
||||||
<el-input v-model="formNumber" size="small" placeholder="表单号" clearable style="width:200px"/>
|
<el-input v-model="formNumber" size="small" placeholder="表单号" clearable style="width:200px"/>
|
||||||
<span>外协厂家:</span>
|
<span>外协厂家:</span>
|
||||||
<el-input v-model="manufacturers" readonly size="small" placeholder="外协厂家" style="width:200px" clearable @dblclick.native="onFocus1();param=0"/>
|
<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>
|
||||||
<span>下达任务日期:</span>
|
<span>下达任务日期:</span>
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="time"
|
v-model="time"
|
||||||
@@ -446,8 +448,12 @@ import { getTable, getData1, getTable1, getprocedure, searchManufactor, sparePar
|
|||||||
import { getExplorer, method5, Cleanup } from '@/vendor/exportExcel'
|
import { getExplorer, method5, Cleanup } from '@/vendor/exportExcel'
|
||||||
import { convertCurrency } from '@/vendor/int2Chinese'
|
import { convertCurrency } from '@/vendor/int2Chinese'
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
|
import elInput from 'element-ui/packages/input'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
components: {
|
||||||
|
elInput
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
bianliang: [],
|
bianliang: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user