|
|
@ -2,14 +2,14 @@ |
|
|
<div class="mod-config"> |
|
|
<div class="mod-config"> |
|
|
<el-form :inline="true" label-position="top" label-width="100px" style="margin-top: 0px;"> |
|
|
<el-form :inline="true" label-position="top" label-width="100px" style="margin-top: 0px;"> |
|
|
<el-form-item :label="'参数卡编码'"> |
|
|
<el-form-item :label="'参数卡编码'"> |
|
|
<el-input v-model="searchData.cdoeNo" style="width: 130px"></el-input> |
|
|
|
|
|
|
|
|
<el-input v-model="searchData.oriCodeNo" style="width: 130px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item > |
|
|
<el-form-item > |
|
|
<span slot="label" style="" @click="getBaseList(105,1)"><a herf="#">测试料号</a></span> |
|
|
<span slot="label" style="" @click="getBaseList(105,1)"><a herf="#">测试料号</a></span> |
|
|
<el-input v-model="searchData.testPartNo" style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.testPartNo" style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item :label="'状态'"> |
|
|
<el-form-item :label="'状态'"> |
|
|
<el-input v-model="searchData.projectOwnerName" style="width: 130px"></el-input> |
|
|
|
|
|
|
|
|
<el-input v-model="searchData.statusDesc" style="width: 130px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label=" "> |
|
|
<el-form-item label=" "> |
|
|
<el-button @click="search()" type="primary" style="margin-left: 2px;margin-top:0px">查询</el-button> |
|
|
<el-button @click="search()" type="primary" style="margin-left: 2px;margin-top:0px">查询</el-button> |
|
|
@ -214,14 +214,14 @@ |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="24"><div class="grid-content bg-purple"> |
|
|
<el-col :span="24"><div class="grid-content bg-purple"> |
|
|
<el-form-item :label="'客户图纸'" style="margin-top: 15px"> |
|
|
<el-form-item :label="'客户图纸'" style="margin-top: 15px"> |
|
|
<el-input v-model="customerData.finalCustomer" readonly ></el-input> |
|
|
|
|
|
|
|
|
<el-input v-model="customerData.pictureAddess" readonly ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</div></el-col> |
|
|
</div></el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="24"><div class="grid-content bg-purple"> |
|
|
<el-col :span="24"><div class="grid-content bg-purple"> |
|
|
<el-form-item :label="'客户图纸变更说明'"> |
|
|
<el-form-item :label="'客户图纸变更说明'"> |
|
|
<el-input v-model="customerData.finalCustomer" readonly ></el-input> |
|
|
|
|
|
|
|
|
<el-input v-model="customerData.customerPictureChangeRemark" readonly ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</div></el-col> |
|
|
</div></el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
@ -231,7 +231,7 @@ |
|
|
<el-form-item :label="'转量产附档说明'" style="height: 70px"> |
|
|
<el-form-item :label="'转量产附档说明'" style="height: 70px"> |
|
|
<el-input |
|
|
<el-input |
|
|
type="textarea" |
|
|
type="textarea" |
|
|
v-model="customerData.finalCustomer " |
|
|
|
|
|
|
|
|
v-model="customerData.productionFileComments " |
|
|
:rows="3" |
|
|
:rows="3" |
|
|
resize='none' |
|
|
resize='none' |
|
|
maxlength="120" |
|
|
maxlength="120" |
|
|
@ -336,7 +336,8 @@ |
|
|
site: this.$store.state.user.site, |
|
|
site: this.$store.state.user.site, |
|
|
username: this.$store.state.user.name, |
|
|
username: this.$store.state.user.name, |
|
|
testPartNo: '', |
|
|
testPartNo: '', |
|
|
cdoeNo: '', |
|
|
|
|
|
|
|
|
oriCodeNo: '', |
|
|
|
|
|
statusDesc: '', |
|
|
}, |
|
|
}, |
|
|
pageIndex: 1, |
|
|
pageIndex: 1, |
|
|
pageSize: 100, |
|
|
pageSize: 100, |
|
|
|