|
@@ -256,7 +256,7 @@
|
|
|
|
|
|
<!-- 成本金额 -->
|
|
|
<span slot="imoney" slot-scope="text,record">
|
|
|
- <a v-if="(record.cbusType == '转出成本') || (record.cbusType == '转入成本')&& !record.bmanual" @click="imoneyCell(record)">{{text}}</a>
|
|
|
+ <a v-if="((record.cbusType == '转出成本') || (record.cbusType == '转入成本'))&& !record.bmanual" @click="imoneyCell(record)">{{text}}</a>
|
|
|
<span v-if="(record.cbusType !== '转出成本') && (record.cbusType !== '转入成本') && !record.bmanual" >{{text}}</span>
|
|
|
<a-input placeholder="请输入" v-model="record.imoney" v-if="record.bmanual && showSelect==0" @blur="judageNumber(record,'imoney')"/>
|
|
|
<span v-if="record.bmanual && showSelect==1" >{{text}}</span>
|
|
@@ -620,6 +620,7 @@ export default {
|
|
|
customCell: this.purchaseInQuantityCustomCell,
|
|
|
scopedSlots: { customRender: 'purchaseInQuantity' }
|
|
|
},
|
|
|
+ { title: '门幅', dataIndex: 'cwidth', width: '6%', className: 'replacecolor' },
|
|
|
{ title: '染厂色号', dataIndex: 'ccolorNumber', width:'10%', className: 'replacecolor' },
|
|
|
{ title: '物料编码', dataIndex: 'cinvCode', width: '7%', className: 'replacecolor noprint' },
|
|
|
{ title: '货物名称', dataIndex: 'cinvName', width: '20%',className: 'replacecolor specel-width' },
|
|
@@ -628,6 +629,7 @@ export default {
|
|
|
{ title: '多发少发', dataIndex: 'iquantityMoreLess', width: '6%', className: 'replacecolor', scopedSlots: { customRender: 'iquantityMoreLess' }, customCell: this.iquantityMoreLessCell, },
|
|
|
{ title: '附件', dataIndex: 'enclosure', width: '6%', className: 'noprint', scopedSlots: { customRender: 'enclosure' }}
|
|
|
],
|
|
|
+
|
|
|
|
|
|
// 成本发票 表头
|
|
|
costInvoiceColumns: [
|