|
@@ -95,7 +95,7 @@
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
<a-form-item label="商品" name="WrStandardID">
|
|
<a-form-item label="商品" name="WrStandardID">
|
|
|
- <a-select class="inlineFormSelect" style="width: 200px" @change="WrStandardChange" v-model:value="formState.WrStandardID" placeholder="请选择商品">
|
|
|
|
|
|
|
+ <a-select class="inlineFormSelect" style="width: 200px" @change="wrStandardChange" v-model:value="formState.WrStandardID" placeholder="请选择商品">
|
|
|
<a-select-option v-for="item in wrstandardList" :key="item.wrstandardid" :value="item.wrstandardid">
|
|
<a-select-option v-for="item in wrstandardList" :key="item.wrstandardid" :value="item.wrstandardid">
|
|
|
{{ item.wrstandardname }}
|
|
{{ item.wrstandardname }}
|
|
|
</a-select-option>
|
|
</a-select-option>
|
|
@@ -288,7 +288,7 @@ export default defineComponent({
|
|
|
const { contractType, isSell, contractChange, customList, queryCustomList } = handleContract(formState);
|
|
const { contractType, isSell, contractChange, customList, queryCustomList } = handleContract(formState);
|
|
|
|
|
|
|
|
// 处理现货商品
|
|
// 处理现货商品
|
|
|
- const { deliveryGoodsList, barandList, wrstandardList, goodsList, numberUnit, WrStandardChange, deliveryGoodsChange } = handleDeliveryGoods(formState);
|
|
|
|
|
|
|
+ const { deliveryGoodsList, barandList, wrstandardList, goodsList, numberUnit, wrStandardChange, deliveryGoodsChange } = handleDeliveryGoods(formState);
|
|
|
// 价格信息
|
|
// 价格信息
|
|
|
const { priceType, payCurrency, payCurrencyUnit, parCurrencyChange } = handlePrice(formState);
|
|
const { priceType, payCurrency, payCurrencyUnit, parCurrencyChange } = handlePrice(formState);
|
|
|
// 日期
|
|
// 日期
|
|
@@ -329,7 +329,7 @@ export default defineComponent({
|
|
|
formState.ConvertFactor = convertfactor;
|
|
formState.ConvertFactor = convertfactor;
|
|
|
});
|
|
});
|
|
|
if (wrstandardid) {
|
|
if (wrstandardid) {
|
|
|
- WrStandardChange(wrstandardid);
|
|
|
|
|
|
|
+ wrStandardChange(wrstandardid);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
formState.Qty = qty.toString();
|
|
formState.Qty = qty.toString();
|
|
@@ -411,7 +411,7 @@ export default defineComponent({
|
|
|
wrstandardList,
|
|
wrstandardList,
|
|
|
goodsList,
|
|
goodsList,
|
|
|
deliveryGoodsChange,
|
|
deliveryGoodsChange,
|
|
|
- WrStandardChange,
|
|
|
|
|
|
|
+ wrStandardChange,
|
|
|
priceType,
|
|
priceType,
|
|
|
payCurrency,
|
|
payCurrency,
|
|
|
payCurrencyUnit,
|
|
payCurrencyUnit,
|