Browse Source

生产查询

master
常熟吴彦祖 5 months ago
parent
commit
3a82ba9f96
  1. 23
      src/views/modules/shopOrder/shopOrder/shopOrderList.vue

23
src/views/modules/shopOrder/shopOrder/shopOrderList.vue

@ -125,7 +125,7 @@
</el-button>
</el-row>
<div style="width:57%;float: left">
<el-row :gutter="20" style="margin-top: 10px">
<el-row :gutter="5" style="margin-top: 10px">
<el-col :span="5">
<el-form-item label="要求开始日期" style=" ">
<el-input v-model="modelData.planStartDate" readonly style=" "></el-input>
@ -152,7 +152,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20" style="margin-top: 20px">
<el-row :gutter="5" style="margin-top: 20px">
<el-col :span="5">
<el-form-item label="订单类型:">
<el-input v-model="modelData.orderType" readonly style=" "></el-input>
@ -179,24 +179,25 @@
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20" style="margin-top: 20px">
<el-col :span="15">
<el-form-item label="客户名称:" style=" width: 100% ">
<el-input v-model="modelData.configurationTemplateID" readonly style="width: 100%"></el-input>
<el-row :gutter="5" style="margin-top: 20px">
<el-col :span="5">
<el-form-item label="客户要求完工日期:">
<el-input v-model="modelData.originalNeedDate" readonly style=" "></el-input>
</el-form-item>
</el-col>
<el-col :span="5">
<el-form-item label="客户料号:" style="margin-left: 0px">
<el-input v-model="modelData.partRemark" readonly style=" ;"></el-input>
<el-input v-model="modelData.partRemark" readonly style=" "></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="客户要求完工日期:">
<el-input v-model="modelData.originalNeedDate" readonly style=" "></el-input>
<el-col :span="14">
<el-form-item label="客户名称:" style=" width: 97% ">
<el-input v-model="modelData.configurationTemplateID" readonly style=""></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20" style="margin-top: 20px">
<el-row :gutter="5" style="margin-top: 20px">
<el-col :span="5">
<el-form-item label="BOM版本号:">
<el-input v-model="modelData.bOMRevNo" readonly style=" "></el-input>

Loading…
Cancel
Save