|
@@ -31,7 +31,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="8" :sm="8">
|
|
|
<a-form-model-item label="合计" prop="totalNum">
|
|
|
- <a-input placeholder="请输入" v-model="formState.totalNum" readOnly/>
|
|
|
+ <a-input placeholder="" v-model="formState.totalNum" disabled="false"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
@@ -139,7 +139,7 @@
|
|
|
</span>
|
|
|
<!-- 总价 -->
|
|
|
<span slot="totalPrice" slot-scope="text, record, index">
|
|
|
- <a-input placeholder="请输入" v-model="record.totalPrice" readonly/>
|
|
|
+ <a-input placeholder="请输入" v-model="record.totalPrice" disabled="false"/>
|
|
|
</span>
|
|
|
<!-- 计划员 -->
|
|
|
<span slot="jhyByData" slot-scope="text, record, index">
|