Commit 2c3f8fef authored by 康振飞's avatar 康振飞

Merge branch 'kk_mes'

parents d1257bd2 412c7a9f
......@@ -13,17 +13,33 @@
</Col>
<Col :span="12">
<FormItem :label="l('sHOPID')" prop="sHOPID">
<Input></Input>
<!-- v-model="orderSearchForm.orderCat" -->
<Select >
<Option value="" class="option-text">请选择</Option>
<Option v-for="item in orderCatList" :value="item" :key="item">{{ item }}</Option>
</Select>
</FormItem>
</Col>
<Col :span="12">
<FormItem :label="l('eQUIPID')" prop="eQUIPID">
<Input></Input>
<Select >
<Option value="" class="option-text">请选择</Option>
<Option v-for="item in orderCatList" :value="item" :key="item">{{ item }}</Option>
</Select>
</FormItem>
</Col>
<Col :span="12">
<FormItem label="关重资源名称" prop="rUNTIME">
<Select >
<Option value="" class="option-text">请选择</Option>
<Option v-for="item in orderCatList" :value="item" :key="item">{{ item }}</Option>
</Select>
</FormItem>
</Col>
<Col :span="12">
<FormItem :label="l('rUNTIME')" prop="rUNTIME">
<Input></Input>
<!-- v-model="value1" -->
<InputNumber :max="10" :min="1"></InputNumber>
</FormItem>
</Col>
</Row>
......@@ -41,6 +57,9 @@ export default {
return {
disabled: false,
entity: {},
orderCatList:[
],
rules: {
name: [{ required: true, message: '必填', trigger: 'blur' }]
}
......
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