出库优化
This commit is contained in:
@ -159,7 +159,7 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="8">
|
||||
<a-form-item label="结算币种单价(/MMBtu)" name="priceMmbtu">
|
||||
<a-form-item label="结算币种单价(/MMBtu)" class="formItemWarp" name="priceMmbtu">
|
||||
<input-number v-model:value="formState.priceMmbtu" :disabled="isDisable" :digits="3" :min="0" @change="numCount('priceMmbtu')" style="width: 100%" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="8">
|
||||
<a-form-item label="入库类型" name="typeCode">
|
||||
<a-form-item label="出库类型" name="typeCode">
|
||||
<a-select v-model:value="formState.typeCode" :disabled="isDisable||pageType" placeholder="请选择" @change="typeCodeChange" style="width: 100%" allow-clear>
|
||||
<a-select-option v-for="item in optionSelect.typeCodeList" :key="item.code" :value="item.code">
|
||||
{{ item.name }}
|
||||
@ -45,7 +45,7 @@
|
||||
</a-col>
|
||||
<a-col :span="8">
|
||||
<a-form-item label="销售合同" name="kName">
|
||||
<a-input-search v-model:value="formState.kName" :disabled="isDisable||formState.typeCode=='CQ'||pageType" placeholder="请选择合同" readonly @search="onContract"/>
|
||||
<a-input-search v-model:value="formState.kName" :disabled="isDisable||formState.typeCode!='ZN'||pageType" placeholder="请选择合同" readonly @search="onContract"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="8">
|
||||
@ -107,7 +107,7 @@
|
||||
</a-row>
|
||||
</Card>
|
||||
<Card title="附件信息" :bordered="false" >
|
||||
<UploadList :disabled="isDisable" :list="dataFile" :value="formState.filePath" :tableName="tableName" :columnName="columnName" @blur="uploadListChange"/>
|
||||
<UploadList :disabled="isDisable" :list="dataFile" :value="formState.filePath" :tableName="tableName" :columnName="columnName" @change="uploadListChange"/>
|
||||
</Card>
|
||||
</a-form>
|
||||
</div>
|
||||
@ -391,9 +391,5 @@
|
||||
.pdcss {
|
||||
padding:0px 12px 6px 12px !important;
|
||||
}
|
||||
:deep(.formItemWarp .ant-form-item-label > label) {
|
||||
white-space: normal !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@ -345,9 +345,5 @@
|
||||
.pdcss {
|
||||
padding:0px 12px 6px 12px !important;
|
||||
}
|
||||
:deep(.formItemWarp .ant-form-item-label > label) {
|
||||
white-space: normal !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@ -780,9 +780,5 @@
|
||||
.pdcss {
|
||||
padding:0px 12px 6px 12px !important;
|
||||
}
|
||||
:deep(.formItemWarp .ant-form-item-label > label) {
|
||||
white-space: normal !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@ -744,9 +744,5 @@
|
||||
.pdcss {
|
||||
padding:0px 12px 6px 12px !important;
|
||||
}
|
||||
:deep(.formItemWarp .ant-form-item-label > label) {
|
||||
white-space: normal !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user