|
@@ -79,6 +79,7 @@
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="实际出库数量">
|
|
|
+ {{ fabricLoss.outboundNumber }}
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
@@ -232,6 +233,8 @@
|
|
|
<span slot="imoney" slot-scope="text,record">
|
|
|
<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" >{{text}}</span>
|
|
|
</span>
|
|
|
</a-table>
|
|
|
</div>
|
|
@@ -596,7 +599,7 @@ export default {
|
|
|
{ title: '采购类型', width: 120, dataIndex: 'cbusType', className: 'replacecolor' },
|
|
|
{ title: '工厂', width: 120, dataIndex: 'cvenAbbName', className: 'replacecolor'},
|
|
|
{ title: '成本金额', dataIndex: 'imoney', width: 120, className: 'replacecolor',scopedSlots: { customRender: 'imoney' }},
|
|
|
- { title: '无税金额', dataIndex: 'inoTaxMoney', width: 120, className: 'replacecolor' }
|
|
|
+ // { title: '无税金额', dataIndex: 'inoTaxMoney', width: 120, className: 'replacecolor' }
|
|
|
],
|
|
|
costInvoiceData: [
|
|
|
{ costInvoiceType: '纱款', factory: '17TW-C-17B', costAmount: '5081.72' },
|