|
|
|
@ -194,7 +194,7 @@ |
|
|
|
<input type="checkbox" value="Y" name="sendSamples" v-model="modalData.isNeedToSendSamples"/> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="送样地址"> |
|
|
|
<el-input v-model="modalData.sendSamplesAddress" style="width: 356px"></el-input> |
|
|
|
<el-input v-model="modalData.sendSamplesAddress" style="width: 369px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="备注"> |
|
|
|
<el-input v-model="modalData.remark" style="width: 456px"></el-input> |
|
|
|
@ -202,18 +202,10 @@ |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -5px;"> |
|
|
|
<el-form-item label="技术注意事项"> |
|
|
|
<el-input |
|
|
|
type="textarea" |
|
|
|
v-model="modalData.technicalConsiderations" |
|
|
|
:rows="1" |
|
|
|
resize='none' |
|
|
|
maxlength="300" |
|
|
|
show-word-limit |
|
|
|
style="width: 456px;height: 20px"> |
|
|
|
</el-input> |
|
|
|
<el-input type="textarea" v-model="modalData.technicalConsiderations" :rows="3" resize='none' show-word-limit style="width: 456px;height: 20px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-footer style="height:30px;margin-top: 20px;text-align:center"> |
|
|
|
<el-footer style="height:30px;margin-top: 50px;text-align:center"> |
|
|
|
<el-button type="primary" @click="saveData()">保存</el-button> |
|
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
|
</el-footer> |
|
|
|
@ -228,10 +220,10 @@ |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="enterResultData" :rules="enterResultRules" style="margin-left:0px;margin-top: 5px;"> |
|
|
|
<el-form-item label="打样结果信息" prop="proofingResultInformation" :rules="enterResultRules.proofingResultInformation"> |
|
|
|
<el-input type="textarea" v-model="enterResultData.proofingResultInformation" :rows="3" resize='none' maxlength="300" show-word-limit style="width: 500px;height: 30px"></el-input> |
|
|
|
<el-input type="textarea" v-model="enterResultData.proofingResultInformation" :rows="3" resize='none' show-word-limit style="width: 500px;height: 30px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="enterResultData" style="margin-left: 0px;margin-top: 60px;"> |
|
|
|
<el-form :inline="true" label-position="top" :model="enterResultData" style="margin-left: 0px;margin-top: 50px;"> |
|
|
|
<el-form :inline="true" label-position="top" style="margin-top: 5px"> |
|
|
|
<el-button type="primary" @click="uploadFile()">上传文件</el-button> |
|
|
|
</el-form> |
|
|
|
@ -268,7 +260,7 @@ |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
</el-form> |
|
|
|
<el-footer style="height:40px;margin-top: 10px;text-align:center"> |
|
|
|
<el-footer style="height:35px;margin-top: 10px;text-align:center"> |
|
|
|
<el-button type="primary" @click="saveProofingResult()">保存</el-button> |
|
|
|
<el-button type="primary" @click="enterResultModalFlag = false">关闭</el-button> |
|
|
|
</el-footer> |
|
|
|
@ -293,10 +285,10 @@ |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="submitResultData" style="margin-left:0px;margin-top: 5px;"> |
|
|
|
<el-form-item label="送货备注"> |
|
|
|
<el-input type="textarea" v-model="submitResultData.deliverGoodsRemark" :rows="3" resize='none' maxlength="300" show-word-limit style="width: 456px;height: 30px"></el-input> |
|
|
|
<el-input type="textarea" v-model="submitResultData.deliverGoodsRemark" :rows="3" resize='none' show-word-limit style="width: 456px;height: 30px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-footer style="height:40px;margin-top: 60px;text-align:center"> |
|
|
|
<el-footer style="height:35px;margin-top: 50px;text-align:center"> |
|
|
|
<el-button type="primary" @click="saveSubmitResult()">保存</el-button> |
|
|
|
<el-button type="primary" @click="submitResultModalFlag = false">关闭</el-button> |
|
|
|
</el-footer> |
|
|
|
@ -320,10 +312,10 @@ |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="customerResponseData" style="margin-left:0px;margin-top: 5px;"> |
|
|
|
<el-form-item label="客户回复信息"> |
|
|
|
<el-input type="textarea" v-model="customerResponseData.confirmInformation" :rows="3" resize='none' maxlength="300" show-word-limit style="width: 595px;height: 30px"></el-input> |
|
|
|
<el-input type="textarea" v-model="customerResponseData.confirmInformation" :rows="3" resize='none' show-word-limit style="width: 595px;height: 30px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-footer style="height:40px;margin-top: 60px;text-align:center"> |
|
|
|
<el-footer style="height:35px;margin-top: 50px;text-align:center"> |
|
|
|
<el-button type="primary" @click="saveCustomerResponse()">保存</el-button> |
|
|
|
<el-button type="primary" @click="customerResponseModalFlag = false">关闭</el-button> |
|
|
|
</el-footer> |
|
|
|
@ -389,16 +381,7 @@ |
|
|
|
<el-tab-pane label="打样详细信息" name="proofing_detail_information"> |
|
|
|
<el-form :inline="true" label-position="top" :model="proofingDetailData" style="margin-left: 10px;margin-top: 10px;"> |
|
|
|
<el-form-item label="技术注意事项"> |
|
|
|
<el-input |
|
|
|
type="textarea" |
|
|
|
v-model="proofingDetailData.technicalConsiderations" |
|
|
|
readonly |
|
|
|
:rows="3" |
|
|
|
resize='none' |
|
|
|
maxlength="300" |
|
|
|
show-word-limit |
|
|
|
style="width: 600px;height: 30px"> |
|
|
|
</el-input> |
|
|
|
<el-input type="textarea" v-model="proofingDetailData.technicalConsiderations" readonly :rows="3" resize='none' show-word-limit style="width: 600px;height: 30px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="proofingDetailData" style="margin-left: 10px;margin-top: 46px;"> |
|
|
|
@ -1769,12 +1752,19 @@ |
|
|
|
this.pageSize = data.page.pageSize |
|
|
|
this.totalPage = data.page.totalCount |
|
|
|
this.$refs.selectDiv.setLengthAll( this.dataList.length) |
|
|
|
//判断是否全部存在数据 |
|
|
|
if(this.totalPage > 0){ |
|
|
|
// 判断是否全部存在数据 |
|
|
|
if (this.totalPage > 0) { |
|
|
|
//设置选中行 |
|
|
|
this.$refs.proofingTable.setCurrentRow(this.dataList[0]) |
|
|
|
this.refreshCurrentTabTable() //加载当前的页签的table |
|
|
|
//加载当前的页签的table |
|
|
|
this.refreshCurrentTabTable() |
|
|
|
this.proofingClickRow(this.dataList[0]) |
|
|
|
} else { |
|
|
|
//设置选中行 |
|
|
|
this.$refs.proofingTable.setCurrentRow({}) |
|
|
|
// 加载当前的页签的table |
|
|
|
this.refreshCurrentTabTable() |
|
|
|
this.testClickRow({}) |
|
|
|
} |
|
|
|
} |
|
|
|
this.dataListLoading = false |
|
|
|
|