|
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24" v-show="false"> |
|
|
|
|
<a-form-model-item label="工单ID" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="orderId"> |
|
|
|
|
<a-input v-model="model.orderId" placeholder="请输入工单ID"></a-input> |
|
|
|
|
<a-input v-model="model.orderId" placeholder="请选择工单"></a-input> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
|
/> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24" v-show="false"> |
|
|
|
|
<!-- <a-col :span="24" v-show="false"> |
|
|
|
|
<a-form-model-item label="制单ID" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="makerId"> |
|
|
|
|
<a-input v-model="model.makerId" placeholder="请输入制单ID"></a-input> |
|
|
|
|
</a-form-model-item> |
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
|
@input="popupCallback" |
|
|
|
|
/> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
</a-col>--> |
|
|
|
|
</a-row> |
|
|
|
|
</a-form-model> |
|
|
|
|
</j-form-container> |
|
|
|
@ -87,7 +87,9 @@ export default { |
|
|
|
|
}, |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
model: {}, |
|
|
|
|
model: { |
|
|
|
|
ismaker: 0, |
|
|
|
|
}, |
|
|
|
|
labelCol: { |
|
|
|
|
xs: {span: 24}, |
|
|
|
|
sm: {span: 5}, |
|
|
|
|