|
@@ -154,7 +154,7 @@
|
|
<!-- 报关单价 :rules="rules.customsDeclarationUnitPrice"-->
|
|
<!-- 报关单价 :rules="rules.customsDeclarationUnitPrice"-->
|
|
<template slot="customsDeclarationUnitPrice" slot-scope="text, record, index">
|
|
<template slot="customsDeclarationUnitPrice" slot-scope="text, record, index">
|
|
<a-form-model-item prop="customsDeclarationUnitPrice">
|
|
<a-form-model-item prop="customsDeclarationUnitPrice">
|
|
- <a-input style="width:100%" type="text" v-model="record.customsDeclarationUnitPrice" />
|
|
|
|
|
|
+ <a-input style="width:100%" type="text" v-model="record.customsDeclarationUnitPrice" readOnly/>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</template>
|
|
</template>
|
|
<!-- 套装件数 :rules="rules.numberOfSets"-->
|
|
<!-- 套装件数 :rules="rules.numberOfSets"-->
|
|
@@ -664,6 +664,7 @@ export default {
|
|
item.manualYarnUnitPrice = null
|
|
item.manualYarnUnitPrice = null
|
|
item.manualYarnProportion = null
|
|
item.manualYarnProportion = null
|
|
})
|
|
})
|
|
|
|
+ debugger
|
|
this.$forceUpdate()
|
|
this.$forceUpdate()
|
|
},
|
|
},
|
|
// 参照订单数据
|
|
// 参照订单数据
|