| | |
| | | type="primary" |
| | | :loading="isAddloading" |
| | | @click="saveClickOne('form')" |
| | | :disabled="title==='查看'" |
| | | >保存</el-button |
| | | > |
| | | </template> |
| | | </CommonSearch> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="body"> |
| | | <div class="body-l"> |
| | | <el-form |
| | |
| | | label-width="80px" |
| | | > |
| | | <el-form-item label="编号" prop="number" class="form-item"> |
| | | <el-input v-model="form.number" placeholder="请输入"> </el-input> |
| | | <el-input v-model="form.number" :disabled="title=='修改'||title=='查看'?true:false" placeholder="请输入"> </el-input> |
| | | </el-form-item> |
| | | <el-form-item label="落丝时间" prop="finishDate" class="form-item"> |
| | | <el-date-picker |
| | | v-model="form.finishDate" |
| | | value-format="yyyy-MM-dd" |
| | | :picker-options="pickerOptions" |
| | | type="date" |
| | | placeholder="选择日期" |
| | | class="select-width" |
| | | :disabled='title==="查看"' |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | |
| | | v-model="form.market" |
| | | placeholder="请选择" |
| | | class="select-width" |
| | | @change="getGroupNumber" |
| | | :disabled='title==="查看"' |
| | | > |
| | | <el-option |
| | | v-for="item in marketList" |
| | |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="车间" prop="name" class="form-item"> |
| | | <el-form-item label="车间" prop="workshopObj" class="form-item"> |
| | | <el-select |
| | | v-model="form.name" |
| | | v-model="form.workshopObj" |
| | | placeholder="请选择" |
| | | class="select-width" |
| | | > |
| | | :disabled='title==="查看"' |
| | | @change="getGroupNumber('workshopObj')"> |
| | | <el-option |
| | | v-for="item in nameList" |
| | | :key="item.ID" |
| | | :label="item.name" |
| | | :value="item.name" |
| | | > |
| | | :value="{ value: item.number, label: item.name }"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | v-model="form.spec" |
| | | placeholder="请选择" |
| | | class="select-width" |
| | | :disabled='title==="查看"' |
| | | > |
| | | <el-option |
| | | v-for="item in specList" |
| | |
| | | <el-form-item label="组别" prop="workshopGroup" class="form-item"> |
| | | <el-select |
| | | v-model="form.workshopGroup" |
| | | placeholder="请选择" |
| | | placeholder="请先选择车间" |
| | | no-data-text="请先选择车间" |
| | | class="select-width" |
| | | :disabled='title==="查看"' |
| | | @change="getGroupNumber()" |
| | | > |
| | | <el-option |
| | | v-for="item in workshopGroupList" |
| | | :key="item.ID" |
| | | :label="item.name" |
| | | :value="item.ID" |
| | | > |
| | | :key="item" |
| | | :label="item" |
| | | :value="item"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | placeholder="请输入" |
| | | show-word-limit |
| | | class="select-width" |
| | | :disabled='title==="查看"' |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="2" style="margin: 0 auto; text-align: center" |
| | | >-</el-col |
| | | > |
| | | <el-col :span="2" style="margin: 0 auto; text-align: center">-</el-col> |
| | | <el-col :span="11"> |
| | | <el-form-item |
| | | label="" |
| | |
| | | @input="inputStart" |
| | | placeholder="请输入" |
| | | show-word-limit |
| | | :disabled='title==="查看"' |
| | | class="select-width" |
| | | ></el-input> |
| | | </el-form-item> |
| | |
| | | </el-row> |
| | | </el-form-item> |
| | | <el-form-item label="车号" prop="position" class="form-item"> |
| | | <el-input v-model.number="form.position" placeholder="请输入"> |
| | | <el-input disabled v-model.number="form.position" placeholder="请输入车号"> |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | @selTableCol="selTableCol"> |
| | | </TableCommonView> --> |
| | | <!-- 修改为输入 --> |
| | | <CommonFormTableView |
| | | ref="commonFormTableView" |
| | | <FormTableView |
| | | ref="formTableView" |
| | | :detail-enter="isView ? true : false" |
| | | :selectBox="false" |
| | | :detailEnter="true" |
| | | :isBorder="true" |
| | | :show-summary="showSummary" |
| | | :product-table-list="tableList" |
| | | @inputContent="inputContent" |
| | | @addProductClick="addProductClick" |
| | | ></CommonFormTableView> |
| | | ></FormTableView> |
| | | </div> |
| | | </div> |
| | | <div class="body-r"> |
| | |
| | | type="primary" |
| | | :loading="isAddloading" |
| | | @click="saveClickOne('form')" |
| | | >保存</el-button |
| | | > |
| | | :disabled="title==='查看'" |
| | | >保存</el-button> |
| | | <!-- </template> |
| | | </CommonSearch> --> |
| | | </CommonSearch> --> |
| | | </div> |
| | | </div> |
| | | <div class="body-two body"> |
| | |
| | | :model="form" |
| | | :rules="rules" |
| | | label-position="right" |
| | | label-width="60px" |
| | | label-width="70px" |
| | | > |
| | | <div class="form-box-t"> |
| | | <el-form-item label="编号" prop="number" class="form-item"> |
| | | <el-form-item label="编号:" prop="number" class="form-item"> |
| | | {{ form.number }} |
| | | </el-form-item> |
| | | <el-form-item label="车间" prop="name" class="form-item"> |
| | | {{ form.name }} |
| | | <el-form-item label="车间:" prop="workshopName" class="form-item"> |
| | | {{ form.workshopName }} |
| | | </el-form-item> |
| | | <el-form-item label="组别" prop="workshopGroup" class="form-item"> |
| | | <el-form-item label="组别:" prop="workshopGroup" class="form-item"> |
| | | {{ form.workshopGroup }} |
| | | </el-form-item> |
| | | <el-form-item label="回数" prop="circle" class="form-item"> |
| | | <el-form-item label="回数:" prop="circle" class="form-item"> |
| | | {{ form.circle }} |
| | | </el-form-item> |
| | | <el-form-item label="规格" prop="spec" class="form-item"> |
| | | <el-form-item label="规格:" prop="spec" class="form-item"> |
| | | {{ form.spec }} |
| | | </el-form-item> |
| | | <el-form-item label="日期" prop="finishDate" class="form-item"> |
| | | <el-form-item label="日期:" prop="finishDate" class="form-item"> |
| | | {{ form.finishDate }} |
| | | </el-form-item> |
| | | </div> |
| | |
| | | tooltip-effect="dark" |
| | | style="width: 100%" |
| | | :height="'calc(100% - 0px)'" |
| | | :header-cell-style="{ background: '#f1f3f8',color: '#000009', 'font-size': '12px', 'font-family': 'PingFangSC' }" |
| | | border |
| | | > |
| | | <el-table-column label="车号" prop="ID" width="100"> |
| | | <el-table-column label="车号" prop="position" width="90"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="下差纤度" |
| | |
| | | show-overflow-tooltip |
| | | :sortable="item.sortable" |
| | | > |
| | | <template slot-scope="scope"> |
| | | {{scope.row[item.prop]}} |
| | | </template> |
| | | </el-table-column> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | show-overflow-tooltip |
| | | :sortable="item.sortable" |
| | | > |
| | | <template slot-scope="scope"> |
| | | {{scope.row[item.prop]}} |
| | | </template> |
| | | </el-table-column> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | width="100" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | | {{scope.row[item.prop]}} |
| | | </template> |
| | | <template v-for="(item, i) in tableTwoList.upper"> |
| | | <el-table-column |
| | | align="center" |
| | |
| | | show-overflow-tooltip |
| | | :sortable="item.sortable" |
| | | > |
| | | <template slot-scope="scope"> |
| | | {{scope.row[item.prop]}} |
| | | </template> |
| | | </el-table-column> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="finenessGradeye" label="野纤" width="120"> |
| | | </el-table-column> |
| | | <el-table-column prop="finenessGradebig" label="大野" show-overflow-tooltip> |
| | | <el-table-column |
| | | prop="finenessGradebig" |
| | | label="大野" |
| | | show-overflow-tooltip |
| | | > |
| | | </el-table-column> |
| | | <el-table-column prop="finenessGradeSpecial" label="特野" width="120"> |
| | | <el-table-column |
| | | prop="finenessGradeSpecial" |
| | | label="特野" |
| | | width="120" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="finenessGrade" |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | // getWorkshopManageList |
| | | import { |
| | | saveRegister, |
| | | getDictList, |
| | | getWorkshopManageList, |
| | | getRegisterDetails, |
| | | getCarNumber, |
| | | getAutoCode |
| | | } from "@/api/productManage/silkRegisterForm.js"; |
| | | import { |
| | | getCheckDetails, |
| | | saveCheck, |
| | | getNewCheckDetails |
| | | } from "@/api/productManage/silkInspectForm.js"; |
| | | import pageMixin from "@/components/makepager/pager/mixin/pageMixin"; |
| | | import CommonFormTableView from "@/components/makepager/CommonFormTableView"; |
| | | //import CommonFormTableView from "@/components/makepager/CommonFormTableView"; |
| | | import { getWorkshopManageGroup } from "@/api/productManage/productRegisterForm.js"; |
| | | import FormTableView from '@/views/productManage/silkRegisterForm/components/FormTableView.vue'; |
| | | export default { |
| | | name: "silkRegisterAddPage", |
| | | props: {}, |
| | | mixins: [pageMixin], |
| | | components: { |
| | | CommonFormTableView, |
| | | FormTableView, |
| | | }, |
| | | computed: {}, |
| | | data() { |
| | | return { |
| | | title:'', |
| | | loading: false, |
| | | activeName: "first", |
| | | searchOptions: [], |
| | |
| | | workshopGroupList: [], //组别 |
| | | deliveryTypeList: [], |
| | | specList: [], //规格 |
| | | form: {}, |
| | | form: { |
| | | number:'' |
| | | }, |
| | | rules: { |
| | | number: [ |
| | | { required: true, message: "请填写", trigger: ["change", "blur"] }, |
| | |
| | | finishDate: [ |
| | | { required: true, message: "请选择", trigger: ["change", "blur"] }, |
| | | ], |
| | | // 庄口 |
| | | market: [ |
| | | { required: true, message: "请选择", trigger: ["change", "blur"] }, |
| | | ], |
| | | // 车间 应该true |
| | | name: [ |
| | | workshopObj: [ |
| | | { required: true, message: "请选择", trigger: ["change", "blur"] }, |
| | | ], |
| | | spec: [ |
| | |
| | | ], |
| | | // 组别 应该true |
| | | workshopGroup: [ |
| | | { required: false, message: "请选择", trigger: ["change", "blur"] }, |
| | | { required: true, message: "请选择", trigger: ["change", "blur"] }, |
| | | ], |
| | | circleTwo: [ |
| | | { required: true, message: "请填写", trigger: ["change", "blur"] }, |
| | |
| | | position: [ |
| | | { required: true, message: "请填写", trigger: ["change", "blur"] }, |
| | | ], |
| | | }, |
| | | pickerOptions: { |
| | | disabledDate(time) { |
| | | //return time.getTime() < new Date().getTime() - 86400000; |
| | | return false; |
| | | }, |
| | | }, |
| | | tableTwoList: { |
| | | tableInfomation: [], |
| | |
| | | productId: 1, |
| | | position: null, |
| | | fineness: null, |
| | | quantity: null, |
| | | quantity: 0, |
| | | sum: null, |
| | | }, |
| | | ], |
| | |
| | | prop: "position", |
| | | inputNumber: true, |
| | | isRequird: true, |
| | | noOperate:true |
| | | }, // 客户名称 |
| | | { |
| | | label: "纤度值", |
| | | prop: "fineness", |
| | | inputNumber: true, |
| | | isRequird: true, |
| | | noOperate:this.$route.query.title==='查看' |
| | | }, // 销售负责人 |
| | | { |
| | | label: "数量", |
| | | prop: "quantity", |
| | | inputNumber: true, |
| | | isRequird: true, |
| | | noOperate:true |
| | | }, // 重要级别 |
| | | { |
| | | label: "纤度合计", |
| | | prop: "sum", |
| | | inputNumber: true, |
| | | isRequird: true, |
| | | }, // 下次回访日期 |
| | | ], |
| | | }, |
| | | tableData: [], |
| | | tableData: [ |
| | | { |
| | | productId: 1, |
| | | position: null, |
| | | fineness: null, |
| | | quantity: null, |
| | | sum: null, |
| | | } |
| | | ], |
| | | registerId: "", |
| | | inspectID: "", |
| | | isRegisterSave: false, |
| | |
| | | this.activeName = query.activeName ? query.activeName : "first"; |
| | | this.registerId = query.id ? query.id : ""; |
| | | this.inspectID = query.inspectID ? query.inspectID : ""; |
| | | this.title= query.title ? query.title : ""; |
| | | } |
| | | this.getSelectDataList(); |
| | | this.keyword = ""; |
| | | this.getDetailsData(); |
| | | }, |
| | | methods: { |
| | | getDetailsData(id) { |
| | | async getAutoCode(){ |
| | | const {code,data}=await getAutoCode({type:2}); |
| | | if(code===200){ |
| | | return data.id; |
| | | } |
| | | return ''; |
| | | }, |
| | | async getDetailsData(id) { |
| | | const code= await this.getAutoCode() |
| | | if (this.activeName == "first") { |
| | | this.form = { |
| | | number: "", |
| | | finishDate: "", |
| | | number: code, |
| | | finishDate:this.$moment(new Date()).format('YYYY-MM-DD'), |
| | | market: "", |
| | | name: "", |
| | | workshopObj: "", |
| | | spec: "", |
| | | workshopGroup: "", |
| | | circleTwo: "", |
| | | circle: "", |
| | | totalCircle: "", |
| | | position: "", |
| | | }; |
| | | } |
| | | if (this.registerId) { |
| | | getRegisterDetails({ id: id ? id : this.registerId }).then( |
| | | await getRegisterDetails({ id: id ? id : this.registerId }).then( |
| | | (response) => { |
| | | if (response.code === 200) { |
| | | let config = JSON.parse( |
| | | JSON.stringify(response.data ? response.data : {}) |
| | | ); |
| | | this.form = config; |
| | | this.tableList.tableData = config.finenessList |
| | | this.form.workshopObj={ |
| | | value:config.workshopNumber, |
| | | label:config.workshopName, |
| | | } |
| | | this.getGroupNumber('','edit') |
| | | let finenessList=config.finenessList |
| | | ? config.finenessList |
| | | : []; |
| | | this.tableData=this.tableList.tableData |
| | | if(finenessList.length>0){ |
| | | finenessList.map((item,index)=>{ |
| | | item.productId=index+1 |
| | | }) |
| | | } |
| | | this.tableList.tableData = finenessList |
| | | this.tableData = this.tableList.tableData; |
| | | } |
| | | } |
| | | ); |
| | | } |
| | | } else { |
| | | this.form = { |
| | | number: "", |
| | | name: "", |
| | | number: code, |
| | | workshopObj: "", |
| | | workshopGroup: "", |
| | | circle: "", |
| | | spec: "", |
| | | finishDate: "", |
| | | finishDate: this.$moment(new Date()).format('YYYY-MM-DD'), |
| | | averageFineness: "", |
| | | measureFineness: "", |
| | | deviation: "", |
| | |
| | | marketProcessOrderNumber: "", |
| | | inspector: "", |
| | | }; |
| | | if (this.inspectID) { |
| | | getCheckDetails({ id: id ? id : this.inspectID }).then((response) => { |
| | | if (this.registerId) { |
| | | getNewCheckDetails({ id: id ? id : this.registerId }).then((response) => { |
| | | if (response.code === 200) { |
| | | let config = JSON.parse( |
| | | JSON.stringify(response.data.info ? response.data.info : {}) |
| | | ); |
| | | this.form = config; |
| | | this.form.number = config.finenessRegister.number; |
| | | this.form.name = config.finenessRegister.name; |
| | | this.form.workshopName = config.finenessRegister.workshopName; |
| | | this.form.workshopGroup = config.finenessRegister.workshopGroup; |
| | | this.form.spec = config.finenessRegister.spec; |
| | | this.form.finishDate = config.finenessRegister.finishDate; |
| | | this.form.circle = config.finenessRegister.circle; |
| | | this.getTableHeader(); |
| | | let arr= response.data.items |
| | | ? response.data.items |
| | | : []; |
| | | for(let i in arr){ |
| | | let round=arr[i].finenessRoundingItems |
| | | if(arr[i].finenessGrade){ |
| | | if(arr[i].finenessGrade.indexOf('野纤')>-1){ |
| | | arr[i].finenessGradeye=arr[i].finenessGrade |
| | | }else if(arr[i].finenessGrade.indexOf('大野')>-1){ |
| | | arr[i].finenessGradebig=arr[i].finenessGrade |
| | | }else if(arr[i].finenessGrade.indexOf('特野')>-1){ |
| | | arr[i].finenessGradeSpecial=arr[i].finenessGrade |
| | | } |
| | | } |
| | | if(round){ |
| | | for(let j in round){ |
| | | arr[i][round[j].fineness]=round[j].quantity |
| | | } |
| | | } |
| | | let arr = response.data.items ? response.data.items : []; |
| | | for (let i in arr) { |
| | | let round = arr[i].finenessRoundingItems; |
| | | if (arr[i].finenessGrade) { |
| | | if (arr[i].finenessGrade.indexOf("野纤") > -1) { |
| | | arr[i].finenessGradeye = arr[i].finenessGrade; |
| | | } else if (arr[i].finenessGrade.indexOf("大野") > -1) { |
| | | arr[i].finenessGradebig = arr[i].finenessGrade; |
| | | } else if (arr[i].finenessGrade.indexOf("特野") > -1) { |
| | | arr[i].finenessGradeSpecial = arr[i].finenessGrade; |
| | | } |
| | | } |
| | | this.tableTwoList.tableInfomation =arr; |
| | | if (round) { |
| | | for (let j in round) { |
| | | arr[i][round[j].fineness.toString()] = round[j].quantity; |
| | | } |
| | | } |
| | | } |
| | | this.tableTwoList.tableInfomation = arr; |
| | | } |
| | | }); |
| | | } |
| | |
| | | let item = { |
| | | label: lowNumber + i * 0.5 + "", |
| | | prop: lowNumber + i * 0.5 + "", |
| | | min: 100, |
| | | min: 50, |
| | | default: true, |
| | | }; |
| | | this.tableTwoList.objective.push(item); |
| | |
| | | let item = { |
| | | label: lowStart + i * 0.5 + "", |
| | | prop: lowStart + i * 0.5 + "", |
| | | min: 100, |
| | | min: 50, |
| | | default: true, |
| | | }; |
| | | this.tableTwoList.lower.push(item); |
| | |
| | | let item = { |
| | | label: topNumber + i * 0.5 + "", |
| | | prop: topNumber + i * 0.5 + "", |
| | | min: 100, |
| | | min: 50, |
| | | default: true, |
| | | }; |
| | | this.tableTwoList.upper.push(item); |
| | |
| | | getSelectDataList() { |
| | | //车间 |
| | | getDictList({ |
| | | dictType: 1, |
| | | dictType: 2, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.nameList = res.data || []; |
| | |
| | | } |
| | | }); |
| | | //组别 |
| | | getWorkshopManageList().then((res) => { |
| | | if (res.code == 200) { |
| | | this.workshopGroupList = res.data || []; |
| | | } |
| | | }); |
| | | // getWorkshopManageList().then((res) => { |
| | | // if (res.code == 200) { |
| | | // this.workshopGroupList = res.data || []; |
| | | // } |
| | | // }); |
| | | //庄口 |
| | | getDictList({ |
| | | dictType: 0, |
| | | dictType: 1, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.marketList = res.data || []; |
| | | } |
| | | }); |
| | | }, |
| | | async getGroupNumber(val,type) { |
| | | if (Object.keys(this.form.workshopObj).length>0) { |
| | | if(this.form.workshopObj.value){ |
| | | await getWorkshopManageGroup({ number: this.form.workshopObj.value }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.workshopGroupList = []; |
| | | let workshopGroupList = res.data || {}; |
| | | this.workshopGroupList=[] |
| | | if(val=='workshopObj'){ |
| | | this.form.workshopGroup='' |
| | | } |
| | | if (Object.keys(workshopGroupList).length > 0) { |
| | | for (let i in workshopGroupList) { |
| | | this.workshopGroupList.push(workshopGroupList[i]); |
| | | } |
| | | } |
| | | } |
| | | }) |
| | | } |
| | | if(this.form.workshopGroup&&this.form.market&&type!='edit'){ |
| | | await getCarNumber({ |
| | | workshopName:this.form.workshopObj.label, |
| | | marketName:this.form.market, |
| | | groupNumber:this.form.workshopGroup, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.tableData=[] |
| | | const {startCarNumber,endCarNumber,startCarHalf,endCarHalf}=res.data; |
| | | for(let i=startCarNumber;i<=endCarNumber;i++){ |
| | | if((i===startCarNumber&&startCarHalf===2)||(i===endCarNumber&&endCarHalf===1)){ |
| | | this.tableData.push({position:i,productId:Number(i)*2-1,quantity:1}); |
| | | }else{ |
| | | this.tableData.push({position:i,productId:Number(i)*2-1,quantity:1}); |
| | | this.tableData.push({position:i,productId:Number(i)*2,quantity:1}); |
| | | } |
| | | /*if(i===startCarNumber){ |
| | | if(startCarHalf===1){//左半车 |
| | | this.tableData.push({position:i,productId:Number(i)*2-1}); |
| | | this.tableData.push({position:i,productId:Number(i)*2}); |
| | | }else{//右半车 |
| | | this.tableData.push({position:i,productId:Number(i)*2-1}); |
| | | } |
| | | }else if(i===endCarNumber){ |
| | | if(endCarHalf===1){//左半车 |
| | | this.tableData.push({position:i,productId:Number(i)*2-1}); |
| | | this.tableData.push({position:i,productId:Number(i)*2}); |
| | | }else{//右半车 |
| | | this.tableData.push({position:i,productId:Number(i)*2-1}); |
| | | } |
| | | }else{ |
| | | this.tableData.push({position:i,productId:Number(i)*2-1}); |
| | | this.tableData.push({position:i,productId:Number(i)*2}); |
| | | }*/ |
| | | } |
| | | /*let data = res.data?JSON.parse(JSON.stringify(res.data)) : []; |
| | | if(Object.keys(data).length>0){ |
| | | for(let i in data){ |
| | | this.tableData.push({position:data[i],productId:Number(i)*2+1}) |
| | | this.tableData.push({position:data[i],productId:Number(i)*2+2}) |
| | | } |
| | | }*/ |
| | | console.log(this.tableData); |
| | | this.tableList.tableData = this.tableData |
| | | }else{ |
| | | this.tableData=[] |
| | | } |
| | | }); |
| | | } |
| | | } else { |
| | | this.workshopGroupList = []; |
| | | } |
| | | }, |
| | | inputStart() { |
| | | this.form.circleTwo = this.form.circle + "-" + this.form.totalCircle; |
| | |
| | | // 产品列表输入 |
| | | inputContent(val, prop, row) { |
| | | this.productId = row.productId; |
| | | this.form.position=row.position; |
| | | this.tableData.map((item) => { |
| | | if (item.productId === row.productId) { |
| | | item[prop] = val; |
| | | } |
| | | if(item.fineness&&item.quantity){ |
| | | item.sum=Number(item.fineness)*Number(item.quantity).toFixed(2) |
| | | } |
| | | }); |
| | | this.tableList.tableData= this.tableData |
| | | }, |
| | | tabsClick() { |
| | | // if (tab.name === "first") { |
| | |
| | | // } else { |
| | | // this.is_public = false |
| | | // } |
| | | this.$router.push({ |
| | | /*this.$router.push({ |
| | | path: "/productManage/silkRegisterForm/addPage", |
| | | query: { |
| | | activeName: this.activeName, |
| | | inspectID: this.inspectID, |
| | | id: this.registerId, |
| | | title:this.title |
| | | }, |
| | | }); |
| | | });*/ |
| | | this.getDetailsData(); |
| | | this.keyword = ""; |
| | | }, |
| | |
| | | }, |
| | | // 纤度登记表 |
| | | // 放弃 |
| | | cancelClickOne() { |
| | | async cancelClickOne() { |
| | | const code=await this.getAutoCode() |
| | | if (this.activeName == "first") { |
| | | this.form = { |
| | | number: "", |
| | | finishDate: "", |
| | | number: code, |
| | | finishDate:this.$moment(new Date()).format('YYYY-MM-DD'), |
| | | market: "", |
| | | name: "", |
| | | workshopObj: "", |
| | | spec: "", |
| | | workshopGroup: "", |
| | | circleTwo: "", |
| | |
| | | productId: 1, |
| | | position: "", |
| | | fineness: 0, |
| | | quantity: 0, |
| | | quantity: 1, |
| | | sum: "", |
| | | }, |
| | | ]; |
| | | }else{ |
| | | this.form.measureFineness='' |
| | | this.form.twiceChange='' |
| | | this.form.cleanliness='' |
| | | this.form.purity='' |
| | | this.form.marketProcessOrderNumber='' |
| | | this.form.inspector='' |
| | | this.tableData =this.tableList.tableData |
| | | } else { |
| | | this.form.measureFineness = ""; |
| | | this.form.twiceChange = ""; |
| | | this.form.cleanliness = ""; |
| | | this.form.purity = ""; |
| | | this.form.marketProcessOrderNumber = ""; |
| | | this.form.inspector = ""; |
| | | } |
| | | }, |
| | | // 保存 |
| | |
| | | if (valid) { |
| | | let form = JSON.parse(JSON.stringify(this.form)); |
| | | // params.workshopGroup=Number(params.workshopGroup) |
| | | this.isAddloading = true; |
| | | if (this.activeName == "first") { |
| | | delete form.circleTwo; |
| | | let finenessList = JSON.parse( |
| | | JSON.stringify(this.tableList.tableData) |
| | | ); |
| | | let isContinue=false |
| | | for (let i in finenessList) { |
| | | if(!finenessList[i].position||!finenessList[i].fineness||!finenessList[i].quantity||!finenessList[i].sum){ |
| | | isContinue=true |
| | | break; |
| | | } |
| | | } |
| | | if(isContinue){ |
| | | this.$message.error('请填写完整再保存!') |
| | | return true; |
| | | } |
| | | for (let i in finenessList) { |
| | | delete finenessList[i].productId; |
| | | finenessList[i].sum=finenessList[i].sum*1; |
| | | } |
| | | this.isAddloading = true; |
| | | const mapFineness=new Map(); |
| | | finenessList.forEach(item=>{ |
| | | if(mapFineness.has(item.position)){ |
| | | const value=mapFineness.get(item.position); |
| | | if(value[0].fineness===item.fineness){ |
| | | value[0].sum+=item.sum; |
| | | value[0].quantity+=item.quantity; |
| | | }else{ |
| | | value.push(item); |
| | | } |
| | | mapFineness.set(item.position,value); |
| | | } else{ |
| | | mapFineness.set(item.position,[item]); |
| | | } |
| | | }); |
| | | console.log("修改",mapFineness) |
| | | finenessList=[...mapFineness.values()].flat(Infinity); |
| | | let params = { |
| | | finenessList: finenessList, |
| | | ...form, |
| | | finenessList: finenessList, |
| | | }; |
| | | // 编辑 |
| | | if (this.inspectID) { |
| | | params.ID = this.form.ID ? this.form.ID : Number(this.inspectID); |
| | | } |
| | | params.workshopName=this.form.workshopObj.label; |
| | | params.workshopNumber=this.form.workshopObj.value; |
| | | saveRegister(params) |
| | | .then((res) => { |
| | | if (res.code == 200) { |
| | |
| | | message: "保存成功!", |
| | | type: "success", |
| | | }); |
| | | this.$router.push({ |
| | | path: "/productManage/silkRegisterForm", |
| | | }); |
| | | if(res.data.ID){ |
| | | this.registerId=res.data.ID; |
| | | } |
| | | this.activeName = "second"; |
| | | this.getDetailsData(); |
| | | // this.$router.push({ |
| | | // path: "/productManage/silkRegisterForm", |
| | | // }); |
| | | } |
| | | this.isAddloading = false; |
| | | }) |
| | |
| | | }); |
| | | } else { |
| | | let paramsTwo = { |
| | | ...form, |
| | | info:form, |
| | | items:this.tableTwoList.tableInfomation, |
| | | }; |
| | | // 编辑 |
| | | if (this.registerId) { |
| | |
| | | ? this.form.ID |
| | | : Number(this.registerId); |
| | | } |
| | | this.isAddloading = true; |
| | | saveCheck(paramsTwo) |
| | | .then((res) => { |
| | | if (res.code == 200) { |
| | |
| | | message: "保存成功!", |
| | | type: "success", |
| | | }); |
| | | this.getDetailsData() |
| | | this.getDetailsData(); |
| | | } |
| | | this.isAddloading = false; |
| | | }) |
| | | .catch(() => { |
| | | }).catch(() => { |
| | | setTimeout(() => { |
| | | this.isAddloading = false; |
| | | }, 3000); |
| | |
| | | } |
| | | } else { |
| | | console.log("error submit!!"); |
| | | |
| | | return false; |
| | | } |
| | | }); |
| | | }, |
| | | // 放弃 |
| | | cancelClick() {}, |
| | | saveClick() {}, |
| | | }, |
| | | }; |
| | | </script> |
| | |
| | | } |
| | | |
| | | .list-view { |
| | | margin-top: 20px; |
| | | height: calc(100% - 180px); |
| | | min-height: 200px; |
| | | overflow-y: auto; |
| | |
| | | .form-box-t { |
| | | width: 100%; |
| | | height: 60px; |
| | | overflow: hidden; |
| | | overflow-x: auto; |
| | | |
| | | .form-item { |
| | | width: calc(16% - 5px); |
| | | max-width: calc(16% - 5px); |
| | | min-width:210px; |
| | | margin-right: 10px; |
| | | float: left; |
| | | |
| | | &:nth-of-type(6n) { |
| | | margin-right: 0; |
| | | } |
| | | &:last-child{ |
| | | float:right; |
| | | } |
| | | } |
| | | } |
| | | |