| | |
| | | <el-col :span="24"> |
| | | <span class="less-style">ç©æåç§°ï¼ {{ row.materielName }} </span> |
| | | <el-divider direction="vertical"></el-divider> |
| | | <span class="less-style">ç©æç¼å·ï¼ {{ row.materielCode }} </span> |
| | | <span class="less-style">ç©æç¼å·ï¼ {{ row.materialNo }} </span> |
| | | <el-divider direction="vertical"></el-divider> |
| | | <span class="less-style" |
| | | >éæ±æ°éï¼ {{ row.orderQuantity }} |
| | | >éæ±æ°éï¼ {{ row.totalUsage }} |
| | | </span> |
| | | <el-divider direction="vertical"></el-divider> |
| | | <span class="less-style" |
| | | >å·²åé
æ°éï¼ {{ row.lockQuantity }} |
| | | >å·²åé
æ°éï¼ {{ row.assignTotalUsage }} |
| | | </span> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | data() { |
| | | return { |
| | | row: null, |
| | | orderNo:null, |
| | | showDetialBox: false, |
| | | tableData: [], |
| | | tableColumns: [ |
| | |
| | | hidden: true, |
| | | }, |
| | | { |
| | | prop: "orderType", |
| | | title: "åæ®ç±»å", |
| | | prop: "materielId", |
| | | title: "ç©æId", |
| | | type: "string", |
| | | width: 90, |
| | | }, |
| | | { |
| | | prop: "batchNo", |
| | | title: "æ¹æ¬¡å·", |
| | | type: "string", |
| | | width: 120, |
| | | }, |
| | | { |
| | | prop: "materielCode", |
| | |
| | | hidden: true, |
| | | }, |
| | | { |
| | | prop: "originalQuantity", |
| | | title: "åå§åºåé", |
| | | prop: "orderQuantity", |
| | | title: "忮鿱é¿åº¦", |
| | | type: "string", |
| | | width: 100, |
| | | width: 110, |
| | | }, |
| | | { |
| | | prop: "originalQuantity", |
| | | title: "ååºåé¿åº¦", |
| | | type: "string", |
| | | width: 110, |
| | | }, |
| | | { |
| | | prop: "assignQuantity", |
| | | title: "åé
åºåºé", |
| | | title: "åé
åºåºé¿åº¦", |
| | | type: "string", |
| | | width: 100, |
| | | width: 110, |
| | | }, |
| | | { |
| | | prop: "taskNum", |
| | |
| | | }, |
| | | { |
| | | prop: "palletCode", |
| | | title: "æçç¼å·", |
| | | title: "æ¡ç ç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | }, |
| | |
| | | }; |
| | | }, |
| | | methods: { |
| | | open(row) { |
| | | open(row,orderNo) { |
| | | this.row = row; |
| | | this.orderNo=orderNo; |
| | | this.showDetialBox = true; |
| | | this.getData(); |
| | | }, |
| | | getData() { |
| | | this.http |
| | | .post( |
| | | "api/OutStockLockInfo/GetByOrderDetailId?orderDetailId=" + |
| | | "api/OutStockLockInfo/GetByOrderDetailId?orderNo="+this.orderNo+"&orderDetailId=" + |
| | | this.row.id, |
| | | null, |
| | | "æ¥è¯¢ä¸" |